Tuesday, May 12, 2009

How to install MySQL on CentOS and other RedHat derivatives

One simple solution is to rely on yum and do:

sudo yum install mysql-server.i386


To ensure that the daemon starts automatically at boot-up you can do:

sudo chkconfig mysqld on

1 comment:

Beta said...

I want to and will install mysql database on my centos, thanks already to guide how to install.