Open Source phpmyadmin

Discussion in 'Software' started by Margo Baggins, 9 Jan 2013.

  1. Margo Baggins

    Margo Baggins I'm good at Soldering Super Moderator

    Joined:
    28 May 2010
    Posts:
    5,650
    Likes Received:
    268
    Hello,

    Has anyone set up phpmyadmin to use a remote database?

    I am trying to get phpmyadmin running off a virtual server to read a mysql database on an RDS instance.

    I can connect via command line

    mysql --host=blahblahblah.blah --user=USERNAME --pass=PASSWORD

    and I have configured the config file config.inc.php I think correctly, but phpmyadmin page always gives error #2002 Cannot log in to the MySQL server.

    Host server is ubuntu 11.1 running on an EC2 instance.

    Edit: Fixed so no worries :) lovely linux and it's lovely config files.
     
    Last edited: 9 Jan 2013

Share This Page