Question
Issue with installing MYSQL Server
I updated to CentOS 7.0 but now I can’t seem to install a MYSQL Server.
command used: yum install mysql-server
It say’s there’s no package named mysql-server.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Try
yum list | grep -i mysql
Try
yum search mysql
And you will see all packages that contains ‘mysql’