爱在莫斯科 发表于 2016-10-20 07:21:55

mysql客户端连接服务器解决方法(在不是网络连接出错的情况下)

建立超级帐户,任意一台机器 都可以连接到此台机器上:
grant   all   privileges   on   *.*   to   root@"%"   identified   by   'root'   with   grant   option;
//'root':表示MYSQL用户名的密码
页: [1]
查看完整版本: mysql客户端连接服务器解决方法(在不是网络连接出错的情况下)