mariadbでalter user ができません。ユーザーのパスワードを設定しようと思ったのですが、どうすればいいでしょうか?
bash
1MariaDB [(none)]> ALTER USER 'x_user'@'%' IDENTIFIED BY 'password'; 2ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'USER 'x_user'@'%' IDENTIFIED BY 'password'' at line 1
回答4件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。