I want to include all tables from a database \"shop\" to mydatabase newshop. I export that \"shop\" database, and now it is named as shop.sql. Is t
newshop
shop.sql
>>> mysql -u username -p >>> show databases; >>> use foo; >>> source /home/mannu/file.sql
I believe that's what you're looking for? Or did I misunderstand?