MySQL5.6 Using a password on the command line interface can be insecure解决方法;
1.最近把MySQL从5.5升到5.6以后,mysqldump居然不好用了,提示:代码如下复制代码[root@qttc~]#/usr/local/mysql/bin/mysqldump-uroot-prootdb>bak.sqlWarning:Usingapasswordonthecommandlineinterfacecanbeinsecure.翻译过来是:在命令行界面上使用密码可以是不安全的;