
Originally Posted by
mallabik
The original database that v1.5.4 created did have all the tables but obviously this was blank because I chose not to create a sample database of products. When I tried importing the original database into the new tables it said it completed 391 queries but no new data was entered (ie, none of my customers and products etc etc where imported into the tables).
This morning, I wanted to see if it was at least making the tables into the new database. So I deleted the new database with cPanel, re-created a new database with same name and user access. When I went into myphpadmin it had the name of the new database but no tables/entries under the database name... which is what I wanted.
I selected the import option when having the new database name highlighted, it took a minute to run it's course, but when it said it was completed 391 queries again, the new database is completely blank. I believe the issue I face is the import function doesn't seem to be working. There is none of the old data in the new database nor was the import function able to even create the tables and I am not sure why.
I am using the following options
- file to import, filename.sql (removed actual file name for security reasons), character set = utf-8
- partial import, unchecked partial import.
- format, format = sql
- format-specific options, sql compatibility mode=none, checked "Do not use auto_increment for zero values"
I believe I am left with two options.
1) fix the import function
2) copy the new /includes and /admin/includes to the old store, edit the configure.php's to use the old database credentials, run the zc_install and select "upgrade database only" options...
While I could copy all of my old store into a demo directory, patch the demo directory to see if it works, the part that scares me is using what seems to be the only good copy of the database I have...