这个是一个mysql用户安全认证的一个命令,今天试试效果。

sh-3.2# ./mysql_config_editor set --login-path=test3 --user=test3 --host=192.168.0.101 --password

Enter password: (输入密码)

登陆试试

sh-3.2# ./mysql --login-path=test3

ERROR 1045 (28000): Access denied for user 'test3'@'192.168.0.101' (using password: YES)

报错??

各种无知。

什么原因呢。

http://www.skysql.com/blogs/kolbe/mysql-56-security-through-complacency

结果是:

it looks like auth_socket.so is there in Linux distributions of Oracle MySQL, but not Mac OS X.