yum install mysql。
yum install mariadb-server 是什么
systemctl restart mariadb 启动
mysql_secure_installation 初始化设置密码
配置一个可以远程连接数据库的帐号
grant all privileges on *.* to 'bgx'@'%' identified by '123';
yum install mysql。
yum install mariadb-server 是什么
systemctl restart mariadb 启动
mysql_secure_installation 初始化设置密码
配置一个可以远程连接数据库的帐号
grant all privileges on *.* to 'bgx'@'%' identified by '123';
本文标题:Linux下mysql的安装
本文链接:https://www.haomeiwen.com/subject/letalctx.html
网友评论