Skip to main content

Enable InnoDB Plugin On MySQL 5.5

Comments

2 comments

  • acenetgeorge
    Which version of MySQL 5.5 are you running? InnoDB is the default engine in MySQL 5.5, and ignore_builtin_innodb was deprecated in 5.5.22. Try removing the ignore_builtin_innodb line, as well as the reference to the plugin, and restarting MySQL. Then check the VARIABLES to see if have_innodb is set to YES.
    0
  • cPanelMichael
    Hello, Yes, as mentioned in the previous post, InnoDB should be enabled by default. However, while enabled, it's not the default storage engine with cPanel due to this entry in the /etc/my.cnf file:
    default-storage-engine=MyISAM
    Thank you.
    0

Please sign in to leave a comment.