Posted on 08-05-2015 07:45 PM
Im running JSS on a Windows platform and within the JSS Database Utility the Change MySQL Settings greyed out under the utilities drop down menu. I researched and have seen a solution for mac hosted environments but was unable to find one for Windows. Has anyone been able to resolve this or is this a matter of the Utility version and MySQL version being a mismatch.
Solved! Go to Solution.
Posted on 08-06-2015 03:26 PM
Henry,
For me to disable strict mode in the ini file. I just put a # in front of the string to comment it out. I didn't remove anything from the string.
Additional did you copy the my.ini from the ProgramData folder to Program files and restart MySQL?
Posted on 08-05-2015 08:09 PM
Is your MySQL installation dir in the Windows PATH variable? What version of the JSS are you running? What versions of MySQL and Java?
Posted on 08-05-2015 09:17 PM
MySQL is installed under C:Program FilesMySQLMySQL Server 5.6. MySQL version 5.6.26, JSS 9.73 and Java SDK 8.51
Posted on 08-06-2015 05:18 AM
I've had this issue a while ago. As I recall from my experience.... With MySQL 5.6 best practice is to make sure StrictTables are disabled. Which should be in your my.ini file. I believe it is located by default in c:ProgramDataMySQLMySQL Server 5.6.
After editing your my.ini I copied it to the MYSQL directory in program files, confirm the MySQL variable in Windows path environmental variable and restarted MySQL and that fixed the issue for me.
Granted this was a while ago but I am 95% sure that is how we resolved the issue.
Posted on 08-06-2015 03:21 PM
Hi,
I did the following in my.ini
sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
Replaced with:
sql-mode="NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
yet not change, the option is still greyed out.
Posted on 08-06-2015 03:26 PM
Henry,
For me to disable strict mode in the ini file. I just put a # in front of the string to comment it out. I didn't remove anything from the string.
Additional did you copy the my.ini from the ProgramData folder to Program files and restart MySQL?
Posted on 08-06-2015 03:34 PM
Thanks @ShaunM9483 this fixed the issue for me.
Posted on 04-14-2016 02:57 AM
Thanks for your input , how can I access the greyed out mysql settings on a mac hosted environments
Posted on 04-14-2016 04:55 AM
following this nice write up by @bentoms worked for me...