It's occured because in my computer which I used, the InnoDB engine is disabled by default. We can enabling it by edit file my.ini in Mysql folder installed.
The following is the step how to enabling MySQL InnoDB.
1. Shut down your MySQL server (stop the service)
2. Open my.ini (mysql's config file), which is located in your MySQL program folder.
3. In my.ini, find:
skip-innodb4. Replace this line with:
# skip-innodb5. Save the file.
6. Start the MySQL server again.
After that I continue my installation and alhamdulillah, it running well. Now we can try the features of this CMS :-) .
1 komentar:
terima kasih, artikel yang sangat bermanfaat
Post a Comment