Friday, October 5, 2012

MSQL Restoring a Table table script


MSQL Restoring a Table table script


To restore your table, you’d run:

$ mysql -u user -ppassword mydb < /tmp/extracted_table.sql

Voila! – you’re back in business.

No comments:

Post a Comment