Hi All,
I chose to install mysql on centos 5.1 using yum install and im using the release 5.0.22 since im having a hardtime installing mysql following the scartchinstall.
Does anyone here tried installing mysql the same way i did?
I also noticed that putting this "### start up the MySQL server
/usr/local/mysql/bin/mysqld_safe --user=mysql --skip-name-resolve --skip-host-cache &" to rc.local, wont start mysql automatically so i did a chkconfig --level 345 mysqld on and it started automatically on boot.
How can i add this line "--skip-name-resolve --skip-host-cache &" since im using chkconfig to start mysql on boot?
Thanks in advance
Regards,
Jojo