In terminal :
1. yum install mysql mysql-server (launch the install)
2. chkconfig mysqld on (Make the deamon start at boot)
3. service mysqld start (launch the deamon)
4. mysqladmin -u root password ‘new-password’ (Setting the root password, don’t forger the quote)