|
|
MySQL+VBB问题:Record has changed since last read in table 'session' 的解决 |
|
|
作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站 |
标题:MySQL+VBB问题:Record has changed since last read in table 'session' 的解决
 我在 Linux RHEL update3 下安装 VBB3.01 。安装过程中无错误发生,但在运作的过程中,VBB经常会报同一个,其描述如下: ------------------------------------------------ Status: RO 数据库错误出现于 vBulletin 3.0.1: Invalid SQL: SELECT * FROM session WHERE userid = 0 AND host = '219.128.14.27' AND idhash = '7a6aa3842444f07f5ebf5470da946f7b' LIMIT 1 mysql 错误: Record has changed since last read in table 'session' mysql 错误号: 1020 日期: Friday 31st of December 2004 08:38:41 PM ------------------------------------------------
本机MySQL程序有: MySQL-server-4.1.7-0 MySQL-devel-4.1.7-0 MySQL-client-4.1.7-0 MySQL-shared-4.1.7-0 MySQL-shared-compat-4.1.7-0
一开始以为是VBB程序的BUG,后来几经搜索后找到了一些信息,才知道是MySQL 的错。 解决办法:升级 MySQL 4.1.7 到 4.1.8 就好了。

|
|
相关文章:相关软件: |
|