MySQL Forums
Forum List  »  MySQL Workbench

Re: How do I generate the SQL script?
Posted by: Sergei Tkachenko
Date: September 16, 2008 09:10AM

It's command line tool. Example of usage:

mysqldump mydb >> dump.sql

where mydb is the name of a database to dump,
dump.sql - path to the the file to store results in.

See `mysqldump --help` for possible options.

Options: ReplyQuote


Subject
Views
Written By
Posted
8838
a a
September 15, 2008 07:52PM
4182
a a
September 16, 2008 08:54AM
Re: How do I generate the SQL script?
5326
September 16, 2008 09:10AM
3398
a a
September 16, 2008 09:24AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.