Multiple MySQL instances via mysqlmanager under Debian
        Posted  
        
            by Karolis T.
        on Server Fault
        
        See other posts from Server Fault
        
            or by Karolis T.
        
        
        
        Published on 2009-06-13T21:52:10Z
        Indexed on 
            2010/05/18
            13:02 UTC
        
        
        Read the original article
        Hit count: 303
        
Has anyone got multiple MySQL instances running on Debian with mysqlmanager? Problem is, Debian doesn't ship with init.d script that takes mysqlmanager into account. Oh, and it doesn't work for me.
I'm trying to run 3 instances, here's what I get after starting mysqlmanager
# mysqlmanager --defaults-file=/etc/mysql/my.cnf ... 090614 0:42:10 starting instance 'mysqld2'... 090614 0:42:10 guardian: starting instance 'mysqld1'... 090614 0:42:10 starting instance 'mysqld1'... 090614 0:42:10 starting instance 'mysqld3'... 090614 0:42:10 guardian: starting instance 'mysqld3'... 090614 0:42:10 guardian: starting instance 'mysqld2'... 090614 0:42:10 starting instance 'mysqld2'... 090614 0:42:10 guardian: starting instance 'mysqld1'... 090614 0:42:10 starting instance 'mysqld1'... ...
It just keeps "starting" and "restarting", but no MySQL instance ever starts up.
© Server Fault or respective owner