??xml version="1.0" encoding="utf-8" standalone="yes"?>中文字幕一区二区在线播放,亚洲第一精品久久忘忧草社区,国产999精品http://www.aygfsteel.com/magicblw/category/27040.html技术♥感情zh-cnSat, 15 Dec 2007 16:27:24 GMTSat, 15 Dec 2007 16:27:24 GMT60MySqlq程q接的问?/title>http://www.aygfsteel.com/magicblw/archive/2007/12/15/167965.html怎么慕天空的飞?/dc:creator>怎么慕天空的飞?/author>Sat, 15 Dec 2007 08:27:00 GMThttp://www.aygfsteel.com/magicblw/archive/2007/12/15/167965.htmlhttp://www.aygfsteel.com/magicblw/comments/167965.htmlhttp://www.aygfsteel.com/magicblw/archive/2007/12/15/167965.html#Feedback0http://www.aygfsteel.com/magicblw/comments/commentRss/167965.htmlhttp://www.aygfsteel.com/magicblw/services/trackbacks/167965.html解决Ҏ(?Q?br />
1。改表法。可能是你的帐号不允总q程登陆Q只能在localhost。这个时候只要在localhost的那台电脑,dmysql后,更改 "mysql" 数据库里?"user" 表里?"host" ,?localhost"改称"%"
mysql -u root -pvmwaremysql>use mysql;mysql>update user set host = '%' where user = 'root';mysql>select host, user from user;
2. 授权法。例如,你想myuser使用mypassword从Q何主接到mysql服务器的话?br />
GRANT ALL PRIVILEGES ON *.* TO 'myuser'@'%' IDENTIFIED BY 'mypassword' WITH GRANT OPTION;如果你想允许用户myuser从ip?92.168.1.3的主接到mysql服务器,q用mypassword作ؓ密码GRANT ALL PRIVILEGES ON *.* TO 'myuser'@'192.168.1.3' IDENTIFIED BY 'mypassword' WITH GRANT OPTION;