I have been searching over the internet for a while trying to find a way to do this, but I haven't been able to find anything, or I've been searching for the wrong things.
What I'm trying to do is to have one machine run Apache, PHP, PHPMyAdmin, etc, and another machine to run MySQL (possibly some other things as well). When installing PHPMyAdmin, or anything else which has mysql(i) use flags, it automatically pulls in MySQL. I would like to know if it's possible to have the MySQL support on the Apache machine without actually installing MySQL on it, and have it recognize that it is installed on another machine.


