So I've been trying to find a way to locate 2 databases within different directories.
The reason I want to do this, is because I have a relatively small database that hardly changes, that I want to locate on the local drive of the server. The other database is ever changing, and so I want to locate it on my SAN. But, I want to control both from the same MySQL server.
I know how to change the default data directory, by doing something along the lines of this
And, after searching through google, it seems that it can only be done by setting up multiple instances, each with their own default data directory.
Have I missed something?