How to remote access PHPMYADMIN ?

Discussion in 'MySQL' started by SonnyCooL, Oct 19, 2009.

  1. #1
    How to remote access phpmyadmin DB ???
    I have crawler in PC and i try to install the db to my host db :)
    thanks
    connection.php code :
    $servername='127.0.0.1';
    $dbusername='tprop';
    $dbpassword='2468';
    $dbname='tprop';
     
    SonnyCooL, Oct 19, 2009 IP
  2. ThomasTwen

    ThomasTwen Peon

    Messages:
    113
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    What language does your crawler use? If it's PHP, use the mysql_connect() function.
     
    ThomasTwen, Oct 19, 2009 IP
  3. SonnyCooL

    SonnyCooL Peon

    Messages:
    1,170
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #3
    is php ...
    is that possible i just replace the $servername ip to hosting IP ? will do ?
    connection.php code :
    $servername='127.0.0.1';
    $dbusername='tprop';
    $dbpassword='2468';
    $dbname='tprop';
     
    SonnyCooL, Oct 19, 2009 IP