|
Posted by Tschuί on 10/13/07 09:49
Hi,
I have my own database on a server and the same database on local.
I want to copy all my database from the main server to my local host
(I execute this code from my PC and not my main server)
$id_link_ref = mysql_connect('localhost','database_name','password');
$id_link_local = mysql_connect('localhost','root','password');
it doesn't work :(
Why ? What is the problem ?
Navigation:
[Reply to this message]
|