1.数据库服务器 my.cnf
去掉 #skip-networking,
否则为单机模式
2.允许用户通过网络访问的付权
Grant all privileges on *.* to ‘root’@’10.0.0.1’ identified by ‘youpassword’
1.数据库服务器 my.cnf
去掉 #skip-networking,
否则为单机模式
2.允许用户通过网络访问的付权
Grant all privileges on *.* to ‘root’@’10.0.0.1’ identified by ‘youpassword’