are you trying only to connect  to database or to transport data from one db
to another (LOAD) connect will do just fine
to export and inport data between two databases use mysql programms
mysqldump and mysqlimport or for smaller DB phpMyAdmin is ok

-almir

""McShen"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
998ln4$86g$[EMAIL PROTECTED]">news:998ln4$86g$[EMAIL PROTECTED]...
> hi
>
> is it possible to load my DB from other servers? if yes, how?
> like
> mysql_connect("http://blah.com","username","pass");
>
> thanks.
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to