Search found 2 matches
- Mon Nov 16, 2015 1:37 pm
- Forum: Installation and configuration
- Topic: Post installation error DB Access Error with MySQL 5.7
- Replies: 3
- Views: 8392
Re: Post installation error DB Access Error with MySQL 5.7
The problem comes from the query optimizer. It was modified in 5.7.6 : http://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-6.html#mysqld-5-7-6-optimizer It can optimize this query by removing the subquery, so the limitation "you can't delete elements from a table used in where clause" ...
- Fri Nov 13, 2015 7:41 am
- Forum: Installation and configuration
- Topic: Post installation error DB Access Error with MySQL 5.7
- Replies: 3
- Views: 8392
Post installation error DB Access Error with MySQL 5.7
Hi, I've reported this isue and I'd like to know if someone else have the problem. My server : MySQL 5.7.9 PHP 5.6.14 After passing all the installation scripts (I was moving from 1.9.3 to 1.9.14), on the login page, I've got this error (all other seems to work well) : DB Access Error - debug_print_...