treehouse : what would you like to learn today?
Web Design Web Development iOS Development

phpmyadmin tool for remote access

  • does anyone know of a website that provides phpmyadmin for any site. Like http://www.net2ftp.com/ So I don't have to install n every server I use?
  • Not exacty... but there are some MySQL query clients you can install on your computer and then connect to servers with. Try starting with this: http://dev.mysql.com/downloads/gui-tools/5.0.html
  • Thanks for that, but at the moment I don't have the time to learn some new software. :D
  • Okay, well in theory, you can set up phpmyadmin on one server, and connect it to a MySQL database on another server. So in theory, you could connect one PHPmyAdmin to many different servers... you'd probaby just have to change the db connection file. I haven't done it... just theorizing =)

    Like PHPmyAdmin, it's not exactly a complicated program. You tell it what to do, and it does it.