hi,
i am currently trying to set up multiple versions of the mysql on a single server
http://forums.mysql.com/read.php?11,104892,104892#msg-104892
i followed this thread and was able to set up a new server but not the both at the same time.
i am basically stuck the my.cnf file for each version of the mysql
I have a mysql 5.0.77 install using yum with default settings
now i want to install 5.1.X with source codes
so i downloaded and compiled with ./config --prefix=/usr/local/mysql5
like wise socket and data dir.
now can anyone please tell me how to configure the my.cnf and mysqld (auto start up script ) for both the version.
i am currently trying to set up multiple versions of the mysql on a single server
http://forums.mysql.com/read.php?11,104892,104892#msg-104892
i followed this thread and was able to set up a new server but not the both at the same time.
i am basically stuck the my.cnf file for each version of the mysql
I have a mysql 5.0.77 install using yum with default settings
now i want to install 5.1.X with source codes
so i downloaded and compiled with ./config --prefix=/usr/local/mysql5
like wise socket and data dir.
now can anyone please tell me how to configure the my.cnf and mysqld (auto start up script ) for both the version.