{"id":8,"date":"2024-01-21T09:16:36","date_gmt":"2024-01-21T00:16:36","guid":{"rendered":"https:\/\/1000.co.kr\/the10\/?p=8"},"modified":"2024-01-23T17:03:56","modified_gmt":"2024-01-23T08:03:56","slug":"%ec%9a%b0%eb%b6%84%ed%88%ac-20-04%ec%97%90%ec%84%9c-mysql-%ec%97%90%ec%84%9c-mariasql-%eb%a1%9c-%eb%b3%80%ea%b2%bd%ed%95%98%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/1000.co.kr\/the10\/?p=8","title":{"rendered":"\uc6b0\ubd84\ud22c 20.04\uc5d0\uc11c mysql \uc5d0\uc11c mariasql \ub85c \ubcc0\uacbd\ud558\uae30"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/1000.co.kr\/the10\/wp-content\/uploads\/2024\/01\/DALL\u00b7E-2024-01-23-17.02.11-An-image-of-a-computer-screen-displaying-the-installation-process-of-Ubuntu-20.04.-The-screen-shows-the-Ubuntu-installation-window-with-progress-bar-i-1.jpg\" alt=\"\" class=\"wp-image-22\" srcset=\"https:\/\/1000.co.kr\/the10\/wp-content\/uploads\/2024\/01\/DALL\u00b7E-2024-01-23-17.02.11-An-image-of-a-computer-screen-displaying-the-installation-process-of-Ubuntu-20.04.-The-screen-shows-the-Ubuntu-installation-window-with-progress-bar-i-1.jpg 1024w, https:\/\/1000.co.kr\/the10\/wp-content\/uploads\/2024\/01\/DALL\u00b7E-2024-01-23-17.02.11-An-image-of-a-computer-screen-displaying-the-installation-process-of-Ubuntu-20.04.-The-screen-shows-the-Ubuntu-installation-window-with-progress-bar-i-1-300x300.jpg 300w, https:\/\/1000.co.kr\/the10\/wp-content\/uploads\/2024\/01\/DALL\u00b7E-2024-01-23-17.02.11-An-image-of-a-computer-screen-displaying-the-installation-process-of-Ubuntu-20.04.-The-screen-shows-the-Ubuntu-installation-window-with-progress-bar-i-1-150x150.jpg 150w, https:\/\/1000.co.kr\/the10\/wp-content\/uploads\/2024\/01\/DALL\u00b7E-2024-01-23-17.02.11-An-image-of-a-computer-screen-displaying-the-installation-process-of-Ubuntu-20.04.-The-screen-shows-the-Ubuntu-installation-window-with-progress-bar-i-1-768x768.jpg 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><br>Ubuntu 20.04\uc5d0\uc11c MySQL\uc5d0\uc11c MariaDB\ub85c \uc804\ud658\ud558\ub294 \uacfc\uc815\uc740 \uc5ec\ub7ec \ub2e8\uacc4\ub97c \ud3ec\ud568\ud569\ub2c8\ub2e4. MariaDB\ub294 MySQL\uacfc \ud638\ud658\ub418\ub294 \uad00\uacc4\ud615 \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uad00\ub9ac \uc2dc\uc2a4\ud15c\uc73c\ub85c, \ub300\ubd80\ubd84\uc758 \uacbd\uc6b0 MySQL \ub300\uc2e0 MariaDB\ub97c \uc9c1\uc811 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\uc74c\uc740 MySQL\uc5d0\uc11c MariaDB\ub85c \uc804\ud658\ud558\ub294 \uae30\ubcf8 \ub2e8\uacc4\uc785\ub2c8\ub2e4:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>\ub370\uc774\ud130 \ubc31\uc5c5<\/strong>: \ubaa8\ub4e0 \uc911\uc694\ud55c \ub370\uc774\ud130\ubca0\uc774\uc2a4\ub97c \ubc31\uc5c5\ud574\uc57c \ud569\ub2c8\ub2e4. <code>mysqldump<\/code>\uc744 \uc0ac\uc6a9\ud558\uc5ec \ubaa8\ub4e0 \ub370\uc774\ud130\ubca0\uc774\uc2a4\ub97c \ubc31\uc5c5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.bashCopy code<code>sudo mysqldump --all-databases --single-transaction --quick --lock-tables=false &gt; full-backup.sql<\/code><\/li>\n\n\n\n<li><strong>MySQL \uc11c\ube44\uc2a4 \uc815\uc9c0<\/strong>: MySQL \uc11c\ube44\uc2a4\ub97c \uc815\uc9c0\ud569\ub2c8\ub2e4.bashCopy code<code>sudo systemctl stop mysql<\/code><\/li>\n\n\n\n<li><strong>MySQL \uc81c\uac70<\/strong>: \ud604\uc7ac \uc124\uce58\ub41c MySQL\uc744 \uc81c\uac70\ud569\ub2c8\ub2e4. \uc774 \ub54c \ub370\uc774\ud130\ubca0\uc774\uc2a4 \ud30c\uc77c\uc740 \uc81c\uac70\ub418\uc9c0 \uc54a\uc9c0\ub9cc, \uc774\ub97c \uc704\ud574 \ubc31\uc5c5\uc744 \ucde8\ud55c \uac83\uc785\ub2c8\ub2e4.bashCopy code<code>sudo apt-get remove --purge mysql-server mysql-client mysql-common sudo apt-get autoremove sudo apt-get autoclean<\/code><\/li>\n\n\n\n<li><strong>MariaDB \uc124\uce58<\/strong>: MariaDB\ub97c \uc124\uce58\ud569\ub2c8\ub2e4.bashCopy code<code>sudo apt-get install mariadb-server<\/code><\/li>\n\n\n\n<li><strong>MariaDB \uc11c\ube44\uc2a4 \uc2dc\uc791<\/strong>: MariaDB \uc11c\ube44\uc2a4\ub97c \uc2dc\uc791\ud569\ub2c8\ub2e4.bashCopy code<code>sudo systemctl start mariadb<\/code><\/li>\n\n\n\n<li><strong>MariaDB \ubcf4\uc548 \uc124\uc815<\/strong>: MariaDB\uc758 \ucd08\uae30 \ubcf4\uc548 \uc124\uc815\uc744 \uc218\ud589\ud569\ub2c8\ub2e4. \uc774 \uacfc\uc815\uc5d0\uc11c \ub8e8\ud2b8 \ube44\ubc00\ubc88\ud638 \uc124\uc815, \uc775\uba85 \uc0ac\uc6a9\uc790 \uc81c\uac70, \uc6d0\uaca9 \ub8e8\ud2b8 \ub85c\uadf8\uc778 \ube44\ud65c\uc131\ud654 \ub4f1\uc774 \ud3ec\ud568\ub429\ub2c8\ub2e4.bashCopy code<code>sudo mysql_secure_installation<\/code><\/li>\n\n\n\n<li><strong>\ub370\uc774\ud130\ubca0\uc774\uc2a4 \ubcf5\uc6d0<\/strong>: \uc774\uc804\uc5d0 \ubc31\uc5c5\ud55c \ub370\uc774\ud130\ubca0\uc774\uc2a4\ub97c MariaDB\ub85c \ubcf5\uc6d0\ud569\ub2c8\ub2e4.bashCopy code<code>mysql -u root -p &lt; full-backup.sql<\/code><\/li>\n\n\n\n<li><strong>\ud14c\uc2a4\ud2b8 \ubc0f \ud655\uc778<\/strong>: MariaDB\uac00 \uc62c\ubc14\ub974\uac8c \uc124\uce58\ub418\uc5c8\uace0 \ub370\uc774\ud130\uac00 \uc815\uc0c1\uc801\uc73c\ub85c \ubcf5\uc6d0\ub418\uc5c8\ub294\uc9c0 \ud655\uc778\ud569\ub2c8\ub2e4. \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ud1b5\ud574 \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc5f0\uacb0\uc744 \ud14c\uc2a4\ud2b8\ud558\uace0, \ubaa8\ub4e0 \uae30\ub2a5\uc774 \uc608\uc0c1\ub300\ub85c \uc791\ub3d9\ud558\ub294\uc9c0 \ud655\uc778\ud569\ub2c8\ub2e4.<\/li>\n<\/ol>\n\n\n\n<p>\uc774\ub7ec\ud55c \ub2e8\uacc4\ub97c \ub530\ub97c \ub54c, \uc911\uc694\ud55c \uac83\uc740 \ubaa8\ub4e0 \ub370\uc774\ud130\ub97c \ubc31\uc5c5\ud558\uace0, \uac01 \ub2e8\uacc4\ub97c \uc2e0\uc911\ud558\uac8c \uc9c4\ud589\ud558\ub294 \uac83\uc785\ub2c8\ub2e4. \ub610\ud55c, \uae30\uc874 MySQL \uc124\uc815\uc744 \uac80\ud1a0\ud558\uace0 \ud544\uc694\ud55c \uacbd\uc6b0 MariaDB\uc5d0 \ub9de\uac8c \uc870\uc815\ud574\uc57c \ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. \ubcc0\ud658 \uacfc\uc815\uc5d0\uc11c \uc5b4\ub824\uc6c0\uc774\ub098 \uc608\uc0c1\uce58 \ubabb\ud55c \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud560 \uc218 \uc788\uc73c\ubbc0\ub85c, \uac00\ub2a5\ud558\ub2e4\uba74 \uc6b4\uc601 \ud658\uacbd\uc774 \uc544\ub2cc \ud14c\uc2a4\ud2b8 \ud658\uacbd\uc5d0\uc11c \uba3c\uc800 \uc2dc\ub3c4\ud574 \ubcf4\ub294 \uac83\uc774 \uc88b\uc2b5\ub2c8\ub2e4.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ubuntu 20.04\uc5d0\uc11c MySQL\uc5d0\uc11c MariaDB\ub85c \uc804\ud658\ud558\ub294 \uacfc\uc815\uc740 \uc5ec\ub7ec \ub2e8\uacc4\ub97c \ud3ec\ud568\ud569\ub2c8\ub2e4. MariaDB\ub294 MySQL\uacfc \ud638\ud658\ub418\ub294 \uad00\uacc4\ud615 \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uad00\ub9ac \uc2dc\uc2a4\ud15c\uc73c\ub85c, \ub300\ubd80\ubd84\uc758 \uacbd\uc6b0 MySQL \ub300\uc2e0 MariaDB\ub97c \uc9c1\uc811 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\uc74c\uc740 MySQL\uc5d0\uc11c MariaDB\ub85c \uc804\ud658\ud558\ub294 \uae30\ubcf8 \ub2e8\uacc4\uc785\ub2c8\ub2e4: \uc774\ub7ec\ud55c \ub2e8\uacc4\ub97c \ub530\ub97c \ub54c, \uc911\uc694\ud55c \uac83\uc740 \ubaa8\ub4e0 \ub370\uc774\ud130\ub97c \ubc31\uc5c5\ud558\uace0, \uac01 \ub2e8\uacc4\ub97c \uc2e0\uc911\ud558\uac8c \uc9c4\ud589\ud558\ub294 \uac83\uc785\ub2c8\ub2e4. \ub610\ud55c, \uae30\uc874 MySQL \uc124\uc815\uc744 \uac80\ud1a0\ud558\uace0 \ud544\uc694\ud55c \uacbd\uc6b0 MariaDB\uc5d0 \ub9de\uac8c \uc870\uc815\ud574\uc57c&#8230;<\/p>\n<p class=\"more-link-wrap\"><a href=\"https:\/\/1000.co.kr\/the10\/?p=8\" class=\"more-link\">Read More<span class=\"screen-reader-text\"> &ldquo;\uc6b0\ubd84\ud22c 20.04\uc5d0\uc11c mysql \uc5d0\uc11c mariasql \ub85c \ubcc0\uacbd\ud558\uae30&rdquo;<\/span> &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":21,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-8","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.9.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\uc6b0\ubd84\ud22c 20.04\uc5d0\uc11c mysql \uc5d0\uc11c mariasql \ub85c \ubcc0\uacbd\ud558\uae30 - bongbong-w<\/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:\/\/1000.co.kr\/the10\/?p=8\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\uc6b0\ubd84\ud22c 20.04\uc5d0\uc11c mysql \uc5d0\uc11c mariasql \ub85c \ubcc0\uacbd\ud558\uae30 - bongbong-w\" \/>\n<meta property=\"og:description\" content=\"Ubuntu 20.04\uc5d0\uc11c MySQL\uc5d0\uc11c MariaDB\ub85c \uc804\ud658\ud558\ub294 \uacfc\uc815\uc740 \uc5ec\ub7ec \ub2e8\uacc4\ub97c \ud3ec\ud568\ud569\ub2c8\ub2e4. MariaDB\ub294 MySQL\uacfc \ud638\ud658\ub418\ub294 \uad00\uacc4\ud615 \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uad00\ub9ac \uc2dc\uc2a4\ud15c\uc73c\ub85c, \ub300\ubd80\ubd84\uc758 \uacbd\uc6b0 MySQL \ub300\uc2e0 MariaDB\ub97c \uc9c1\uc811 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\uc74c\uc740 MySQL\uc5d0\uc11c MariaDB\ub85c \uc804\ud658\ud558\ub294 \uae30\ubcf8 \ub2e8\uacc4\uc785\ub2c8\ub2e4: \uc774\ub7ec\ud55c \ub2e8\uacc4\ub97c \ub530\ub97c \ub54c, \uc911\uc694\ud55c \uac83\uc740 \ubaa8\ub4e0 \ub370\uc774\ud130\ub97c \ubc31\uc5c5\ud558\uace0, \uac01 \ub2e8\uacc4\ub97c \uc2e0\uc911\ud558\uac8c \uc9c4\ud589\ud558\ub294 \uac83\uc785\ub2c8\ub2e4. \ub610\ud55c, \uae30\uc874 MySQL \uc124\uc815\uc744 \uac80\ud1a0\ud558\uace0 \ud544\uc694\ud55c \uacbd\uc6b0 MariaDB\uc5d0 \ub9de\uac8c \uc870\uc815\ud574\uc57c...Read More &ldquo;\uc6b0\ubd84\ud22c 20.04\uc5d0\uc11c mysql \uc5d0\uc11c mariasql \ub85c \ubcc0\uacbd\ud558\uae30&rdquo; &raquo;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/1000.co.kr\/the10\/?p=8\" \/>\n<meta property=\"og:site_name\" content=\"bongbong-w\" \/>\n<meta property=\"article:published_time\" content=\"2024-01-21T00:16:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-23T08:03:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/1000.co.kr\/the10\/wp-content\/uploads\/2024\/01\/DALL\u00b7E-2024-01-23-17.02.11-An-image-of-a-computer-screen-displaying-the-installation-process-of-Ubuntu-20.04.-The-screen-shows-the-Ubuntu-installation-window-with-progress-bar-i.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"the10\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"the10\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/1000.co.kr\/the10\/?p=8\",\"url\":\"https:\/\/1000.co.kr\/the10\/?p=8\",\"name\":\"\uc6b0\ubd84\ud22c 20.04\uc5d0\uc11c mysql \uc5d0\uc11c mariasql \ub85c \ubcc0\uacbd\ud558\uae30 - bongbong-w\",\"isPartOf\":{\"@id\":\"https:\/\/1000.co.kr\/the10\/#website\"},\"datePublished\":\"2024-01-21T00:16:36+00:00\",\"dateModified\":\"2024-01-23T08:03:56+00:00\",\"author\":{\"@id\":\"https:\/\/1000.co.kr\/the10\/#\/schema\/person\/8b034e2e401fb3e503688a18ea86b475\"},\"breadcrumb\":{\"@id\":\"https:\/\/1000.co.kr\/the10\/?p=8#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/1000.co.kr\/the10\/?p=8\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/1000.co.kr\/the10\/?p=8#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/1000.co.kr\/the10\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\uc6b0\ubd84\ud22c 20.04\uc5d0\uc11c mysql \uc5d0\uc11c mariasql \ub85c \ubcc0\uacbd\ud558\uae30\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/1000.co.kr\/the10\/#website\",\"url\":\"https:\/\/1000.co.kr\/the10\/\",\"name\":\"bongbong-w\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/1000.co.kr\/the10\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/1000.co.kr\/the10\/#\/schema\/person\/8b034e2e401fb3e503688a18ea86b475\",\"name\":\"the10\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/1000.co.kr\/the10\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/75f120a19fdf1795e68d13e89d5f111c576a24aa7e95823ff4908818518e6258?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/75f120a19fdf1795e68d13e89d5f111c576a24aa7e95823ff4908818518e6258?s=96&d=mm&r=g\",\"caption\":\"the10\"},\"sameAs\":[\"https:\/\/1000.co.kr\/the10\"],\"url\":\"https:\/\/1000.co.kr\/the10\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\uc6b0\ubd84\ud22c 20.04\uc5d0\uc11c mysql \uc5d0\uc11c mariasql \ub85c \ubcc0\uacbd\ud558\uae30 - bongbong-w","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:\/\/1000.co.kr\/the10\/?p=8","og_locale":"ko_KR","og_type":"article","og_title":"\uc6b0\ubd84\ud22c 20.04\uc5d0\uc11c mysql \uc5d0\uc11c mariasql \ub85c \ubcc0\uacbd\ud558\uae30 - bongbong-w","og_description":"Ubuntu 20.04\uc5d0\uc11c MySQL\uc5d0\uc11c MariaDB\ub85c \uc804\ud658\ud558\ub294 \uacfc\uc815\uc740 \uc5ec\ub7ec \ub2e8\uacc4\ub97c \ud3ec\ud568\ud569\ub2c8\ub2e4. MariaDB\ub294 MySQL\uacfc \ud638\ud658\ub418\ub294 \uad00\uacc4\ud615 \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uad00\ub9ac \uc2dc\uc2a4\ud15c\uc73c\ub85c, \ub300\ubd80\ubd84\uc758 \uacbd\uc6b0 MySQL \ub300\uc2e0 MariaDB\ub97c \uc9c1\uc811 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\uc74c\uc740 MySQL\uc5d0\uc11c MariaDB\ub85c \uc804\ud658\ud558\ub294 \uae30\ubcf8 \ub2e8\uacc4\uc785\ub2c8\ub2e4: \uc774\ub7ec\ud55c \ub2e8\uacc4\ub97c \ub530\ub97c \ub54c, \uc911\uc694\ud55c \uac83\uc740 \ubaa8\ub4e0 \ub370\uc774\ud130\ub97c \ubc31\uc5c5\ud558\uace0, \uac01 \ub2e8\uacc4\ub97c \uc2e0\uc911\ud558\uac8c \uc9c4\ud589\ud558\ub294 \uac83\uc785\ub2c8\ub2e4. \ub610\ud55c, \uae30\uc874 MySQL \uc124\uc815\uc744 \uac80\ud1a0\ud558\uace0 \ud544\uc694\ud55c \uacbd\uc6b0 MariaDB\uc5d0 \ub9de\uac8c \uc870\uc815\ud574\uc57c...Read More &ldquo;\uc6b0\ubd84\ud22c 20.04\uc5d0\uc11c mysql \uc5d0\uc11c mariasql \ub85c \ubcc0\uacbd\ud558\uae30&rdquo; &raquo;","og_url":"https:\/\/1000.co.kr\/the10\/?p=8","og_site_name":"bongbong-w","article_published_time":"2024-01-21T00:16:36+00:00","article_modified_time":"2024-01-23T08:03:56+00:00","og_image":[{"width":1024,"height":1024,"url":"https:\/\/1000.co.kr\/the10\/wp-content\/uploads\/2024\/01\/DALL\u00b7E-2024-01-23-17.02.11-An-image-of-a-computer-screen-displaying-the-installation-process-of-Ubuntu-20.04.-The-screen-shows-the-Ubuntu-installation-window-with-progress-bar-i.jpg","type":"image\/jpeg"}],"author":"the10","twitter_card":"summary_large_image","twitter_misc":{"Written by":"the10","Est. reading time":"2\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/1000.co.kr\/the10\/?p=8","url":"https:\/\/1000.co.kr\/the10\/?p=8","name":"\uc6b0\ubd84\ud22c 20.04\uc5d0\uc11c mysql \uc5d0\uc11c mariasql \ub85c \ubcc0\uacbd\ud558\uae30 - bongbong-w","isPartOf":{"@id":"https:\/\/1000.co.kr\/the10\/#website"},"datePublished":"2024-01-21T00:16:36+00:00","dateModified":"2024-01-23T08:03:56+00:00","author":{"@id":"https:\/\/1000.co.kr\/the10\/#\/schema\/person\/8b034e2e401fb3e503688a18ea86b475"},"breadcrumb":{"@id":"https:\/\/1000.co.kr\/the10\/?p=8#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/1000.co.kr\/the10\/?p=8"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/1000.co.kr\/the10\/?p=8#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/1000.co.kr\/the10"},{"@type":"ListItem","position":2,"name":"\uc6b0\ubd84\ud22c 20.04\uc5d0\uc11c mysql \uc5d0\uc11c mariasql \ub85c \ubcc0\uacbd\ud558\uae30"}]},{"@type":"WebSite","@id":"https:\/\/1000.co.kr\/the10\/#website","url":"https:\/\/1000.co.kr\/the10\/","name":"bongbong-w","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/1000.co.kr\/the10\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/1000.co.kr\/the10\/#\/schema\/person\/8b034e2e401fb3e503688a18ea86b475","name":"the10","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/1000.co.kr\/the10\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/75f120a19fdf1795e68d13e89d5f111c576a24aa7e95823ff4908818518e6258?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/75f120a19fdf1795e68d13e89d5f111c576a24aa7e95823ff4908818518e6258?s=96&d=mm&r=g","caption":"the10"},"sameAs":["https:\/\/1000.co.kr\/the10"],"url":"https:\/\/1000.co.kr\/the10\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/1000.co.kr\/the10\/index.php?rest_route=\/wp\/v2\/posts\/8","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/1000.co.kr\/the10\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/1000.co.kr\/the10\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/1000.co.kr\/the10\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/1000.co.kr\/the10\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8"}],"version-history":[{"count":2,"href":"https:\/\/1000.co.kr\/the10\/index.php?rest_route=\/wp\/v2\/posts\/8\/revisions"}],"predecessor-version":[{"id":23,"href":"https:\/\/1000.co.kr\/the10\/index.php?rest_route=\/wp\/v2\/posts\/8\/revisions\/23"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/1000.co.kr\/the10\/index.php?rest_route=\/wp\/v2\/media\/21"}],"wp:attachment":[{"href":"https:\/\/1000.co.kr\/the10\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/1000.co.kr\/the10\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=8"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/1000.co.kr\/the10\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}