I have a webserver that I put all my low traffic sites on, mostly static HTML stuff that gets 2 hits a month. I have a new site that I want to put on this same server, this new site is PHP MySQL.
I would like to put the MySQL database data files for this site on the same drive / directory as the site itself without installing MySQL to this drive / directory. Is there any way to tell MySQL to put a this database somewhere other than where MySQL lives?
Any help would be great, thanks!
-Cy