Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MySQL データベース ユーザーをエクスポートするにはどうすればよいですか? mysql へのアクセスを許可するユーザーだと思います。どうもありがとうございました。
MySQLユーザーは、mysqlデータベースのuserテーブルに格納されます。
use mysql; select * from user where user= 'Charlie'
チャーリーのユーザーレコードを提供します。