|
本帖最后由 angellover 于 2016-4-20 12:53 编辑
[2016-04-19 14:40:36] 执行php进程失败,返回结果:更新失败,详细信息请查看日志文件(D:\MYOA\logs\update)
[2016-04-19 14:40:36] 执行php更新失败
下面是8.14.160415.log更新失败的日记
[2016-04-20 12:06:49]
Query Succeed: ALTER TABLE flow_run ADD COLUMN RID INT(11) PRIMARY key NOT NULL AUTO_INCREMENT COMMENT '主键ID' FIRST
[2016-04-20 12:06:49]
Query Succeed: SELECT MAX(RUN_ID) AS max_run_id from flow_run
[2016-04-20 12:06:49]
MySQL Error #1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE RUN_ID=' at line 1
SQL: UPDATE flow_run set RID= WHERE RUN_ID=
[2016-04-20 12:06:49]
MySQL Error #1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
SQL: ALTER TABLE flow_run AUTO_INCREMENT=
[2016-04-20 12:06:49]
Query Succeed: CREATE TABLE IF NOT EXISTS `user_jpush` (
`uid` int(80) NOT NULL COMMENT 'oa用户userid',
`jpush_id` varchar(80) NOT NULL COMMENT '极光推送id',
`client_ver` tinyint(1) NOT NULL,
`last_active` int(10) NOT NULL
) ENGINE=InnoDB COMMENT='用户极光信息表';
[2016-04-20 12:06:49]
Query Succeed: update crscell.crs_para set value = '5,0,0,29' where name = 'CUR_CRSCELL_VER_NO'
|
|