DANCE WITH JAVA

开发出高质量的系统

常用链接

统计

积分与排名

好友之家

最新评论

更改mysql变成能远程连接

mysql不能远程连接

use databases;
select host,user from user;
update user set host='%'  where user='xxxx' ;
flush priviledge;
service mysql restart;

连接远程mysql

mysql -h host -u usernate -p
password

posted on 2006-09-20 21:25 dreamstone 阅读(210) 评论(0)  编辑  收藏 所属分类: 片段


只有注册用户登录后才能发表评论。


网站导航: