{"id":4991,"date":"2021-01-30T21:41:05","date_gmt":"2021-01-30T12:41:05","guid":{"rendered":"https:\/\/www.xenos.jp\/~zen\/blog2\/?p=4991"},"modified":"2021-01-30T21:41:07","modified_gmt":"2021-01-30T12:41:07","slug":"post-4991","status":"publish","type":"post","link":"https:\/\/www.xenos.jp\/~zen\/blog2\/index.php\/2021\/01\/30\/post-4991\/","title":{"rendered":"WordPress\u306eURL\u3092DB\u3067\u5909\u66f4\u3059\u308b\u65b9\u6cd5\u306e\u30e1\u30e2"},"content":{"rendered":"\n<p>\u30df\u30b9\u3067\u3001Wordpress\u4e0a\u3067\u3001\u30b5\u30a4\u30c8\u306eURL\u3092\u5909\u66f4\u3057\u3066\u3057\u307e\u3044\u3001\u7ba1\u7406\u753b\u9762\u306a\u3069\u306b\u30a2\u30af\u30bb\u30b9\u3067\u304d\u306a\u304f\u306a\u3063\u305f\u5834\u5408\u306b\u3001Wordpress\u306eURL\u3092DB\u306e\u5024\u3092\u76f4\u63a5\u66f8\u304d\u63db\u3048\u3066\u5909\u66f4\u3059\u308b\u65b9\u6cd5\u306e\u30e1\u30e2\u3002<\/p>\n\n\n\n<p>WordPress\u306eURL\u306e\u60c5\u5831\u306f\u3001DB\u306e\u300cwp_options\u300d\uff08wp_ \u306f\u8a2d\u5b9a\u306b\u3088\u3063\u3066\u306f\u5909\u308f\u308b\uff09\u306b\u5165\u3063\u3066\u3044\u308b\u3002&#8221;option_name&#8221;\u306e&#8221;siteurl&#8221;\u3068&#8221;home&#8221;\u3092\u691c\u7d22\u3057\u3066\u3001\u5024\u3092\u8abf\u3079\u308b\u3002\u3053\u308c\u306e\u5024\u304c\u3001\u8aa4\u3063\u3066\u5909\u66f4\u3057\u305fURL\u306b\u306a\u3063\u3066\u3044\u308c\u3070\u3001\u3053\u306e\uff12\u3064\u3092\u6b63\u3057\u3044\u3082\u306e\u306bUpdate\u6587\u3067\u66f4\u65b0\u3059\u308b\u3002<\/p>\n\n\n\n<p>\u691c\u7d22\u3059\u308bSQL<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>select * from wp_options where option_name = 'siteurl';\nselect * from wp_options where option_name = 'home';<\/code><\/pre>\n\n\n\n<p>Update\u3059\u308bSQL\u6587<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>update wp_options set option_value = 'https:\/\/\u65b0\u3057\u3044URL\u3092\u5165\u308c\u308b'  where option_name = 'siteurl';\nupdate wp_options set option_value = 'https:\/\/\u65b0\u3057\u3044URL\u3092\u5165\u308c\u308b'  where option_name = 'home';<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u30df\u30b9\u3067\u3001Wordpress\u4e0a\u3067\u3001\u30b5\u30a4\u30c8\u306eURL\u3092\u5909\u66f4\u3057\u3066\u3057\u307e\u3044\u3001\u7ba1\u7406\u753b\u9762\u306a\u3069\u306b\u30a2\u30af\u30bb\u30b9\u3067\u304d\u306a\u304f\u306a\u3063\u305f\u5834\u5408\u306b\u3001Wordpress\u306eURL\u3092DB\u306e\u5024\u3092\u76f4\u63a5\u66f8\u304d\u63db\u3048\u3066\u5909\u66f4\u3059\u308b\u65b9\u6cd5\u306e\u30e1\u30e2\u3002 WordPress\u306eURL\u306e\u60c5\u5831\u306f\u3001D [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[49,37],"class_list":["post-4991","post","type-post","status-publish","format-standard","hentry","category-tech-memo","tag-mysql","tag-wordpress"],"_links":{"self":[{"href":"https:\/\/www.xenos.jp\/~zen\/blog2\/index.php\/wp-json\/wp\/v2\/posts\/4991","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.xenos.jp\/~zen\/blog2\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.xenos.jp\/~zen\/blog2\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.xenos.jp\/~zen\/blog2\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.xenos.jp\/~zen\/blog2\/index.php\/wp-json\/wp\/v2\/comments?post=4991"}],"version-history":[{"count":1,"href":"https:\/\/www.xenos.jp\/~zen\/blog2\/index.php\/wp-json\/wp\/v2\/posts\/4991\/revisions"}],"predecessor-version":[{"id":4992,"href":"https:\/\/www.xenos.jp\/~zen\/blog2\/index.php\/wp-json\/wp\/v2\/posts\/4991\/revisions\/4992"}],"wp:attachment":[{"href":"https:\/\/www.xenos.jp\/~zen\/blog2\/index.php\/wp-json\/wp\/v2\/media?parent=4991"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.xenos.jp\/~zen\/blog2\/index.php\/wp-json\/wp\/v2\/categories?post=4991"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.xenos.jp\/~zen\/blog2\/index.php\/wp-json\/wp\/v2\/tags?post=4991"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}