How to migrate the Zencart system to another server, detailed instructions for everyone to facilitate more convenient and efficient operation ... 1. On the new host, create a new MySQL database. Note The user name, password, database name, and host name (usually localhost). 2. On the new host, install the same version of Zencart, which ensures that the settings in the configure.php file are correct. When installing, install the demo data so that you can test whether the installation is correct. A. Installation B. Testing C. Back up the/includes/configure.php and/admin/includes/configure.php files of the new host to Local. 3. Fully back up existing databases and store programs. A. You can use the database backup module or phpMyAdmin to back up the database ... To select the Add DROP TABLE option, at the same time, under Data options, select Full Insert and expand Insert to save the SQL file to the local computer. B. Download all the files on the old website via FTP (if available, compress on the server and download) 4. Upload the old files to the new server and overwrite the files on the new server. Two file Exceptions: Do not overwrite the/includes/configure.php and/admin/includes/configure.php files on the new server. 5. Enter the phpMyAdmin on the new server. A. Selecting a new database (a database with a new Zencart installed) B. Delete all data tables. C. Import the SQL file saved in 3 a above. 6. Download the Cache Settings Sync tool (see download area) and reset the cache settings. Just upload the file to the Zencart installation directory and run (fix_cache_key.php). Be sure to delete the file after you run it. 7. Complete. ********************************* Easy ways to migrate Zencart websites 1. Stop running the old site 2. Copy all Zencart files and directories from the old site to the new host 3. Export the database of the old site 4. Build the Zencart database on the new host and import the old data 5. Set up database Users and permissions 6. Modify the two files of the new website \includes\configure.php and \admin\includes\configure.php Mainly the domain name, physical path, database name, database user name, password these contents 7. Login to the new site, modify the background Store Settings-Log options-the path to which the log is saved Store set path to-sessions-sessions directory 8. Complete Enterprise Templates Web site |