Forum Moderators: coopster
Can I, instead, connect to the live MySQL database which is on a remote server.
If so, what will be the format of the "host name" that replaces "localhost"
Again, if so, can I get that information myself (e.g. using PHPMyAdmin) or do I have to get it from the host server company.
Thanks for any guidance here.
Mark Barrett
Many hosting providers block incoming connections to mysql from outside world. They allow connections to be made only from the same machine that the script is running on.
Though, I've seen one ISP with cpanel where cpanel allows to "white list" a certain remote IP to allow the connection.
Thanks for that.
Many hosting providers block incoming connections to mysql from outside world. They allow connections to be made only from the same machine that the script is running on.
My gut feel was that that would be the case.
I'll contact my ISP tomorrow just on the off chance.
I appreciate your prompt reply
Mark Barrett