connection to remote database

mysql India
  • 15 years ago

    Hai


    i have two domains. i want to connect the database of one from the other domain. is it possible to do that.


    i  used the code
    $host="www.hostname.com";
    $posrt="3306";
    $user="username";
    $pwd="password";
    mysql_connect("$host:$port",$user,$pwd);


    but i got an error


    Warning: mysql_connect(): Access denied for user: 'username@hostname' (Using password: YES) in /home/public/..


    how can resolve the problem.


    i created the access host through the cpanel, created username, added the user to that database.


    is anything else to do.


    thanks in advance.



Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.” - Rich Cook