mysql -uroot -pjwars jwars < countallmstables.sql > ms.txt select * from information_schema.columns where table_schema = 'jwars';
mysql -uroot -pjwars jwars < jwars.sql
name.sql must match the name of the table to be imported mysql -uroot -pjwars jwars < scenario.sql