[PHP-DB] Fwd: URGENT : How can i generate scripts of database

2001-05-08 Thread Gabriel

Anyone can tell me how can i generate the scripts of my database to create it in 
another mysql server.
Or better wich other ways i´ve to do it.

Thanks in advance,

Gabriel.




Re: [PHP-DB] Fwd: URGENT : How can i generate scripts of database

2001-05-08 Thread Miles Thompson


Read your database documentation. It is usually a dump command, such as 
mysql-dump, or pgsql-dump.

These commands usually write out a script that will recreate the database 
along with the data. There may be command line switches to get just the script.

HTH- Miles



At 11:26 AM 5/8/01 -0300, Gabriel wrote:
Anyone can tell me how can i generate the scripts of my database to create 
it in another mysql server.
Or better wich other ways i´ve to do it.

Thanks in advance,

Gabriel.


--
PHP Database 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]




RE: [PHP-DB] Fwd: URGENT : How can i generate scripts of database

2001-05-08 Thread Michael Geier

man mysqldump

-Original Message-
From: Gabriel [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 08, 2001 9:27 AM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] Fwd: URGENT : How can i generate scripts of database


Anyone can tell me how can i generate the scripts of my database to create
it in another mysql server.
Or better wich other ways i´ve to do it.

Thanks in advance,

Gabriel.



-- 
PHP Database 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]




RE: [PHP-DB] Fwd: URGENT : How can i generate scripts of database

2001-05-08 Thread [EMAIL PROTECTED]

mysqldump might be difficult though if you don't have telnet access to your
mysql.database, but if you only have php access. whats the best thing to do
in that case? has anyone tried the exporting options of myphpadmin?

 -Original Message-
 From: Michael Geier [mailto:[EMAIL PROTECTED]]
 Sent: Dienstag, 8. Mai 2001 16:36
 To: Gabriel; [EMAIL PROTECTED]
 Subject: RE: [PHP-DB] Fwd: URGENT : How can i generate scripts of
 database


 man mysqldump

 -Original Message-
 From: Gabriel [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, May 08, 2001 9:27 AM
 To: [EMAIL PROTECTED]
 Subject: [PHP-DB] Fwd: URGENT : How can i generate scripts of database


 Anyone can tell me how can i generate the scripts of my database to create
 it in another mysql server.
 Or better wich other ways i´ve to do it.

 Thanks in advance,

 Gabriel.



 --
 PHP Database 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 Database 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]