会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
microsoft_kk
博客园
首页
新随笔
联系
管理
订阅
2012年5月26日
mysql开通远程登陆
摘要: Mysql默认是不允许远程连接的,因为有很大的安全隐患。 方法一、本地登入mysql,更改 "mysql" 数据库里的 "user" 表里的 "host" 项,将"localhost"改为"%"#mysql -u root -prootmysql>use mysql;mysql>update user set host = '%' where user = 'root';mysql>select host, user from user;mysq
阅读全文
posted @ 2012-05-26 17:11 microsoft_kk
阅读(471)
评论(0)
推荐(0)
编辑
公告