Is the installation of MySQL in CentOS with RAID1 the same as that of none? If not, what are the changes in the process of installation?
Asked
Active
Viewed 109 times
1 Answers
1
There should be no difference at all. You should use exactly the same yum commands
sudo yum install mysql-server
which should also install the mysql package that provides the clients and shared libraries etc.

user9517
- 115,471
- 20
- 215
- 297