If I have a server named sql running mysql and a server named web running phpmyadmin, do I need to have mysql running on the "web" server as well or can I just tell it to connect to the mysql that is running on the "sql" server?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
phpMyAdmin can very well connect to a MySQL server running on another host. Just remember that you have to configure your mysqld allowing connecting from your web host, as well as allowing your mysql user accounts access from said host. |
|||
|
|