PMS and mysql
Solved
App Packaging & Development
-
Hi all,
Trying to package Personal Managment System (https://github.com/Volmarg/personal-management-system/tree/v1.4.64)
In testing it is looking for "Mysql mode has ONLY_FULL_GROUP_BY disabled"
As I understand it, it is not something I can change per database is there a way I can control this aspect of the mysql db?
Thanks
-
@ultraviolet we hit this already with a few apps and the solution is to patch the app to be compliant. It can't be set globally for the whole Mysql server since this affects the other apps.
There is more info at https://forum.cloudron.io/topic/2631/disable-strict-mode-mysql/15