$ mysql -u root -D test ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
↑これがへんてこなエラー。
$ mysql -u root -D test -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 46 Server version: 5.6.13 MySQL Community Server (GPL) Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.↑こんな感じで"-p"をつければ、ログインできますたー。
参照サイト:http://mysql.deikou.com/pages/000060.html
0 件のコメント:
コメントを投稿