[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
AW: How can i duplocate a database???? i 've tried mysqldump can get it towork ANy ideas??
Hi Jorge,
you usually do something like
mysqldump -u USER -p TABLE > FILE
where TABLE is dumped to the FILE. USER must have privileges to do so (I
usually take the superuser).
The other way around you simply have to do
mysql -u USER -p TABLE < FILE
Should work then,
Tobias.
-----Ursprüngliche Nachricht-----
Von: Jorge Cordero [mailto:jorge@xxxxxxxxxxxxx]
Gesendet: Freitag, 9. März 2001 04:31
An: mysql
Betreff: How can i duplocate a database???? i 've tried mysqldump can
get it towork ANy ideas??
I am trying to make several copies of a database i have tried
mysqldump -databasename can some one throw a piece of code please;
Thanks
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <mysql-thread67762@xxxxxxxxxxxxxxx>
To unsubscribe, e-mail <mysql-unsubscribe-treed=ultraviolet.org@xxxxxxxxxxxxxxx>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
This mailing list archive is a service of Copilot Consulting.