I use mysqldump get a .sql file, and try to use mysqlimport to restore it , but I get the error
Marksons-powerbook-g4-15:~ PowerBook$ mysqlimport --user=root --password simpleblog /Users/PowerBook/Desktop/localhost/tuts/SimpleBlog/makBlog.sql
Enter password:
mysqlimport: Error: 1146, Table 'simpleblog.makblog' doesn't exist, when using table: makBlog
but the .sql file can be imported by phpMyAdmin, so I must use mysqlimport inappropriately.
How I did this worry?
Thanks