dtyqflrr775518 2013-11-27 17:35 采纳率: 100%
浏览 60
已采纳

easyphp 13.1中的mysql意外结束

After a power cut and being forced to reboot my win7 PC I couldn't use mySQL on EasyPHP-DevServer 13.1 anymore, the message: “Unexpected end of mysql”:

I've found this post.

Tried all answers and found @Jessiiem answer to work. As I cannot comment (not enough privileges), I want to put here a little to-do list, so people can save time, if running into the same problem:

  1. I found the config file here:

    C:\Program Files (x86)\EasyPHP-DevServer-13.1VC11\binaries\conf_files\my.ini
    
  2. and added:

    innodb_force_recovery = 1
    

    after

    # Uncomment the following if you are using InnoDB tables
    
  3. Then restarted Easy PHP (Run as Administrator);

  4. Uncommented the config file as @Jessiiem suggested:

    # innodb_force_recovery = 1
    
  • 写回答

1条回答 默认 最新

  • dongze5043 2014-02-11 12:24
    关注

    The problem is resolved with the latest upgrade EasyPhp 14.1. download at: easyphp.org

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 Power query添加列问题
  • ¥50 Kubernetes&Fission&Eleasticsearch
  • ¥15 有没有帮写代码做实验仿真的
  • ¥15 報錯:Person is not mapped,如何解決?
  • ¥30 vmware exsi重置后登不上
  • ¥15 MATLAB运行显示错误,如何解决?
  • ¥15 c++头文件不能识别CDialog
  • ¥15 Excel发现不可读取的内容
  • ¥15 关于#stm32#的问题:CANOpen的PDO同步传输问题
  • ¥20 yolov5自定义Prune报错,如何解决?