• ベストアンサー

どうすればエラーが消えるでしょうか?

MariaDB [(none)]> CREATE USER 'kouzou'@'li*************r.club' IDENTIFIED BY 'rhythmkt0'; ERROR 1396 (HY000): Operation CREATE USER failed for 'kouzou'@'li************r.club'

質問者が選んだベストアンサー

  • ベストアンサー
  • Nobu-W
  • ベストアンサー率39% (724/1831)
回答No.1

それ・・・一度登録したユ~ザと同じユ~ザで登録しようとしたら出るエラ~ ですかね? http://d.hatena.ne.jp/kobapan/20090910/1252552185 動くトコまでの過程も書かれてますので、最後まで読んでから、 試してみて下さい ><

参考URL:
http://d.hatena.ne.jp/kobapan/20090910/1252552185
jump7799
質問者

お礼

MariaDB [(none)]> SELECT * FROM mysql.db WHERE User='boss' G; ERROR 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 'G' at line 1 MariaDB [(none)]> DROP USER kouzou@localhost; Query OK, 0 rows affected (0.00 sec) MariaDB [(none)]> SELECT * FROM mysql.db WHERE User='kouzou' G; ERROR 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 'G' at line 1 MariaDB [(none)]> SELECT * FROM mysql.db WHERE User='boss' G; ERROR 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 'G' at line 1 MariaDB [(none)]> どうすればエラーが消えますか? ご回答の程、宜しくお願い申し上げます。

関連するQ&A