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 This config file is found under /etc/mysql/my.cnf on unix systems. After setting this option, reboot your mysql server, drop the uPortal tables, and run the initportal task again. |