`

mysql 访问

 
阅读更多

mysql -uroot -ppassw0rd

 

select host,user,password from mysql.user;

 

update mysql.user set host='192.168.1.%' where host='localhost' and user='root';

 

flush privileges;

 

 

 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics