Getting mysql show create table on more then one table?
Asked By
0 points
N/A
Posted on - 06/16/2013
Hello,
I have to get the output for mysql show create table and write it to one file for each table that I have. How would I do this? Im guessing  stored procedures would help in some way?