当前位置:Gxlcms > 数据库问题 > centos7下mysql环境配置

centos7下mysql环境配置

时间:2021-07-01 10:21:17 帮助过:21人阅读

rpm -ivh http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm

yum install mysql-server mysql-client libmysqlclient-dev mysql-devel MySQL-python

 

远程连接:

GRANT ALL PRIVILEGES ON *.* TO ‘root‘@‘%‘ IDENTIFIED BY ‘123456‘ WITH GRANT OPTION;

flush privileges;

centos7下mysql环境配置

标签:连接   环境   远程连接   root   ide   install   配置   ant   with   

人气教程排行