Failed to read auto-increment value from storage engine??

解决方案 »

  1.   

    http://hi.baidu.com/%D6%EC%C0%A4%C7%AC/blog/item/7c60ae23991f30f4d7cae229.html
      

  2.   

    This is a bug in MySQL that was introduced with version 5.1.24. (see elsewhere on the forum)
    So you can either downgrade to MySQL 5.0 (beware that version 6.0 suffers the same problem) or have some patience and wait until the release of Umbraco 4 on Friday... it will contain a fix!
      

  3.   

    不使用MySQL的autoincrement了,自己手动增加id了
      

  4.   

    在mysql数据库中auto_increment表示自增,不用去设置值应该就没有问题了
      

  5.   

    理论上没有问题,但是使用了两个自增变量后,就出现问题了,据说是bug