When I try to do the last step… ./c_parser -6f pages-ibdata1/FIL_PAGE_INDEX/0000000000000035.page -t jackpot/users.sql | head -5
I get a error that I do not have the jackpot/users.sql file/directory, and I have no idea where in the process it shouldve cloned it to my folder..
- Emil Kaae asked 2 years ago
- You must login to post comments
-t option tells c_parser where to read table structure from.
File `jackpot/users.sql` must exist and contain `CREATE TABLE users`statement.
- Guest answered 2 years ago
- You must login to post comments
Your Answer
Please login first to submit.