Disable MySQL strict modeHi I am using PlusEMU Build 2 from retrofiles.xyz when i try to use the floor planner it just gives a black screen does anyone know what this could be
Thanks.
You can either do it from the mysql command line client:Sorry im a noob with Navicat lol how do i do that
SET @@global.sql_mode= '';
You can either do it from the mysql command line client:
SQL:SET @@global.sql_mode= '';
or from Navicat:
1) Open up information_schema database
2) Open GLOBAL_VARIABLES table
3) Change SQL_MODE to empty string
YesYou must be registered for see images attachJust leave it like that?