Mysql – Managing Remote MySQL DB using local phptheadmin

MySQL

is there any way to manage a remote MySQL server using a local phpMyAdmin?
I don't think they will allow me to upload a copy of phpmyadmin through ftp. For the meantime, I've been managing the remote db through CLI and it really is a pain. I tried changing the host value in config.inc.php of phpmyadmin. I think I am able to connect to the DB but it always says "No databases".

I am certain that I have entered the correct IP address of my MySQL host and I am entering the correct username and password. But why is it showing "No Databases"?

Best Answer

If you are actually logging in, but it says no databases, this is an issue you will have to take up with the hosting provider. It may be for security purposes that they do not allow exterior connections to the mysql databases.

Related Topic