vote up 0 vote down star

MySQL introduced a server side utility that lets you manage multiple instances on a remote machine. I am looking for similar functionality for earlier versions of mysql.

[1]http://dev.mysql.com/doc/refman/5.0/en/instance-manager.html

flag

56% accept rate

1 Answer

vote up 1 vote down

I am not familiar with the instance manager, but I have used phpMyAdmin on several systems (including a remotely hosted server) with great success. It supports MySQL 5.0 and 4.1.

link|flag
Thanks Joe, I think was a bit vague, in my question when I said "manage multiple instances". Actually what instance manager lets you do is to start/stop multiple mysql processes with different ports and options. All of these processes have independent lifecycle, permissions, data-directory and so on – Tahir Akhtar Sep 22 '08 at 10:19

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.