MySQL

MySQL 5.7 Command Line Client が即終了する

環境 Windows 7 Pro. x64 SP1 MySQL 5.7.19 原因 MySQL Server が configure 済みでないため。 解決方法 configure または reconfigure を完遂する。

MySQL 5.7 の Configuration wizard で [Next] ボタンが表示されない

環境 Windows 7 Pro. x64 SP1 MySQL 5.7.19 原因 画面の DPI が “小 - 100%” 以外になっているため。 解決方法 [Alt] + [N] キーを押す。 または 画面の DPI を “小 - 100%” に変更する。 参考文献 MySQL Bugs: #85973: MySQL Installer, cannot configure (…

ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near

問題 SQL を実行すると次のメッセージが表示され失敗する。 ERROR 1064 (42000) at line 2: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '<SQL-statement>' at line 1 訳 2 </sql-statement>…

ERROR 1045 (28000): Access denied for user 'user'@'localhost' (using password: NO)

問題 mysql コマンドを実行すると次のメッセージが表示されて失敗する。 ERROR 1045 (28000): Access denied for user 'user'@'localhost' (using password: NO) 訳 エラー 1045 (28000): ユーザー 'user'@'localhost' のアクセスは拒否された (パスワードの…