Changes

From Amahi Wiki
Jump to: navigation, search
=== Database Update to UTF8 ===
echo "alter database appdb charset=utf8" | mysql -uappdb u$HDA_DB_USERNAME -pappdbp$HDA_DB_PASSWORD 
=== Large Database Load ===
For restoring large SQL files, include the following lines at the beginning of the file. This will disable key checks that are not necessary when restoring a database dump, speeding up load time:
12,424

edits