ESTIMATE is not compatible with MySQL version 5.7 or above due to some of the changes made inside the database application after the last major release of ESTIMATE. Those who intend to use/try ESTIMATE must install MySQL 5.6 or 5.5
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2018-06-10
i have recently installed the estimate software and mysql 5.5 server. there is a compatibility issue it show test connection as success but it fails to initialize the database. kindly help . TIA
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
"Test connection" might succeed however initialization may fail if the application cannot create database and tables (requires root access or equivalent).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
ESTIMATE is not compatible with MySQL version 5.7 or above due to some of the changes made inside the database application after the last major release of ESTIMATE. Those who intend to use/try ESTIMATE must install MySQL 5.6 or 5.5
Current stable release supports the newer MySQL versions.
However, ESTIMATE doesn't currently support the only_full_group_by mode available in the new MySQL versions. Please disable it:
https://stackoverflow.com/questions/23921117/disable-only-full-group-by
i have recently installed the estimate software and mysql 5.5 server. there is a compatibility issue it show test connection as success but it fails to initialize the database. kindly help . TIA
Hello,
"Test connection" might succeed however initialization may fail if the application cannot create database and tables (requires root access or equivalent).