| Databases InterBase (28) MS-SQL (5) mysql (33) Oracle (1) |
Extracting a table definition from the command line
Question: How can I quickly extract a table definition from my mysql database?Answer: Use the commandline tool mysqldump as shown below. The example extracts the table named 'users' from a database named production.
Comments:
|