mysql 严格模式查看,如何查找和禁用MySQL严格模式?
Hello everybody I wanted to find this mysql strict mode for whmcs and disable it but i didn't had a progress
I'm a newbie so sry if I didn't mention other things
Can anyone help me?
I'm working on WHM/Cpanel
解決方案
To turn off (or on) mysql strict access from cpanel.
1, search for 'phpmyadmin', in the search box, click on it
2, once phpmyadmin is loaded up, click on the 'variables' tab
3, search for 'sql mode'
then
to turn strict mode on enter
STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION
to turn strict mode off, enter
NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
If you have control of the script you'll be using then it's a good idea to leave strict mode on, it'll alert you to any bugs in your code before they become an issue down the line.
總結
以上是生活随笔為你收集整理的mysql 严格模式查看,如何查找和禁用MySQL严格模式?的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 保时捷 2022 年交付近 31 万辆汽
- 下一篇: java mysql数据库编程_java