winform+mysql5.5 我在mysql的my.ini中加上了日志文件位置,为了做增量备份
我在[mysqld]下面添加了
log-bin=D:/abc/abc/flamingo-logs.index
然后重启了mysql服务,但在执行数据修改的时候就会出现
An error occurred while updating the entries.see the inner exception for details.

解决方案 »

  1.   

    在mysql workbench中直接执行sql 修改语句是没问题的,在程序中就提示
    An error occurred while updating the entries.see the inner exception for details.
      

  2.   


    我看了日志文件 里面没有此次修改的记录,请问这个inner exception文件在看啊?
      

  3.   

    直接到MYSQL命令行下执行,如果不报错,说明这个SQL没有问题。