{"id":199458,"date":"2025-05-03T14:06:02","date_gmt":"2025-05-03T06:06:02","guid":{"rendered":"https:\/\/server.hk\/cnblog\/199458\/"},"modified":"2025-05-03T14:06:02","modified_gmt":"2025-05-03T06:06:02","slug":"%e8%a7%a3%e5%86%b3ecshop%e8%a1%a8ecs_sessions%e5%92%8cecs_sessions_data%e8%b6%85%e5%a4%a7%e7%88%86%e8%a1%a8%e9%97%ae%e9%a2%98","status":"publish","type":"post","link":"https:\/\/server.hk\/cnblog\/199458\/","title":{"rendered":"\u89e3\u51b3ecshop\u8868ecs_sessions\u548cecs_sessions_data\u8d85\u5927\u7206\u8868\u95ee\u9898"},"content":{"rendered":"<p>ecs_sessions\u548cecs_sessions_data\u662fECshop\u7684\u5185\u5b58\u7f13\u5b58\u8868\u3002\u957f\u65f6\u95f4\u4e0d\u6e05\u7406\u5bb9\u6613\u4ea7\u751f\u5927\u91cf\u5783\u573e\uff0c\u5360\u7528\u5927\u91cf\u6570\u636e\u5e93\u7a7a\u95f4\uff0c\u4ece\u800c\u4f7f\u7f51\u7ad9\u8bbf\u95ee\u51fa\u95ee\u9898\uff0c\u7279\u522b\u662f\u865a\u62df\u4e3b\u673a\u7684\u670b\u53cb\u3002  \u89e3\u51b3\u8fd9\u4e24\u4e2a\u8868\u5e38\u7528\u65b9\u6cd5   1\u3001\u540e\u53f0\u4e00\u6bb5\u65f6\u95f4\u70b9\u51fb\u6570\u636e\u5e93\u4f18\u5316\uff0c\u6e05\u7406\u4e0b\u7f13\u5b58   2\u3001\u5982\u679c\u7f51\u7ad9\u5df2\u7ecf\u51fa\u9519\uff0c\u8bf7\u767b\u5f55\u6570\u636e\u5e93\uff0c\u5220\u9664\u4ee5\u4e0a\u4e24\u4e2a\u8868\u7684\u6570\u636e\u5c31\u884c\u3002   3\u3001\u6211\u6700\u4fbf\u6377\u7684\u65b9\u6cd5\uff0c\u76f4\u63a5\u5220\u9664\u8fd9\u4e24\u4e2a\u6570\u636e\u8868\uff0c\u7136\u540e\u4ece\u65b0sql\u5efa\u7acb \u54c8\u54c8   \uff081\uff09\u8fd9\u4e2a\u662f\u65b0\u5efaecs_sessions\u8868\u7684SQL    CREATE TABLE IF NOT EXISTS `\u60a8\u6570\u636e\u8868\u7684\u524d\u7f00_sessions` (   &nbsp; &nbsp;`sesskey` char(32) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT &#8221;,   &nbsp; &nbsp;`expiry` int(10) unsigned NOT NULL DEFAULT &#8216;0&#8217;,   &nbsp; &nbsp;`userid` mediumint(8) unsigned NOT NULL DEFAULT &#8216;0&#8217;,   &nbsp; &nbsp;`adminid` mediumint(8) unsigned NOT NULL DEFAULT &#8216;0&#8217;,   &nbsp; &nbsp;`ip` char(15) NOT NULL DEFAULT &#8221;,   &nbsp; &nbsp;`user_name` varchar(60) NOT NULL,   &nbsp; &nbsp;`user_rank` tinyint(3) NOT NULL,   &nbsp; &nbsp;`discount` decimal(3,2) NOT NULL,   &nbsp; &nbsp;`email` varchar(60) NOT NULL,   &nbsp; &nbsp;`data` char(255) NOT NULL DEFAULT &#8221;,   &nbsp; &nbsp;PRIMARY KEY (`sesskey`),<br \/>\n<span>\/\/www.ldhost.cn<\/span>   &nbsp; &nbsp;KEY `expiry` (`expiry`)   ) ENGINE=MEMORY DEFAULT CHARSET=utf8;    &nbsp;   &nbsp;   \uff082\uff09\u8fd9\u4e2a\u662f\u65b0\u5efaecs_sessions_data\u8868\u7684SQL    CREATE TABLE IF NOT EXISTS `kmy_sessions_data` (   &nbsp; &nbsp;`sesskey` varchar(32) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT &#8221;,   &nbsp; &nbsp;`expiry` int(10) unsigned NOT NULL DEFAULT &#8216;0&#8217;,   &nbsp; &nbsp;`data` longtext NOT NULL,   &nbsp; &nbsp;PRIMARY KEY (`sesskey`),<br \/>\n<span>\/\/www.ldhost.cn<\/span>   &nbsp; &nbsp;KEY `expiry` (`expiry`)   ) ENGINE=MyISAM DEFAULT CHARSET=utf8;<br \/>\n <\/p>\n","protected":false},"excerpt":{"rendered":"<p>ecs_sessions\u548cecs&#46;&#46;&#46;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4925],"tags":[],"class_list":["post-199458","post","type-post","status-publish","format-standard","hentry","category-4925"],"_links":{"self":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/199458","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/comments?post=199458"}],"version-history":[{"count":0,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/199458\/revisions"}],"wp:attachment":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/media?parent=199458"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/categories?post=199458"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/tags?post=199458"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}