标签:最新版 远程服务器 art set 最新 list cat 多少 community
rpm -Uvh http://repo.mysql.com/mysql-community-release-el6-5.noarch.rpm
方法二:
yum install mysql-community-server
mysql -V
service mysqld start
chkconfig mysqld on
chkconfig --list | grep mysql
mysqladmin -u root password
mysql -u root -p
show databases;
use mysql;
select host,user,password from user;
update user set host=‘%‘ where password=‘*0049957DDE5C3C58AED‘;
service mysqld restart
标签:最新版 远程服务器 art set 最新 list cat 多少 community
原文地址:http://www.cnblogs.com/gossgao/p/6973224.html