欣喜小鸽子

文章
6
资源
0
加入时间
3年0月20天

SAP S/4 HANA Logistics

SAP S/4 HANA Logistics http://www.linkedin.com/pulse/sap-s4-hana-logistics-hanne-schultz-andersen?trkInfo=VSRPsearchId%3A469174269147305162544...

1030 mysql_MYSQL出错1030 Got error -1 from storage engine

使用的innodb,检查你的my.cnf或my.ini,里面会有一个参数innodb_force_recovery,你看看他的值,默认是没有这个参数,没有的话,他的默认值是0,这个参数的值如果大于0,innodb会被禁止使用insert、update、delete命令,你可以尝试将他的值设置为0,看看你的mysql是否正常,如果正常就用就行了。WarningThis variable should...