Category Archive:

install Mysql and setup on linux

0

First verify if mysql is installed with the below command
rpm -qa | grep mysql

If it is missing then install/upgrade using yum as below
yum install mysql*

Did you like this? Share it:
Posted in: Tutorials

Continue Reading