登陆以后运行以下命令,给予远程访问客户端权限..
grant all on *.* to 'root'@'12.12.1.52' identified by 'root';
'root'表示用户名.
'12.12.1.52' 你自己机子的IP地址
root表示远程登陆密码.
grant all on *.* to 'root'@'12.12.1.52' identified by 'root';
'root'表示用户名.
'12.12.1.52' 你自己机子的IP地址
root表示远程登陆密码.