摘要:
mysql -u root -h localhost -p #登录 use mysql; #打开mysql数据库 select host,user from user where user='root'; #查看user表里的root数据 update user set host='%' where user='root' and host='localhost'; #将host设置为%表... 阅读全文
posted @ 2018-11-14 15:57
CoderWayne
阅读(226)
评论(0)
推荐(0)

浙公网安备 33010602011771号