sys_log 表增加 execute_time 执行时间记录字段

This commit is contained in:
thinkgem
2018-03-22 21:57:52 +08:00
parent 878833d6bf
commit 6e71e85600
23 changed files with 867 additions and 748 deletions

View File

@@ -1,6 +1,5 @@
-- 打开 my.ini 给 [mysqld] 增加如下配置:
-- sql_mode=ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
set session sql_mode='ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION';
create user 'jeesite'@'%' identified by 'jeesite';