mysql server
Running Multiple MySQL versions
Friday, August 29th, 2008If you would like to run multiple versions of MYSQL on same server without making any changes to the existing system you should follow the below steps
First download the source the tar file from mysql.com.
$> tar xfz mysql.tar.gz
$> cd mysql.XX
Important **
“/etc/my.cnf ” is the default file that is used by a mysql server. When the […]
