Chinaunix首页 | 论坛 | 博客
  • 博客访问: 623701
  • 博文数量: 138
  • 博客积分: 3067
  • 博客等级: 中校
  • 技术积分: 1565
  • 用 户 组: 普通用户
  • 注册时间: 2008-02-21 12:44
文章分类

全部博文(138)

文章存档

2016年(5)

2014年(4)

2012年(1)

2011年(2)

2010年(10)

2009年(19)

2008年(97)

我的朋友

分类:

2009-04-07 12:18:25

Mysql:

1.  远程连接Mysql
Mysql 默认不允许远程连接

localhost:

grant all on *.* to root@"192.168.1.101" identified by "";

Remotehost:
mysql -h  hostname -uroot -p

2. /usr/bin/mysqld_safe


3. iptables -A INPUT -i eth0 -p tcp --sport 3306 -j ACCEPT


4. tcpdump -i eth0 host hostname and port portnum


5. ubuntu 防火墙
ufw disable

阅读(611) | 评论(0) | 转发(0) |
0

上一篇:luke

下一篇:ruby on rail

给主人留下些什么吧!~~