これはバグでしょうか?
[vagrant@localhost ~]$ mysql -u root
と入力するとパスワードの入力を求められる。
↓
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
で、-Pを入れて入力すると、パスワードの入力が求められずログインされます。
これは正常ではないですよね。。?何がおかしいのでしょうか? よろしくおねがいします。
[vagrant@localhost ~]$ mysql -u root-p
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 3
Server version: 5.5.42 MySQL Community Server (GPL) by Remi
Copyright (c) 2000, 2015, 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.

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2015/05/06 05:46
2015/05/06 10:01
2015/05/07 00:56