手机网站建设注册塔山双喜,ip138查询域名查询,公司网站开发模板,项目建设备案网站1、首先进入数据库#xff0c;使用系统数据库mysql#xff0c;登录
mysql -u root -p mysql
2、对系统数据库的root账户设置远程访问的密码#xff0c;与本地的root访问密码并不冲突。123456为我设置的密码
grant all privileges on *.* to root%% identified by 123456 …1、首先进入数据库使用系统数据库mysql登录
mysql -u root -p mysql
2、对系统数据库的root账户设置远程访问的密码与本地的root访问密码并不冲突。123456为我设置的密码
grant all privileges on *.* to root%% identified by 123456 with grant option;
3、重启服务器一定