Difference between revisions of "MySQL"

Jump to navigation Jump to search
46 bytes removed ,  10:53, 25 March 2014
Removed categories
(Depreciated page)
(Removed categories)
 
Line 362: Line 362:
To create a blank copy of a database (ie with a schema but no data) follow the procedure above but use the <code>-d</code> option when creating the dump, so
To create a blank copy of a database (ie with a schema but no data) follow the procedure above but use the <code>-d</code> option when creating the dump, so
* <code> mysqldump -u root -p -d sourcedb > sourcedb-schema.sql </code>
* <code> mysqldump -u root -p -d sourcedb > sourcedb-schema.sql </code>
[[Category:MySQL]]
[[Category:Applications]]

Navigation menu