{"id":332,"date":"2009-11-17T16:55:51","date_gmt":"2009-11-17T20:55:51","guid":{"rendered":"http:\/\/linuxhostingsupport.net\/blog\/?p=332"},"modified":"2013-03-20T08:41:10","modified_gmt":"2013-03-20T12:41:10","slug":"how-to-turn-off-innodb-engine","status":"publish","type":"post","link":"https:\/\/linuxhostingsupport.net\/blog\/how-to-turn-off-innodb-engine","title":{"rendered":"How to turn off Innodb engine?"},"content":{"rendered":"<p><span style=\"color: #0000ff;\"><strong>How to turn off Innodb Engine in Mysql?<\/strong><\/span><\/p>\n<p>When Mysql is installed, <strong>Innodb Engine is set to ON by default<\/strong>. You can verify whether Innodb is set to On or Off by using &#8216;mysqladmin variables&#8217;. Login to the server as root and execute:<\/p>\n<blockquote><p><span style=\"color: #0000ff;\"><strong>root@host [~]# mysqladmin variables | grep have_innodb<br \/>\n| have_innodb\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 | ENABLED<\/strong><\/span><\/p><\/blockquote>\n<p><strong>To turn off Innodb, you need to edit the Mysql Configuration file<\/strong> at \/etc\/my.cnf and add the following line:<\/p>\n<blockquote><p><span style=\"color: #0000ff;\"><strong>skip-innodb<\/strong><\/span><\/p><\/blockquote>\n<p><strong>Save the file and restart the mysql service<\/strong>. You now execute the &#8216;mysqladmin variables&#8217; to check the status of Innodb engine.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>How to turn off Innodb Engine in Mysql?<br \/>\nWhen Mysql is installed, Innodb Engine is set to ON by default. You can verify whether Innodb is set to On or Off by using &#8216;mysqladmin variables&#8217;. Login to the server as root and execute:<br \/>\nroot@host [~]# mysqladmin variables | grep have_innodb<br \/>\n| have_innodb\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 | ENABLED<br \/>\nTo turn off Innodb, you need to edit the Mysql Configuration file at \/etc\/my.cnf and add the following line:<br \/>\nskip-innodb<br \/>\nSave the file and restart the mysql service. You now execute the &#8216;mysqladmin variables&#8217; to check the status of Innodb [&#8230;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[409,408,412,410,411],"_links":{"self":[{"href":"https:\/\/linuxhostingsupport.net\/blog\/wp-json\/wp\/v2\/posts\/332"}],"collection":[{"href":"https:\/\/linuxhostingsupport.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linuxhostingsupport.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linuxhostingsupport.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/linuxhostingsupport.net\/blog\/wp-json\/wp\/v2\/comments?post=332"}],"version-history":[{"count":3,"href":"https:\/\/linuxhostingsupport.net\/blog\/wp-json\/wp\/v2\/posts\/332\/revisions"}],"predecessor-version":[{"id":334,"href":"https:\/\/linuxhostingsupport.net\/blog\/wp-json\/wp\/v2\/posts\/332\/revisions\/334"}],"wp:attachment":[{"href":"https:\/\/linuxhostingsupport.net\/blog\/wp-json\/wp\/v2\/media?parent=332"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linuxhostingsupport.net\/blog\/wp-json\/wp\/v2\/categories?post=332"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linuxhostingsupport.net\/blog\/wp-json\/wp\/v2\/tags?post=332"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}