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"?
mysqldifferent from what phpmyadmin is using? – Rolando Cruz Jul 27 '11 at 6:11mysqldoes too. Remote connection uses TCP. Trymysqlfrom a remote host. – Michael-O Jul 27 '11 at 6:25