Hi everybody,

       I have backed(backup.sql) up one Mysql database which contains 10 tables using 
mysqldump.

Now I want to read just one table structure and it's data from backup.sql to another 
database. How do i achieve it.

I have tried "mysql databasename < backup.sql" but it will populate the databasename 
with all the 10 tables present in backup.sql which i don want. 

Please help me out.

Mysql verison : 3.23.52

Reply via email to