{"id":770,"date":"2012-09-12T14:42:11","date_gmt":"2012-09-12T05:42:11","guid":{"rendered":"http:\/\/auctionpro.co.kr\/?p=770"},"modified":"2025-12-05T10:07:24","modified_gmt":"2025-12-05T01:07:24","slug":"repair-table","status":"publish","type":"post","link":"https:\/\/www.auctionpro.co.kr\/?p=770","title":{"rendered":"repair table"},"content":{"rendered":"\n<p>repair table&nbsp;table\uba85<\/p>\n\n\n\n<p>myisamchk -r table\uba85<\/p>\n\n\n\n<h1 class=\"wp-block-heading\"><strong>MySQL <code>REPAIR TABLE<\/code> \uae30\ub2a5 \uc124\uba85<\/strong><\/h1>\n\n\n\n<p><code>REPAIR TABLE<\/code> \uc740 <strong>MyISAM<\/strong>, <strong>ARCHIVE<\/strong>, <strong>CSV<\/strong> \uac19\uc740 <em>\ube44-\ud2b8\ub79c\uc7ad\uc158 \uc2a4\ud1a0\ub9ac\uc9c0 \uc5d4\uc9c4<\/em> \ud14c\uc774\ube14\uc758 \uc190\uc0c1(Corruption)\uc744 \ubcf5\uad6c\ud560 \ub54c \uc0ac\uc6a9\ud558\ub294 \uba85\ub839\uc785\ub2c8\ub2e4.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>\u26a0 <strong>\uc911\uc694:<\/strong> <code>InnoDB<\/code> \ud14c\uc774\ube14\uc5d0\uc11c\ub294 <code>REPAIR TABLE<\/code> \uc774 \ud6a8\uacfc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.<br>InnoDB\ub294 \uc790\uccb4\uc801\uc778 \ubcf5\uad6c \uae30\ub2a5(redo\/undo log, crash recovery)\uc744 \uc0ac\uc6a9\ud558\uae30 \ub54c\ubb38\uc785\ub2c8\ub2e4.<\/p>\n<\/blockquote>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">\ud83d\udccc 1. <code>REPAIR TABLE<\/code> \uae30\ubcf8 \uae30\ub2a5<\/h1>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>\uc190\uc0c1\ub41c \ud14c\uc774\ube14\uc744 \ubcf5\uad6c<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\uc11c\ubc84 \ube44\uc815\uc0c1 \uc885\ub8cc, \ub514\uc2a4\ud06c \ubb38\uc81c \ub4f1\uc73c\ub85c<br><code>.MYD<\/code>, <code>.MYI<\/code> \ud30c\uc77c\uc774 \uc190\uc0c1\ub41c MyISAM \ud14c\uc774\ube14 \ubcf5\uad6c<\/li>\n\n\n\n<li>\uc778\ub371\uc2a4 \uc624\ub958 \ubcf5\uad6c<\/li>\n\n\n\n<li>\ub370\uc774\ud130 \ud30c\uc77c \uad6c\uc870 \uc624\ub958 \ubcf5\uad6c<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>\uba85\ub839 \uc608\uc2dc<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>REPAIR TABLE table_name;\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">\ud83d\udccc 2. REPAIR TABLE \uc635\uc158\ubcc4 \uc758\ubbf8<\/h1>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd27 <strong>1) QUICK<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>REPAIR TABLE table_name QUICK;\n<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\uc778\ub371\uc2a4\ub9cc \ub2e4\uc2dc \uc0dd\uc131<\/li>\n\n\n\n<li>\ub370\uc774\ud130 \ud30c\uc77c(.MYD) \uc77d\uc9c0 \uc54a\uc74c<\/li>\n\n\n\n<li>\ube60\ub974\uc9c0\ub9cc \uae4a\uc740 \ubcf5\uad6c\ub294 \uc548 \ub428<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd27 <strong>2) EXTENDED<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>REPAIR TABLE table_name EXTENDED;\n<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\ub370\uc774\ud130\ub97c \ub2e4\uc2dc \uc815\ub82c\ud558\uace0 \uc778\ub371\uc2a4\ub97c \uc644\uc804 \uc7ac\uad6c\ucd95<\/li>\n\n\n\n<li>\ub9e4\uc6b0 \ub290\ub9ac\uc9c0\ub9cc \uac00\uc7a5 \ud6a8\uacfc\uc801<\/li>\n\n\n\n<li>\ub514\uc2a4\ud06c \uacf5\uac04\uc744 \ub9ce\uc774 \uc0ac\uc6a9<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd27 <strong>3) USE_FRM<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>REPAIR TABLE table_name USE_FRM;\n<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>.frm<\/code> \ud30c\uc77c \uad6c\uc870\ub9cc \uc0ac\uc6a9\ud574 \ud14c\uc774\ube14 \ubcf5\uad6c<\/li>\n\n\n\n<li>\ud5e4\ub354 \uc815\ubcf4\uac00 \uae68\uc9c4 \uacbd\uc6b0 \uc0ac\uc6a9<\/li>\n\n\n\n<li>\uc704\ud5d8\ub3c4\uac00 \uc788\uc74c (\uad6c\uc870 \ubd88\uc77c\uce58 \ubc1c\uc0dd \uac00\ub2a5)<\/li>\n\n\n\n<li>\ucd5c\uc2e0 MySQL \ubc84\uc804\uc5d0\uc11c\ub294 \uc81c\uac70\ub428<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">\ud83d\udccc 3. \uc5b4\ub5a4 \uc0c1\ud669\uc5d0\uc11c \uc0ac\uc6a9?<\/h1>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\uc0c1\ud669<\/th><th>REPAIR TABLE \ud544\uc694 \uc5ec\ubd80<\/th><\/tr><\/thead><tbody><tr><td>MyISAM \ud14c\uc774\ube14\uc5d0\uc11c &#8220;table marked as crashed&#8221; \uc624\ub958<\/td><td>\u2714 \ud544\uc694<\/td><\/tr><tr><td>&#8220;Incorrect key file&#8221;<\/td><td>\u2714 \ud544\uc694<\/td><\/tr><tr><td>&#8220;Can&#8217;t open file: *.MYI&#8221;<\/td><td>\u2714 \ud544\uc694<\/td><\/tr><tr><td>InnoDB table corruption<\/td><td>\u2718 \uc0ac\uc6a9 \ubd88\uac00 \u2192 InnoDB \ubcf5\uad6c \uc808\ucc28 \ud544\uc694<\/td><\/tr><tr><td>SELECT \uc2dc \uac04\ud5d0\uc801 \uc624\ub958 \ubc1c\uc0dd(MyISAM)<\/td><td>\u2714 \ud544\uc694<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">\ud83d\udccc 4. MyISAM \ud14c\uc774\ube14 \uc190\uc0c1 \ud655\uc778 (CHECK TABLE)<\/h1>\n\n\n\n<p>\ubcf4\ud1b5 \uc544\ub798\ucc98\ub7fc \uba3c\uc800 \uac80\uc0ac\ud569\ub2c8\ub2e4.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>CHECK TABLE table_name;\n<\/code><\/pre>\n\n\n\n<p>\uacb0\uacfc\uac00 \ub2e4\uc74c\ucc98\ub7fc \ub098\uc624\uba74 REPAIR \ud544\uc694:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>marked as crashed<\/code><\/li>\n\n\n\n<li><code>check error<\/code><\/li>\n\n\n\n<li><code>corrupt<\/code><\/li>\n\n\n\n<li><code>Key in wrong position<\/code><\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">\ud83d\udccc 5. REPAIR TABLE \ub3d9\uc791 \ubc29\uc2dd<\/h1>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>\ud14c\uc774\ube14 \uc7a0\uae08(Lock)<\/strong>\n<ul class=\"wp-block-list\">\n<li>\uc77d\uae30\/\uc4f0\uae30 \ubaa8\ub450 \ucc28\ub2e8\ub428 (Downtime \ubc1c\uc0dd)<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>\ubc31\uc5c5 \ud30c\uc77c \uc0dd\uc131 (.TMD)<\/strong><\/li>\n\n\n\n<li><strong>\ub370\uc774\ud130 \ubcf5\uad6c \ub610\ub294 \uc778\ub371\uc2a4 \uc7ac\uc0dd\uc131<\/strong><\/li>\n\n\n\n<li><strong>\uae30\uc874 \ud30c\uc77c \uad50\uccb4<\/strong><\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">\ud83d\udccc 6. REPAIR TABLE \uc911 \ub370\uc774\ud130 \uc190\uc2e4 \uac00\ub2a5\uc131?<\/h1>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\ub370\uc774\ud130 \ud30c\uc77c(.MYD)\uc774 \uc190\uc0c1\ub41c \uacbd\uc6b0 \uc77c\ubd80 \ub370\uc774\ud130\uac00 \uc0ad\uc81c\ub420 \uc218 \uc788\uc74c<\/strong><\/li>\n\n\n\n<li>\uc778\ub371\uc2a4\ub9cc \uc190\uc0c1\ub41c \uacbd\uc6b0\ub294 \uc548\uc804\ud568<\/li>\n<\/ul>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>\ud83d\udca1 \uc2e4\uc81c \uc6b4\uc601\uc5d0\uc11c\ub294 REPAIR \uc804\uc5d0 \ubc18\ub4dc\uc2dc \ubc31\uc5c5\uc744 \uad8c\uc7a5\ud569\ub2c8\ub2e4.<\/p>\n<\/blockquote>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">\ud83d\udccc 7. InnoDB \ud14c\uc774\ube14\uc740 \uc5b4\ub5bb\uac8c \ud574\uc57c \ud558\ub098?<\/h1>\n\n\n\n<p>InnoDB\ub294 \uc544\ub798 \uc808\ucc28\ub85c \ubcf5\uad6c\ud569\ub2c8\ub2e4:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\uc790\ub3d9 Crash Recovery<\/li>\n\n\n\n<li><code>SET GLOBAL innodb_force_recovery=1~6<\/code><\/li>\n\n\n\n<li>\ud14c\uc774\ube14\uc2a4\ud398\uc774\uc2a4 \uc7ac\uad6c\uc131<\/li>\n\n\n\n<li>mysqldump \u2192 \uc7ac\uc0dd\uc131<\/li>\n<\/ul>\n\n\n\n<p>\uc989 <strong>REPAIR TABLE\uc740 InnoDB\uc5d0\uc11c\ub294 \ubb34\uc6a9\uc9c0\ubb3c<\/strong>\uc785\ub2c8\ub2e4.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">\ud83d\udccc 8. REPAIR TABLE \uc2e4\ud589 \uc608\uc678 \uc5ec\ubd80 \ud655\uc778<\/h1>\n\n\n\n<pre class=\"wp-block-code\"><code>REPAIR TABLE table_name;\n<\/code><\/pre>\n\n\n\n<p>\ucd9c\ub825 \uc608:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Table<\/th><th>Op<\/th><th>Msg_type<\/th><th>Msg_text<\/th><\/tr><\/thead><tbody><tr><td>db.table_name<\/td><td>repair<\/td><td>status<\/td><td>OK<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>\uc624\ub958\uac00 \uc788\uc73c\uba74 Msg_text \uceec\ub7fc\uc5d0 \ucd9c\ub825\ub429\ub2c8\ub2e4.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">\ud83d\udccc \uc694\uc57d<\/h1>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\uc2a4\ud1a0\ub9ac\uc9c0 \uc5d4\uc9c4<\/th><th>REPAIR TABLE \ud6a8\uacfc<\/th><\/tr><\/thead><tbody><tr><td><strong>MyISAM<\/strong><\/td><td>\u2b50 \uc801\uadf9 \uc0ac\uc6a9 \uac00\ub2a5 (\uc190\uc0c1 \ubcf5\uad6c\/\uc778\ub371\uc2a4 \uc7ac\ube4c\ub4dc)<\/td><\/tr><tr><td><strong>ARCHIVE\/CSV<\/strong><\/td><td>\ubd80\ubd84\uc801\uc73c\ub85c \uac00\ub2a5<\/td><\/tr><tr><td><strong>InnoDB<\/strong><\/td><td>\u274c \uc0ac\uc6a9 \ubd88\uac00<\/td><\/tr><\/tbody><\/table><\/figure>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>repair table&nbsp;table\uba85 myisamchk -r table\uba85 MySQL REPAIR TABLE \uae30\ub2a5 \uc124\uba85 REPAIR TABLE \uc740 MyISAM, ARCHIVE, CSV \uac19\uc740 \ube44-\ud2b8\ub79c\uc7ad\uc158 \uc2a4\ud1a0\ub9ac\uc9c0 \uc5d4\uc9c4 \ud14c\uc774\ube14\uc758 \uc190\uc0c1(Corruption)\uc744 \ubcf5\uad6c\ud560 \ub54c \uc0ac\uc6a9\ud558\ub294 <a class=\"mh-excerpt-more\" href=\"https:\/\/www.auctionpro.co.kr\/?p=770\" title=\"repair table\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[43],"tags":[],"class_list":["post-770","post","type-post","status-publish","format-standard","hentry","category-php"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>repair table - AuctionPro<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.auctionpro.co.kr\/?p=770\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"repair table - AuctionPro\" \/>\n<meta property=\"og:description\" content=\"repair table&nbsp;table\uba85 myisamchk -r table\uba85 MySQL REPAIR TABLE \uae30\ub2a5 \uc124\uba85 REPAIR TABLE \uc740 MyISAM, ARCHIVE, CSV \uac19\uc740 \ube44-\ud2b8\ub79c\uc7ad\uc158 \uc2a4\ud1a0\ub9ac\uc9c0 \uc5d4\uc9c4 \ud14c\uc774\ube14\uc758 \uc190\uc0c1(Corruption)\uc744 \ubcf5\uad6c\ud560 \ub54c \uc0ac\uc6a9\ud558\ub294 [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.auctionpro.co.kr\/?p=770\" \/>\n<meta property=\"og:site_name\" content=\"AuctionPro\" \/>\n<meta property=\"article:published_time\" content=\"2012-09-12T05:42:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-05T01:07:24+00:00\" \/>\n<meta name=\"author\" content=\"golgol\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"golgol\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=770#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=770\"},\"author\":{\"name\":\"golgol\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"headline\":\"repair table\",\"datePublished\":\"2012-09-12T05:42:11+00:00\",\"dateModified\":\"2025-12-05T01:07:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=770\"},\"wordCount\":94,\"commentCount\":0,\"articleSection\":[\"[Dev]PHP\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=770#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=770\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=770\",\"name\":\"repair table - AuctionPro\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\"},\"datePublished\":\"2012-09-12T05:42:11+00:00\",\"dateModified\":\"2025-12-05T01:07:24+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=770#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=770\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=770#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"repair table\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\",\"name\":\"AuctionPro\",\"description\":\"\uc625\uc158\ud504\ub85c\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\",\"name\":\"golgol\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?author=6\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"repair table - AuctionPro","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.auctionpro.co.kr\/?p=770","og_locale":"ko_KR","og_type":"article","og_title":"repair table - AuctionPro","og_description":"repair table&nbsp;table\uba85 myisamchk -r table\uba85 MySQL REPAIR TABLE \uae30\ub2a5 \uc124\uba85 REPAIR TABLE \uc740 MyISAM, ARCHIVE, CSV \uac19\uc740 \ube44-\ud2b8\ub79c\uc7ad\uc158 \uc2a4\ud1a0\ub9ac\uc9c0 \uc5d4\uc9c4 \ud14c\uc774\ube14\uc758 \uc190\uc0c1(Corruption)\uc744 \ubcf5\uad6c\ud560 \ub54c \uc0ac\uc6a9\ud558\ub294 [...]","og_url":"https:\/\/www.auctionpro.co.kr\/?p=770","og_site_name":"AuctionPro","article_published_time":"2012-09-12T05:42:11+00:00","article_modified_time":"2025-12-05T01:07:24+00:00","author":"golgol","twitter_card":"summary_large_image","twitter_misc":{"\uae00\uc4f4\uc774":"golgol","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.auctionpro.co.kr\/?p=770#article","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=770"},"author":{"name":"golgol","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"headline":"repair table","datePublished":"2012-09-12T05:42:11+00:00","dateModified":"2025-12-05T01:07:24+00:00","mainEntityOfPage":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=770"},"wordCount":94,"commentCount":0,"articleSection":["[Dev]PHP"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.auctionpro.co.kr\/?p=770#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.auctionpro.co.kr\/?p=770","url":"https:\/\/www.auctionpro.co.kr\/?p=770","name":"repair table - AuctionPro","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/#website"},"datePublished":"2012-09-12T05:42:11+00:00","dateModified":"2025-12-05T01:07:24+00:00","author":{"@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"breadcrumb":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=770#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.auctionpro.co.kr\/?p=770"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.auctionpro.co.kr\/?p=770#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/www.auctionpro.co.kr\/"},{"@type":"ListItem","position":2,"name":"repair table"}]},{"@type":"WebSite","@id":"https:\/\/www.auctionpro.co.kr\/#website","url":"https:\/\/www.auctionpro.co.kr\/","name":"AuctionPro","description":"\uc625\uc158\ud504\ub85c","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.auctionpro.co.kr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2","name":"golgol","url":"https:\/\/www.auctionpro.co.kr\/?author=6"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/770","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=770"}],"version-history":[{"count":0,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/770\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=770"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=770"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=770"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}