This thread may be similar to my last one, however upon looking back at my old thread, I cannot seem to see the responses. Either way, here is what I am trying to do.
Scenario: Setting up multiple instances of MySQL databases on the same server. I've never done this with MySQL.
In doing my research is this the same as running multiple MySQL Servers on the same machine? The reason that I ask is that in the MySQL Ref Manual it seems to make reference to this where I would be running the 'mysqld_multi' to manage all instances. Is this true? And if so, it seems as though setting up multiple instances is somewhat convuluted. Any help or advice would be GREATLY appreciated
What is the best method for setting up multiple instances on a MySQL server?