备份标准版

This commit is contained in:
guoshengxiong 2025-04-09 10:50:13 +08:00
parent bbdca53ae1
commit d9cceb49d4

View File

@ -0,0 +1,8 @@
# 修改mysql
1. my.cnf文件或my.ini文件的sql-mode修改成下面的值
[mysqld]
sql-mode="
STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
2. 导入function失败执行下面命令 set global log_bin_trust_function_creators=TRUE;