Chinaunix首页 | 论坛 | 博客
  • 博客访问: 407228
  • 博文数量: 117
  • 博客积分: 5235
  • 博客等级: 大校
  • 技术积分: 1775
  • 用 户 组: 普通用户
  • 注册时间: 2007-09-12 15:51
文章分类

全部博文(117)

文章存档

2012年(9)

2011年(2)

2010年(21)

2009年(13)

2008年(72)

我的朋友

分类: Mysql/postgreSQL

2012-03-06 15:05:46

What:
  Do you want to remote access your mysql database?
How:
  1. login mysql by root;
  2. use mysql;
  3. grant all privileges on *.* to root@"%" identified by "111111" with grant option;
  4. /etc/init.d/mysql restart
  5. connect your mysql on the other pc
阅读(514) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~