Troubleshooting

Reference ››
Parent Previous Next

Database fails to load

For very large databases (5000+ records) the database may fail to load. In this case, do the following from the command line interface:

  1. Dump the existing database with mysqldump: mysqldump -u... -p... hdb_xxxxx > filename
  2. Create database, switch to database: mysqldump -u... -p... -e 'create database hdb_yyyyy'
  3. Load the dumped database: mysqldump -u... -p... hdb_yyyyyy < filename
  4. Change to and copy the following directories and contents:

Created with the Personal Edition of HelpNDoc: Write EPub books for the iPad