Loading

摘要: yum install mysql-server mysql vi /etc/my.cnf [client] default-character-set=utf8 service mysqld start chkconfig mysqld on mysql grant all privileges on *.* to root@'localhost' identified by 'root'... 阅读全文
posted @ 2019-05-05 09:11 LB477 阅读(181) 评论(0) 推荐(0)