最終更新日:2025年06月28日
CREATE USER 'user_name'@'localhost' IDENTIFIED BY 'user_pass';
ユーザーを作成します。
CREATE USER 'user'@'localhost' IDENTIFIED BY 'ABC123';