MySQL

来源:互联网 发布:d3.v3.min.js引用 编辑:程序博客网 时间:2024/05/01 20:52

Warning: Using a password on the command line interface can be insecure.

1.

http://akrabat.com/software/password-less-command-line-scripts-with-mysql-5-6/

 MySQL 5.6


mysql_config_editor set --login-path=calltask --host=localhost --user=root --password;

mysql --login-path=calltask demoDB < C:\carzone\daycount.sql;

2.

http://880314.blog.51cto.com/4008847/1348413


MySQL 5.6 新增的两个密码安全策略体验 

http://blog.chinaunix.net/uid-259788-id-3576401.html?bsh_bid=216197919

http://yueliangdao0608.blog.51cto.com/397025/1175270

0 0