Database Issues
MySql
Symptoms |
Solution |
---|---|
Complains of missing tables despite the tables existing. |
Your mysql server is running in case-sensitive mode. Edit your mysql server configuration and set: lower_case_table_names=1 |
Symptoms |
Solution |
---|---|
Complains of missing tables despite the tables existing. |
Your mysql server is running in case-sensitive mode. Edit your mysql server configuration and set: lower_case_table_names=1 |