php-general | 2001032
Date: 03/21/01
- Next message: Chris Fry: "Re: [PHP] Q: Informix + PHP + Apache + Solaris 8"
- Previous message: Jon Snell: "RE: SV: [PHP] Booking by Date/Time in mySQL"
- In reply to: McShen: "[PHP] load DB from other server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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"" <webmaster <email protected>> schrieb im Newsbeitrag
news:998ln4$86g$1 <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: php-general-unsubscribe <email protected>
> For additional commands, e-mail: php-general-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Chris Fry: "Re: [PHP] Q: Informix + PHP + Apache + Solaris 8"
- Previous message: Jon Snell: "RE: SV: [PHP] Booking by Date/Time in mySQL"
- In reply to: McShen: "[PHP] load DB from other server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

