- Migration from windows lowercase table names to Linux camel case
- Modify database and table charsets
- MySQL Error Number 1005 Can't create table 'sometable' (errno: 150)
- SQLSTATE[HY000]: General error: 1206 The total number of locks exceeds the lock table size
- strange foreign key errors on table creation / data manipulation
Database Schema Cache
By default the database schema is cached in translate5. For development this makes less sense, so caching can be disabled by putting the following line into a developers installation.ini:
resources.db.defaultMetadataCache = false
When using the database updater the caches are purged. So a pure git installation where no active development is done, should work like a charm with enabled cache.