-1

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?

reena saur
  • 15
  • 4

1 Answers1

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