Restoring a MySQL table back to the database – Stack Overflow

I have a trouble in restoring MySQL table back to the database from command line. Taking backup of a table is working with mysqldump.Taking backup and restoring of a database is also working properly. I have used:mysql -uroot -p DatabaseName TableName < path\TableName.sql

Source: Restoring a MySQL table back to the database – Stack Overflow

Restoring a MySQL table back to the database – Stack Overflow was last modified: July 13th, 2017 by Jovan Stosic