I want to move the site to a new folder on the same domain called .../shop with a db named _shopdb. The new store is using 3.0.16.
So, after a successful installation of CC3.0.16 in .../shop, I exported the data from _storedb to my hard disk as a CSV. So far, so good.
But when I tried to import that file of data from _storedb.csv into the new _shopdb, I get the following SQL error.
QUOTE
Error
SQL query:
& quot;
MySQL said: Documentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '"' at line 1
SQL query:
& quot;
MySQL said: Documentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '"' at line 1
Aside from the obvious fact that it makes no sense that I can't import back into a new db whose structure I expect to be a virtual copy of the original db, the error message itself is opaque to me. I mean, even if the server version has been updated between the time I created the first db and this one created today, should they be so different that I can't import data from one to the other in the same domain?
Anyone have clue to help me with this, please?
TIA