码迷,mamicode.com
首页 > 数据库 > 详细

phpstudy远程连接mysql

时间:2018-07-11 19:59:27      阅读:836      评论:0      收藏:0      [点我收藏+]

标签:图片   远程连接mysql   mysq   update   分享   idt   style   执行   nbsp   

技术分享图片

 

 技术分享图片

 

 

 格局如图所示执行以下命令

mysql -u root -p 
mysql>use mysql; 
mysql>select ‘host‘ from user where user=‘root‘; 
mysql>update user set host = ‘%‘ where user =‘root‘; 
mysql>flush privileges; 
mysql>select ‘host‘   from user where user=‘root‘; 

 

phpstudy远程连接mysql

标签:图片   远程连接mysql   mysq   update   分享   idt   style   执行   nbsp   

原文地址:https://www.cnblogs.com/wrld/p/9296008.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!