Chủ Nhật, 1 tháng 3, 2015
fix lỗi " The 'InnoDB' feature is disabled; you need MySQL built with 'InnoDB' to have it working "
" The 'InnoDB' feature is disabled; you need MySQL built with 'InnoDB' to have it working "Hướng giải quyết :
1. Tắt MySQL server (stop the service)
2 . Mở file my.ini ( ở mục configuration Server của MySQL trong start menu )
3. Tìm
skip-innodb
Sửa thành :
# skip-innodbTìm file my.ini trong ..\MySQL\ thay đổi thành:
----------------------cũ-----------------------------------------------4. Save
#default-storage-engine=INNODB
skip-innodb
-----------------------mới--------------------------------------------
default-storage-engine=INNODB
#skip-innodb
5. Bật lại MySQL server.
Related Posts:
Mysql Other
Đăng ký:
Đăng Nhận xét (Atom)
0 nhận xét: