Howdy!
I recently upgraded our VPS's MySQL to 5.7 and had to disable strict mode in order to continue running an old PHP app. This is how I did it:
WHM > phpmyadmin > variables tab > sql mode [edit]
Then I just removed STRICT_TRANS_TABLES from the sql mode settings.
I noticed that those settings had recently reverted to default, I assume because of a CPanel update, but I don't know for sure. So I just removed STRICT_TRANS_TABLES again.
My question is: is there a way to keep these settings from reverting?
Thanks!
I recently upgraded our VPS's MySQL to 5.7 and had to disable strict mode in order to continue running an old PHP app. This is how I did it:
WHM > phpmyadmin > variables tab > sql mode [edit]
Then I just removed STRICT_TRANS_TABLES from the sql mode settings.
I noticed that those settings had recently reverted to default, I assume because of a CPanel update, but I don't know for sure. So I just removed STRICT_TRANS_TABLES again.
My question is: is there a way to keep these settings from reverting?
Thanks!