mysqld_multi startup stop

2006-10-21 Thread Low Kian Seong

Dear all,

I am running the official mysql rpms on a sles 9 box, and I am running
multiple versions of mysql servers on different ports. The problem I
am facing is that when i run

mysqld_multi start n

it starts the servers up fine but when i do the reverse :

mysqld_multi stop n,

it doesn't stop the server and I have to manually search for the pids
and execute a kill on the process to stop it.

Anybody have any idea ?

Thank you in advance.

Low Kian Seong

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Trying to run two mysql instances on one server

2006-10-13 Thread Low Kian Seong

Dear all,

I am trying to run two mysql instances on one server using the
mysqld_multi command. Attached is my configuration file. The data
directory is at /var/lib/mysql and /var/lib/mysql2. When i try to run
mysqld_multi start 2,3 it won't start up and the error i get is that
something else is already running at mysql.sock socket.

I have already shut down all instances of mysql servers. I am trying
to get this setup working on my opensuse 10.1 box. Can someone please
tell me what is wrong ?

Thank you in advance.


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

How do i initialize a new datadir in mysql ?

2006-10-12 Thread Low Kian Seong

Dear all,

If I am already have a datadir in /var/lib/mysql and I intend to start
a new one in /var/lib/mysql2, how do i do it ?

Thanks in advance,

Low Kian Seong

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]