摘要:
切换到mysql的mysql数据库,找到user表; cmd:mysql -u root -p cmd:use mysql; cmd:select host,user,password from user; 更新user表信息: cmd:update user set host = '%' wher 阅读全文
摘要:
grant all赋权后mysql.user表权限字段还是N,但能登录和新建表 grant all privileges on linuxeye.* to linuxeye@’localhost’ identified by ‘linuxeye’;select * from myql.user wh 阅读全文