mysql 远程访问权限

  1. mysql -u root -p  
  2. use mysql;  
  3. select user,password,host from user;  
  4. update user set host = '%' where user = 'root';  
  5. update user set host = '%' where host = 'localhost';  
  6. flush privileges;  
shashou47

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: