Create 3 my.cnf files with different ports and sockets:
[mysqld]
port = 3306
socket=/var/lib/mysql/mysql1.sock
.....
Launch server with:
bin/safe_mysqld --defaults-file=/usr/local/mysql/bin/my1.cnf
client:
/usr/local/mysql/bin/mysql -S /var/lib/mysql/mysql1.sock
stop:
mysqladmin -S /var/lib/mysql/mysql1.sock shutdown
I run MySql 4 & 5 in the same CPU. (different databases).
Santino Cusimano
At 11:23 +0530 15-04-2006, Mohammed Abdul Azeem wrote:
Hi,
I need to install 3 instances of mysqld server on a single machine. Can
anyone let me know how this can be acheived ?
It would be helpful if someone can send me some links and suggestions
regarding the same. Also pls lemme know what kind of a configuration
file i need to have in order to acheive the same.
Thanks in advance,
Abdul.
________________________________________
This email has been Scanned for Viruses!
www.newbreak.com
========================================
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]