北在北方

太白枝头看,花开不计年,杯中浮日月,楼外是青天。

导航

2013年6月15日

摘要: 1、查看用户授权表select user,host,password from mysql.user; 2、给用户设置密码update mysql.user set password=PASSWORD('root') where user='root';flush privileges; 3、登录MySQL[root@h2 ~]# mysql -uroot -proot 4、在从服务器(192.168.0.130)上登录到主服务器(192.168.0.129)[root@h2 ~]# mysql -uroot -proot -h192.168.0.129ERRO 阅读全文

posted @ 2013-06-15 12:18 CN.programmer.Luxh 阅读(602) 评论(0) 推荐(0)