Re: How do I generate the SQL script?
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.
Subject
Views
Written By
Posted
8838
September 15, 2008 07:52PM
4357
September 16, 2008 07:16AM
4182
September 16, 2008 08:54AM
Re: How do I generate the SQL script?
5326
September 16, 2008 09:10AM
3398
September 16, 2008 09:24AM
3529
September 16, 2008 11:03AM
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.