rhel_7.x 安装mysql

Posted 光标

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了rhel_7.x 安装mysql相关的知识,希望对你有一定的参考价值。

http://database.51cto.com/art/201310/413006.htm

MariaDB和mysql 

 

--mysql-5.7.12-1.el7.x86_64.rpm-bundle.tar

]# ls
mysql-community-client-5.7.12-1.el7.x86_64.rpm
mysql-community-common-5.7.12-1.el7.x86_64.rpm
mysql-community-devel-5.7.12-1.el7.x86_64.rpm
mysql-community-libs-5.7.12-1.el7.x86_64.rpm
mysql-community-server-5.7.12-1.el7.x86_64.rpm

 

一般把以上安装就可用

清理冲突:MariaDB和MySQL 只能安装一个,相互间有冲突,

rpm -qa |grep mariadb
rpm -e --allmatches mariadb-server --nodeps

How to start/stop/restart MySQL Server

Now MySQL Server is installed on your system.

To start MySQL Service, run command

systemctl start mysqld

To stop MySQL Service, run command

systemctl stop mysqld

To restart MySQL Service, run command

systemctl restart mysqld

To get status of MySQL Service, run command

systemctl status mysqld

Reset MySQL root password

默认密码在这:cat /var/log/mysqld.log | grep localhost

mysql -uroot -p

set password=‘[email protected]%4321‘;
grant all privileges on *.* to ‘root‘@‘%‘ identified by ‘[email protected]%4321‘;
grant all privileges on *.* to ‘ucr_param‘@‘%‘ identified by ‘Abc%4321‘;

flush privileges;

 

以上是关于rhel_7.x 安装mysql的主要内容,如果未能解决你的问题,请参考以下文章

RHEL7.0手动安装

在CentOS 7 / RHEL 7安装PostgreSQL 10

CentOS/RHEL 7上PostgreSQL的安装配置与基本使用

CentOS 7.x 卸载删除MariaDB,重新安装,安装MYSQL离线版和源代码

安装zabbix

G019-OP-INS-RHEL-01 PackStack 安装 RedHat OpenStack