$ rpm -qa | grep MySQL
If you want to install mysql-server from the repository (base, epel, …), you must uninstall the MySQL-server first by executing:
# yum remove MySQL-*
and then:
# yum install mysql mysql-server mysql-devel
$ rpm -qa | grep MySQL
If you want to install mysql-server from the repository (base, epel, …), you must uninstall the MySQL-server first by executing:
# yum remove MySQL-*
and then:
# yum install mysql mysql-server mysql-devel
Copyright © 2024 | WordPress Theme by MH Themes