restoring with mysqldump, but where is the data?
Posted
by Ole Media
on Stack Overflow
See other posts from Stack Overflow
or by Ole Media
Published on 2010-04-16T21:05:15Z
Indexed on
2010/04/16
21:13 UTC
Read the original article
Hit count: 166
Ok, so I'm in need to restore a table and I do:
mysqldump --opt database table_name < table_name.sql
I hit enter and Done! Well, not really, when I go to see if there is anything on the table it show 0 records.
I have look into the table_name.sql and I see two records.
What am I doing wrong?
© Stack Overflow or respective owner