{"id":804,"date":"2016-02-17T11:32:09","date_gmt":"2016-02-17T02:32:09","guid":{"rendered":"http:\/\/nantoka.filmm.info\/blog\/?p=804"},"modified":"2016-02-17T16:32:22","modified_gmt":"2016-02-17T07:32:22","slug":"mysql5-5%e3%81%ab%e3%83%86%e3%83%bc%e3%83%96%e3%83%ab%e3%82%92%e8%bf%bd%e5%8a%a0%ef%bc%88%e3%83%8f%e3%82%a4%e3%82%b9%e3%82%b3%e3%82%a2%e7%94%a8%ef%bc%89","status":"publish","type":"post","link":"https:\/\/nantoka.filmm.info\/blog\/?p=804","title":{"rendered":"MySQL(5.5)\u306b\u30c6\u30fc\u30d6\u30eb\u3092\u8ffd\u52a0\uff08\u30cf\u30a4\u30b9\u30b3\u30a2\u7528\uff09"},"content":{"rendered":"<p>\u30cf\u30a4\u30b9\u30b3\u30a2\u8a18\u9332\u7528\u306eCS\u30b9\u30af\u30ea\u30d7\u30c8\u7d44\u3093\u3067\u307e\u3059\uff0e<\/p>\n<p>\u305f\u3076\u3093scores\u3068\u3044\u3046\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u3063\u3066\uff0cID\u756a\u53f7\uff08\u81ea\u52d5\u30a4\u30f3\u30af\u30ea\u30e1\u30f3\u30c8\uff09\uff0c\u540d\u524d\uff0c\u30b9\u30b3\u30a2\uff0ccName\uff08\u72ec\u81ea\u306b\u8ffd\u52a0\uff09\u3092\u8981\u7d20\u306b\u3059\u308b\u3068\u3044\u3046\u3082\u306e\u3060\u3068\u601d\u3046<\/p>\n<pre class=\"lang:mysql decode:true \">CREATE TABLE `scores` (\r\n   `id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,\r\n   `name` VARCHAR(128) NOT NULL DEFAULT 'anonymous',\r\n   `score` INT(10) UNSIGNED NOT NULL DEFAULT '0',\r\n`cName` VARCHAR(128) NOT NULL DEFAULT 'anonymous'\r\n\r\n)\r\nENGINE=MyISAM;\r\n<\/pre>\n<p>\u6700\u5f8c\u306eENGINE=MyISAM\u306fmySQL5.5\u7528<\/p>\n<p>4.x\u3060\u3068<\/p>\n<pre class=\"lang:mysql decode:true \">ENGINE=MyISAM;<\/pre>\n<p>\u3060\u305d\u3046\u3067\u3059<\/p>\n<p>\u8ffd\u52a0<\/p>\n<pre class=\"lang:mysql decode:true \">CREATE TABLE `scores` (\r\n   `id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,\r\n   `name` VARCHAR(128) NOT NULL DEFAULT 'anonymous',\r\n`cName` VARCHAR(128) NOT NULL DEFAULT 'anonymous',\r\n`area` VARCHAR(128) NOT NULL DEFAULT 'anonymous',\r\n`quize` BOOL NOT NULL DEFAULT '0',\r\n   `score` INT(10) UNSIGNED NOT NULL DEFAULT '0'\r\n`time` INT(10) UNSIGNED NOT NULL DEFAULT '0'\r\n)\r\nENGINE=MyISAM;<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u30cf\u30a4\u30b9\u30b3\u30a2\u8a18\u9332\u7528\u306eCS\u30b9\u30af\u30ea\u30d7\u30c8\u7d44\u3093\u3067\u307e\u3059\uff0e \u305f\u3076\u3093scores\u3068\u3044\u3046\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u3063\u3066\uff0cID\u756a\u53f7\uff08\u81ea\u52d5\u30a4\u30f3\u30af\u30ea\u30e1\u30f3\u30c8\uff09\uff0c\u540d\u524d\uff0c\u30b9\u30b3\u30a2\uff0ccName\uff08\u72ec\u81ea\u306b\u8ffd\u52a0\uff09\u3092\u8981\u7d20\u306b\u3059\u308b\u3068\u3044\u3046\u3082\u306e\u3060\u3068\u601d\u3046 CREATE TABLE `s &hellip; <a href=\"https:\/\/nantoka.filmm.info\/blog\/?p=804\" class=\"more-link\">\u7d9a\u304d\u3092\u8aad\u3080 <span class=\"screen-reader-text\">MySQL(5.5)\u306b\u30c6\u30fc\u30d6\u30eb\u3092\u8ffd\u52a0\uff08\u30cf\u30a4\u30b9\u30b3\u30a2\u7528\uff09<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[22,2],"tags":[],"class_list":["post-804","post","type-post","status-publish","format-standard","hentry","category-mysql","category-unity"],"_links":{"self":[{"href":"https:\/\/nantoka.filmm.info\/blog\/index.php?rest_route=\/wp\/v2\/posts\/804","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nantoka.filmm.info\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nantoka.filmm.info\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nantoka.filmm.info\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nantoka.filmm.info\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=804"}],"version-history":[{"count":2,"href":"https:\/\/nantoka.filmm.info\/blog\/index.php?rest_route=\/wp\/v2\/posts\/804\/revisions"}],"predecessor-version":[{"id":808,"href":"https:\/\/nantoka.filmm.info\/blog\/index.php?rest_route=\/wp\/v2\/posts\/804\/revisions\/808"}],"wp:attachment":[{"href":"https:\/\/nantoka.filmm.info\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=804"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nantoka.filmm.info\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=804"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nantoka.filmm.info\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=804"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}