{"id":5464,"date":"2014-02-11T18:09:24","date_gmt":"2014-02-11T10:09:24","guid":{"rendered":"https:\/\/kyle.ai\/blog\/?p=5464"},"modified":"2014-02-11T18:09:24","modified_gmt":"2014-02-11T10:09:24","slug":"mysql%e6%89%b9%e9%87%8f%e8%bd%ac%e6%8d%a2%e4%b8%bainnodb%e5%bc%95%e6%93%8e%e8%84%9a%e6%9c%ac","status":"publish","type":"post","link":"https:\/\/kyle.ai\/blog\/5464.html","title":{"rendered":"MySQL\u6279\u91cf\u8f6c\u6362\u4e3aInnoDB\u5f15\u64ce\u811a\u672c"},"content":{"rendered":"<p>\u6279\u91cf\u5c06MyISAM\u8f6c\u6362\u6210InnoDB\uff1a<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\n#!\/bin\/bash\r\n\r\nuser=root\r\npassword=rootpassword\r\ndatabase=testdb\r\n\r\ntables=$(echo &quot;show tables&quot; | mysql -u$user -p$password $database)\r\n\r\nfor table in $tables;\r\ndo\r\n    #echo $table\r\n    is_myiasm=$(echo &quot;show create table $table&quot; | mysql -u$user -p$password $database | grep &quot;ENGINE=MyISAM&quot;)\r\n    if &#x5B; -n &quot;$is_myiasm&quot; ];\r\n    then\r\n        echo &quot;$table is MyISAM&quot;\r\n        echo &quot;alter table $table ENGINE=InnoDB&quot; | mysql -u$user -p$password $database\r\n    fi\r\ndone\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u6279\u91cf\u5c06MyISAM\u8f6c\u6362\u6210InnoDB\uff1a #!\/bin\/bash user=root password=root [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-5464","post","type-post","status-publish","format-standard","hentry","category-skill"],"_links":{"self":[{"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/posts\/5464","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/comments?post=5464"}],"version-history":[{"count":1,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/posts\/5464\/revisions"}],"predecessor-version":[{"id":5465,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/posts\/5464\/revisions\/5465"}],"wp:attachment":[{"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/media?parent=5464"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/categories?post=5464"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/tags?post=5464"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}