2014年3 月月 发布的文章

备份MySQL出现Can’t open file when using LOCK TABLES错误

备份数据库时出现错误: mysqldump: Got error: 1016: Can’t open file: ‘./limesurvey/lime_tokens_78643.frm’ (errno: 24) when using LOCK TABLES 加上–lock-tables=false选项即可解决问题,即: mysqldump -u root -pMyPassword DbName[……]

继续阅读 »

Limesurvey创建验证码tokens出错

迁移了Limesurvey到一台新机器上,Ubuntu 12.04,apt方式安装的Apache、MySQL等,在使用问卷的创建验证码&tokens时出现以下错误:Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for th[……]

继续阅读 »