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:
- Dump the existing database with mysqldump: mysqldump -u... -p... hdb_xxxxx > filename
- Create database, switch to database: mysqldump -u... -p... -e 'create database hdb_yyyyy'
- Load the dumped database: mysqldump -u... -p... hdb_yyyyyy < filename
- Change to and copy the following directories and contents:
- Upload file directory sourcedatabasename to directory with name of new database (excluding prefix)
- Icons directory sourcedatabasename to directory with name of new database (excluding prefix)
Created with the Personal Edition of HelpNDoc: Write EPub books for the iPad