Dear community,
My old hosting gave me a database backup dump split in 2 files. The total database is of the size 2.5 gb split in files of 1.5gb and 1 gb.
We concatenated the files with the command
Quote:
cat db.tar.a db.tar.b >> db.tar
|
After unpacking the .sql file and importing it, we got the following error
ERROR at line 5804: Unknown command '\"'.
When checking in the tables phpmyadmin, the attachment tables which are the most important part of the site are missing.
Please guide as to how to go about solving this issue.