{"id":3369,"date":"2011-03-24T14:00:56","date_gmt":"2011-03-24T05:00:56","guid":{"rendered":"http:\/\/raftwood.net\/blog\/?p=3369"},"modified":"2025-04-08T13:37:52","modified_gmt":"2025-04-08T04:37:52","slug":"centos-%ed%99%98%ea%b2%bd%ec%97%90%ec%84%9c-php-%ec%9e%ac%ec%bb%b4%ed%8c%8c%ec%9d%bc-%ec%97%86%ec%9d%b4-ms-sql-%ec%97%b0%eb%8f%99-%ec%84%a4%ec%a0%95","status":"publish","type":"post","link":"https:\/\/raftwood.net\/blog\/3369\/","title":{"rendered":"CentOS \ud658\uacbd\uc5d0\uc11c PHP \uc7ac\ucef4\ud30c\uc77c \uc5c6\uc774 MS-SQL \uc5f0\ub3d9 \uc124\uc815"},"content":{"rendered":"<p>\uc720\ub2c9\uc2a4\/\ub9ac\ub205\uc2a4 \uacc4\uc5f4\uc758 OS \ud658\uacbd\uc5d0\uc11c MS-SQL\uc744 \uc5f0\ub3d9\ud558\uae30 \uc704\ud574\uc11c\ub294 FreeTDS \ub77c\uc774\ube0c\ub7ec\ub9ac\uac00 \ud544\uc694\ud569\ub2c8\ub2e4.<\/p>\n<p><strong><span style=\"color: #ff00ff;\">1. FreeTDS \uc124\uce58<\/span><\/strong><\/p>\n<p><del>CentOS\uc5d0\uc11c\ub294 \uc644\uc804 \uac04\ub2e8\ud558\uc8e0. root \uad8c\ud55c\uc73c\ub85c \uc544\ub798 \uba85\ub839\ub9cc \uc2e4\ud589\ud558\uba74 \ub05d. \/usr\/local\/freetds \ub514\ub809\ud1a0\ub9ac\uc5d0 \uc124\uce58\ub429\ub2c8\ub2e4.<\/del><\/p>\n<pre lang=\"bash\">yum install freetds  #\uc548\ub429\ub2c8\ub2e4... \u3161,.\u3161;<\/pre>\n<p><strong>2012-11-15 \uc218\uc815.\u00a0<\/strong><\/p>\n<p><strong>yum\uc73c\ub85c \u00a0\uc124\uce58\ud558\ub294 \uacbd\uc6b0 \/usr\/local\/freetds \ub514\ub809\ud1a0\ub9ac\uc5d0 \uc124\uce58\ub418\uc9c0 \uc54a\ub2e4\ub294 \uac83\uc744 \uc544\uc8fc \ub2a6\uac8c \ubc1c\uacac\ud588\uc2b5\ub2c8\ub2e4. \uc8c4\uc1a1&#8230; \uc774 \uacbd\uc6b0\ub294 yum \uc124\uce58\uac00 \uc544\ub2cc \uc18c\uc2a4 \uc124\uce58\ub97c \ud558\uc2dc\ub294 \uac8c \ub9de\uc2b5\ub2c8\ub2e4. \uad00\ub828\ud558\uc5ec \ucc38\uace0 \ub9c1\ud06c(<a href=\"http:\/\/www.phpschool.com\/gnuboard4\/bbs\/board.php?bo_table=tipntech&amp;wr_id=46108\" target=\"_blank\" class=\"external external_icon\" rel=\"nofollow\">\ud074\ub9ad<\/a>)\ub97c \ub367\ubd99\uc774\ub2c8 \ub9c1\ud06c\ud55c \uae00\uc758 3\ubc88 \ud56d\ubaa9\uc744 \ucc38\uace0\ud558\uc5ec FreeTDS\ub97c \uc124\uce58\ud55c \ud6c4\uc5d0 \uc544\ub798 \ub0b4\uc6a9\uc73c\ub85c \uc774\uc5b4\uc11c \ubcf4\uc2dc\uba74 \ub429\ub2c8\ub2e4.<\/strong><\/p>\n<p><strong><span style=\"color: #ff00ff;\">2. PHP \ubaa8\ub4c8 \uc124\uce58<\/span><\/strong><\/p>\n<p>PHP\ub97c \uc0c8\ub85c \uc124\uce58\ud558\ub294 \uacbd\uc6b0\uc5d0\ub294 configure \uba85\ub839\uc5d0\uc11c \u2013-with-mssql=\/usr\/local\/freetds \uc635\uc158\uc744 \ucd94\uac00\ud558\uace0 \ub2e4\uc2dc \ucef4\ud30c\uc77c\uc744 \ud558\uba74 \ub418\uc9c0\ub9cc, PHP\ub97c \uc7ac\uc124\uce58\ud558\uae30 \uc2eb\uc5b4\uc11c \uc774\ub7ec\ub294 \uac83\uc774\ub2c8(\uc774\uc720\ub294 \uadf8\ub0e5&#8230;) \ubaa8\ub4c8\ub9cc \ucd94\uac00\ud558\ub294 \ubc29\uc2dd\uc744 \uc124\uba85\ud569\ub2c8\ub2e4. PHP \uc18c\uc2a4\uc758 \uc704\uce58\ub098 PHP\uc758 \uae30\uc874 \uc124\uce58 \uc704\uce58\ub294 \ud658\uacbd\uc5d0 \ub530\ub77c \ub2e4\ub97c \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<pre lang=\"bash\">cd \/usr\/local\/src\/php-5.3.3\r\ncd ext\/mssql\r\n\/usr\/local\/php\/bin\/phpize\r\n.\/configure \u2013-with-mssql=\/usr\/local\/freetds\r\nmake\r\nmake install<\/pre>\n<p>PDO(PHP Data Object) \ubaa8\ub4c8\uc740 \uaf2d \uc124\uce58\ud558\uc9c0 \uc54a\uc544\ub3c4 \ub41c\ub2e4\uace0\ub294 \ud558\ub294\ub370 \uc77c\ub2e8 \uc124\uce58\ud588\uc2b5\ub2c8\ub2e4.<\/p>\n<pre lang=\"bash\">cd \/usr\/local\/src\/php-5.3.3\r\ncd ext\/pdo_dblib\r\n\/usr\/local\/php\/bin\/phpize\r\n.\/configure \u2013-with-pdo-dblib=\/usr\/local\/freetds\r\nmake\r\nmake install<\/pre>\n<p>\uc704 \uba85\ub839\ub4e4\uc744 \uc2e4\ud589\ud558\uba74 \ub9c8\uc9c0\ub9c9\uc5d0 \ud655\uc7a5 \ubaa8\ub4c8\uc758 \uc704\uce58\uac00 \ud45c\uc2dc\ub418\ubbc0\ub85c \uc774 \uacbd\ub85c\uc5d0 \ub9de\ucdb0 php.ini \ud30c\uc77c\uc5d0 \ud574\ub2f9 \ub0b4\uc6a9\uc744 \ub123\uc73c\uba74 \ub429\ub2c8\ub2e4. \uc81c \uacbd\uc6b0\ub294 &#8216;\/usr\/local\/php\/lib\/php\/extensions\/no-debug-zts-20090626\/&#8217;\uc600\uc2b5\ub2c8\ub2e4.<\/p>\n<pre lang=\"bash\">extension=\/usr\/local\/php\/lib\/php\/extensions\/no-debug-zts-20090626\/mssql.so\r\nextension=\/usr\/local\/php\/lib\/php\/extensions\/no-debug-zts-20090626\/pdo_dblib.so<\/pre>\n<p><strong><span style=\"color: #ff00ff;\">3. freetds.conf \ud30c\uc77c \uc124\uc815 \ubc0f PHP\uc5d0\uc11c\uc758 \uc0ac\uc6a9<\/span><\/strong><\/p>\n<p>\/usr\/local\/freetds\/etc\/freetds.conf \ud30c\uc77c\uc744 \uc785\ub9db\uc5d0 \ub9de\uac8c(!) \uc124\uc815\ud558\uace0 \uc6f9\uc11c\ubc84\ub97c \uc7ac\uad6c\ub3d9\ud55c \ud6c4, PHP\uc5d0\uc11c \uc0ac\uc6a9\ud558\uba74 \ub429\ub2c8\ub2e4. conf \ud30c\uc77c\uc740 \ud55c \ubc88 \ub4e4\uc5ec\ub2e4 \ubcf4\uba74 \ub300\ucda9 \uc54c \uc218 \uc788\uace0, PHP \uc0ac\uc6a9 \ubd80\ubd84\uc740 \uc81c\uac00 \uac1c\ubc1c\uc790\uac00 \uc544\ub2cc \uad00\uacc4\ub85c \ud328\uc2a4\ud569\ub2c8\ub2e4. ^^;;<\/p>\n<div class=\"announcement\">\n<p><strong><span style=\"color: #ff00ff;\">\ubcf8\ubb38\uacfc \uc0c1\uad00\uc774 \uc788\uc744 \uc218\ub3c4 \uc5c6\uc744 \uc218\ub3c4 \uc788\ub294 \ub9cc\ud654<\/span><\/strong><\/p>\n<ul>\n<li><a href=\"http:\/\/www.aladin.co.kr\/shop\/wproduct.aspx?ISBN=8925231905\" target=\"_blank\" class=\"external external_icon\" rel=\"nofollow\">\ub098\ub294\uc57c, \uc624\ud0c0\ucfe0 \uc0d0\ub7ec\ub9ac\ub9e8 : \uce60\uc804\ud314\uae30\ud3b8<\/a>\/ \uae00,\uadf8\ub9bc : \uc694\uc2dc\ud0c0\ub2c8 \/ \ub300\uc6d0\uc528\uc544\uc774\ub530, \ub531\ud788 \uc8fc\uc778\uacf5\uc774 SE\ub77c\uc11c \uc5b8\uae09\ud55c \uac83\uc740 \uc544\ub2c8\ub77c\ub2a5&#8230;<\/li>\n<\/ul>\n<\/div>\n<p style=\"text-align: center;\"><strong><span style=\"color: #3366ff;\"><span style=\"background-color: #ffffff;\"><span style=\"color: #ffffff;\"><span style=\"background-color: #3366ff;\">\uc81c \uae00\uc774 \uc720\uc6a9\ud558\uc168\ub2e4\uba74 \uc544\ub798 \uc190\uac00\ub77d \ubaa8\uc591\uc744 \uafb8\uc6b1~ \ub20c\ub7ec\uc8fc\uc138\uc694.<\/span><\/span><\/span><\/span><\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>\uc720\ub2c9\uc2a4\/\ub9ac\ub205\uc2a4 \uacc4\uc5f4\uc758 OS \ud658\uacbd\uc5d0\uc11c MS-SQL\uc744 \uc5f0\ub3d9\ud558\uae30 \uc704\ud574\uc11c\ub294 FreeTDS \ub77c\uc774\ube0c\ub7ec\ub9ac\uac00 \ud544\uc694\ud569\ub2c8\ub2e4. 1. FreeTDS \uc124\uce58 CentOS\uc5d0\uc11c\ub294 \uc644\uc804 \uac04\ub2e8\ud558\uc8e0. root \uad8c\ud55c\uc73c\ub85c \uc544\ub798 \uba85\ub839\ub9cc \uc2e4\ud589\ud558\uba74 \ub05d. \/usr\/local\/freetds \ub514\ub809\ud1a0\ub9ac\uc5d0 \uc124\uce58\ub429\ub2c8\ub2e4. <a class=\"mh-excerpt-more\" href=\"https:\/\/raftwood.net\/blog\/3369\/\" title=\"CentOS \ud658\uacbd\uc5d0\uc11c PHP \uc7ac\ucef4\ud30c\uc77c \uc5c6\uc774 MS-SQL \uc5f0\ub3d9 \uc124\uc815\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[65],"tags":[108,713,712,711,456,714,715],"class_list":["post-3369","post","type-post","status-publish","format-standard","hentry","category-job-it-common","tag-centos","tag-freetds","tag-mssql","tag-php","tag-456","tag-714","tag-715"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"\uc720\ub2c9\uc2a4\/\ub9ac\ub205\uc2a4 \uacc4\uc5f4\uc758 OS \ud658\uacbd\uc5d0\uc11c MS-SQL\uc744 \uc5f0\ub3d9\ud558\uae30 \uc704\ud574\uc11c\ub294 FreeTDS \ub77c\uc774\ube0c\ub7ec\ub9ac\uac00 \ud544\uc694\ud569\ub2c8\ub2e4. 1. FreeTDS \uc124\uce58 CentOS\uc5d0\uc11c\ub294 \uc644\uc804 \uac04\ub2e8\ud558\uc8e0. root \uad8c\ud55c\uc73c\ub85c \uc544\ub798 \uba85\ub839\ub9cc \uc2e4\ud589\ud558\uba74 \ub05d. \/usr\/local\/freetds \ub514\ub809\ud1a0\ub9ac\uc5d0 \uc124\uce58\ub429\ub2c8\ub2e4. yum install freetds #\uc548\ub429\ub2c8\ub2e4... \u3161,.\u3161; 2012-11-15 \uc218\uc815. yum\uc73c\ub85c \uc124\uce58\ud558\ub294 \uacbd\uc6b0 \/usr\/local\/freetds \ub514\ub809\ud1a0\ub9ac\uc5d0 \uc124\uce58\ub418\uc9c0 \uc54a\ub2e4\ub294 \uac83\uc744 \uc544\uc8fc \ub2a6\uac8c \ubc1c\uacac\ud588\uc2b5\ub2c8\ub2e4. \uc8c4\uc1a1... \uc774 \uacbd\uc6b0\ub294 yum \uc124\uce58\uac00 \uc544\ub2cc \uc18c\uc2a4 \uc124\uce58\ub97c \ud558\uc2dc\ub294 \uac8c \ub9de\uc2b5\ub2c8\ub2e4. \uad00\ub828\ud558\uc5ec\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"\ub5cf\ubaa9\uc9c0\uae30\"\/>\n\t<meta name=\"keywords\" content=\"centos,freetds,mssql,php,\ub300\uc6d0\uc528\uc544\uc774,\uc624\ud0c0\ucfe0 \uc0d0\ub7ec\ub9ac\ub9e8,\uc694\uc2dc\ud0c0\ub2c8\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/raftwood.net\/blog\/3369\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"ko_KR\" \/>\n\t\t<meta property=\"og:site_name\" content=\"\ub5cf\ubaa9\uc9c0\uae30 \ube14\ub85c\uadf8\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"CentOS \ud658\uacbd\uc5d0\uc11c PHP \uc7ac\ucef4\ud30c\uc77c \uc5c6\uc774 MS-SQL \uc5f0\ub3d9 \uc124\uc815 | \ub5cf\ubaa9\uc9c0\uae30 \ube14\ub85c\uadf8\" \/>\n\t\t<meta property=\"og:description\" content=\"\uc720\ub2c9\uc2a4\/\ub9ac\ub205\uc2a4 \uacc4\uc5f4\uc758 OS \ud658\uacbd\uc5d0\uc11c MS-SQL\uc744 \uc5f0\ub3d9\ud558\uae30 \uc704\ud574\uc11c\ub294 FreeTDS \ub77c\uc774\ube0c\ub7ec\ub9ac\uac00 \ud544\uc694\ud569\ub2c8\ub2e4. 1. FreeTDS \uc124\uce58 CentOS\uc5d0\uc11c\ub294 \uc644\uc804 \uac04\ub2e8\ud558\uc8e0. root \uad8c\ud55c\uc73c\ub85c \uc544\ub798 \uba85\ub839\ub9cc \uc2e4\ud589\ud558\uba74 \ub05d. \/usr\/local\/freetds \ub514\ub809\ud1a0\ub9ac\uc5d0 \uc124\uce58\ub429\ub2c8\ub2e4. yum install freetds #\uc548\ub429\ub2c8\ub2e4... \u3161,.\u3161; 2012-11-15 \uc218\uc815. yum\uc73c\ub85c \uc124\uce58\ud558\ub294 \uacbd\uc6b0 \/usr\/local\/freetds \ub514\ub809\ud1a0\ub9ac\uc5d0 \uc124\uce58\ub418\uc9c0 \uc54a\ub2e4\ub294 \uac83\uc744 \uc544\uc8fc \ub2a6\uac8c \ubc1c\uacac\ud588\uc2b5\ub2c8\ub2e4. \uc8c4\uc1a1... \uc774 \uacbd\uc6b0\ub294 yum \uc124\uce58\uac00 \uc544\ub2cc \uc18c\uc2a4 \uc124\uce58\ub97c \ud558\uc2dc\ub294 \uac8c \ub9de\uc2b5\ub2c8\ub2e4. \uad00\ub828\ud558\uc5ec\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/raftwood.net\/blog\/3369\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/raftwood.net\/blog\/wp-content\/uploads\/2019\/09\/image.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/raftwood.net\/blog\/wp-content\/uploads\/2019\/09\/image.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"960\" \/>\n\t\t<meta property=\"og:image:height\" content=\"960\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2011-03-24T05:00:56+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-04-08T04:37:52+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/raftwood\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"CentOS \ud658\uacbd\uc5d0\uc11c PHP \uc7ac\ucef4\ud30c\uc77c \uc5c6\uc774 MS-SQL \uc5f0\ub3d9 \uc124\uc815 | \ub5cf\ubaa9\uc9c0\uae30 \ube14\ub85c\uadf8\" \/>\n\t\t<meta name=\"twitter:description\" content=\"\uc720\ub2c9\uc2a4\/\ub9ac\ub205\uc2a4 \uacc4\uc5f4\uc758 OS \ud658\uacbd\uc5d0\uc11c MS-SQL\uc744 \uc5f0\ub3d9\ud558\uae30 \uc704\ud574\uc11c\ub294 FreeTDS \ub77c\uc774\ube0c\ub7ec\ub9ac\uac00 \ud544\uc694\ud569\ub2c8\ub2e4. 1. FreeTDS \uc124\uce58 CentOS\uc5d0\uc11c\ub294 \uc644\uc804 \uac04\ub2e8\ud558\uc8e0. root \uad8c\ud55c\uc73c\ub85c \uc544\ub798 \uba85\ub839\ub9cc \uc2e4\ud589\ud558\uba74 \ub05d. \/usr\/local\/freetds \ub514\ub809\ud1a0\ub9ac\uc5d0 \uc124\uce58\ub429\ub2c8\ub2e4. yum install freetds #\uc548\ub429\ub2c8\ub2e4... \u3161,.\u3161; 2012-11-15 \uc218\uc815. yum\uc73c\ub85c \uc124\uce58\ud558\ub294 \uacbd\uc6b0 \/usr\/local\/freetds \ub514\ub809\ud1a0\ub9ac\uc5d0 \uc124\uce58\ub418\uc9c0 \uc54a\ub2e4\ub294 \uac83\uc744 \uc544\uc8fc \ub2a6\uac8c \ubc1c\uacac\ud588\uc2b5\ub2c8\ub2e4. \uc8c4\uc1a1... \uc774 \uacbd\uc6b0\ub294 yum \uc124\uce58\uac00 \uc544\ub2cc \uc18c\uc2a4 \uc124\uce58\ub97c \ud558\uc2dc\ub294 \uac8c \ub9de\uc2b5\ub2c8\ub2e4. \uad00\ub828\ud558\uc5ec\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@raftwood\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/raftwood.net\/blog\/wp-content\/uploads\/2019\/09\/image.jpg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/raftwood.net\\\/blog\\\/3369\\\/#article\",\"name\":\"CentOS \\ud658\\uacbd\\uc5d0\\uc11c PHP \\uc7ac\\ucef4\\ud30c\\uc77c \\uc5c6\\uc774 MS-SQL \\uc5f0\\ub3d9 \\uc124\\uc815 | \\ub5cf\\ubaa9\\uc9c0\\uae30 \\ube14\\ub85c\\uadf8\",\"headline\":\"CentOS \\ud658\\uacbd\\uc5d0\\uc11c PHP \\uc7ac\\ucef4\\ud30c\\uc77c \\uc5c6\\uc774 MS-SQL \\uc5f0\\ub3d9 \\uc124\\uc815\",\"author\":{\"@id\":\"https:\\\/\\\/raftwood.net\\\/blog\\\/author\\\/admin\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/raftwood.net\\\/blog\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/raftwood.net\\\/blog\\\/3369\\\/#articleImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/bb1b4f78e1866258ab453127956ba060d9d874a2969061db250ea6dcc6a7289d?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"\\ub5cf\\ubaa9\\uc9c0\\uae30\"},\"datePublished\":\"2011-03-24T14:00:56+09:00\",\"dateModified\":\"2025-04-08T13:37:52+09:00\",\"inLanguage\":\"ko-KR\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/raftwood.net\\\/blog\\\/3369\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/raftwood.net\\\/blog\\\/3369\\\/#webpage\"},\"articleSection\":\"IT\\uc77c\\ubc18, CentOS, FreeTDS, MSSQL, PHP, \\ub300\\uc6d0\\uc528\\uc544\\uc774, \\uc624\\ud0c0\\ucfe0 \\uc0d0\\ub7ec\\ub9ac\\ub9e8, \\uc694\\uc2dc\\ud0c0\\ub2c8\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/raftwood.net\\\/blog\\\/3369\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/raftwood.net\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/raftwood.net\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/raftwood.net\\\/blog\\\/category\\\/about-it\\\/#listItem\",\"name\":\"IT\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/raftwood.net\\\/blog\\\/category\\\/about-it\\\/#listItem\",\"position\":2,\"name\":\"IT\",\"item\":\"https:\\\/\\\/raftwood.net\\\/blog\\\/category\\\/about-it\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/raftwood.net\\\/blog\\\/category\\\/about-it\\\/job-it-common\\\/#listItem\",\"name\":\"IT\\uc77c\\ubc18\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/raftwood.net\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/raftwood.net\\\/blog\\\/category\\\/about-it\\\/job-it-common\\\/#listItem\",\"position\":3,\"name\":\"IT\\uc77c\\ubc18\",\"item\":\"https:\\\/\\\/raftwood.net\\\/blog\\\/category\\\/about-it\\\/job-it-common\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/raftwood.net\\\/blog\\\/3369\\\/#listItem\",\"name\":\"CentOS \\ud658\\uacbd\\uc5d0\\uc11c PHP \\uc7ac\\ucef4\\ud30c\\uc77c \\uc5c6\\uc774 MS-SQL \\uc5f0\\ub3d9 \\uc124\\uc815\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/raftwood.net\\\/blog\\\/category\\\/about-it\\\/#listItem\",\"name\":\"IT\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/raftwood.net\\\/blog\\\/3369\\\/#listItem\",\"position\":4,\"name\":\"CentOS \\ud658\\uacbd\\uc5d0\\uc11c PHP \\uc7ac\\ucef4\\ud30c\\uc77c \\uc5c6\\uc774 MS-SQL \\uc5f0\\ub3d9 \\uc124\\uc815\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/raftwood.net\\\/blog\\\/category\\\/about-it\\\/job-it-common\\\/#listItem\",\"name\":\"IT\\uc77c\\ubc18\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/raftwood.net\\\/blog\\\/#person\",\"name\":\"\\ub5cf\\ubaa9\\uc9c0\\uae30\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/raftwood.net\\\/blog\\\/3369\\\/#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/bb1b4f78e1866258ab453127956ba060d9d874a2969061db250ea6dcc6a7289d?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"\\ub5cf\\ubaa9\\uc9c0\\uae30\"},\"sameAs\":[\"raftwood\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/raftwood.net\\\/blog\\\/author\\\/admin\\\/#author\",\"url\":\"https:\\\/\\\/raftwood.net\\\/blog\\\/author\\\/admin\\\/\",\"name\":\"\\ub5cf\\ubaa9\\uc9c0\\uae30\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/raftwood.net\\\/blog\\\/3369\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/bb1b4f78e1866258ab453127956ba060d9d874a2969061db250ea6dcc6a7289d?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"\\ub5cf\\ubaa9\\uc9c0\\uae30\"},\"sameAs\":[\"raftwood\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/raftwood.net\\\/blog\\\/3369\\\/#webpage\",\"url\":\"https:\\\/\\\/raftwood.net\\\/blog\\\/3369\\\/\",\"name\":\"CentOS \\ud658\\uacbd\\uc5d0\\uc11c PHP \\uc7ac\\ucef4\\ud30c\\uc77c \\uc5c6\\uc774 MS-SQL \\uc5f0\\ub3d9 \\uc124\\uc815 | \\ub5cf\\ubaa9\\uc9c0\\uae30 \\ube14\\ub85c\\uadf8\",\"description\":\"\\uc720\\ub2c9\\uc2a4\\\/\\ub9ac\\ub205\\uc2a4 \\uacc4\\uc5f4\\uc758 OS \\ud658\\uacbd\\uc5d0\\uc11c MS-SQL\\uc744 \\uc5f0\\ub3d9\\ud558\\uae30 \\uc704\\ud574\\uc11c\\ub294 FreeTDS \\ub77c\\uc774\\ube0c\\ub7ec\\ub9ac\\uac00 \\ud544\\uc694\\ud569\\ub2c8\\ub2e4. 1. FreeTDS \\uc124\\uce58 CentOS\\uc5d0\\uc11c\\ub294 \\uc644\\uc804 \\uac04\\ub2e8\\ud558\\uc8e0. root \\uad8c\\ud55c\\uc73c\\ub85c \\uc544\\ub798 \\uba85\\ub839\\ub9cc \\uc2e4\\ud589\\ud558\\uba74 \\ub05d. \\\/usr\\\/local\\\/freetds \\ub514\\ub809\\ud1a0\\ub9ac\\uc5d0 \\uc124\\uce58\\ub429\\ub2c8\\ub2e4. yum install freetds #\\uc548\\ub429\\ub2c8\\ub2e4... \\u3161,.\\u3161; 2012-11-15 \\uc218\\uc815. yum\\uc73c\\ub85c \\uc124\\uce58\\ud558\\ub294 \\uacbd\\uc6b0 \\\/usr\\\/local\\\/freetds \\ub514\\ub809\\ud1a0\\ub9ac\\uc5d0 \\uc124\\uce58\\ub418\\uc9c0 \\uc54a\\ub2e4\\ub294 \\uac83\\uc744 \\uc544\\uc8fc \\ub2a6\\uac8c \\ubc1c\\uacac\\ud588\\uc2b5\\ub2c8\\ub2e4. \\uc8c4\\uc1a1... \\uc774 \\uacbd\\uc6b0\\ub294 yum \\uc124\\uce58\\uac00 \\uc544\\ub2cc \\uc18c\\uc2a4 \\uc124\\uce58\\ub97c \\ud558\\uc2dc\\ub294 \\uac8c \\ub9de\\uc2b5\\ub2c8\\ub2e4. \\uad00\\ub828\\ud558\\uc5ec\",\"inLanguage\":\"ko-KR\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/raftwood.net\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/raftwood.net\\\/blog\\\/3369\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/raftwood.net\\\/blog\\\/author\\\/admin\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/raftwood.net\\\/blog\\\/author\\\/admin\\\/#author\"},\"datePublished\":\"2011-03-24T14:00:56+09:00\",\"dateModified\":\"2025-04-08T13:37:52+09:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/raftwood.net\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/raftwood.net\\\/blog\\\/\",\"name\":\"\\ub5cf\\ubaa9\\uc9c0\\uae30 \\ube14\\ub85c\\uadf8\",\"description\":\"\\ub9cc\\ud654, IT, \\uadf8\\ub9ac\\uace0 \\uc7a1\\ub2e4\\uc7a1\\ub2e4\",\"inLanguage\":\"ko-KR\",\"publisher\":{\"@id\":\"https:\\\/\\\/raftwood.net\\\/blog\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"CentOS \ud658\uacbd\uc5d0\uc11c PHP \uc7ac\ucef4\ud30c\uc77c \uc5c6\uc774 MS-SQL \uc5f0\ub3d9 \uc124\uc815 | \ub5cf\ubaa9\uc9c0\uae30 \ube14\ub85c\uadf8","description":"\uc720\ub2c9\uc2a4\/\ub9ac\ub205\uc2a4 \uacc4\uc5f4\uc758 OS \ud658\uacbd\uc5d0\uc11c MS-SQL\uc744 \uc5f0\ub3d9\ud558\uae30 \uc704\ud574\uc11c\ub294 FreeTDS \ub77c\uc774\ube0c\ub7ec\ub9ac\uac00 \ud544\uc694\ud569\ub2c8\ub2e4. 1. FreeTDS \uc124\uce58 CentOS\uc5d0\uc11c\ub294 \uc644\uc804 \uac04\ub2e8\ud558\uc8e0. root \uad8c\ud55c\uc73c\ub85c \uc544\ub798 \uba85\ub839\ub9cc \uc2e4\ud589\ud558\uba74 \ub05d. \/usr\/local\/freetds \ub514\ub809\ud1a0\ub9ac\uc5d0 \uc124\uce58\ub429\ub2c8\ub2e4. yum install freetds #\uc548\ub429\ub2c8\ub2e4... \u3161,.\u3161; 2012-11-15 \uc218\uc815. yum\uc73c\ub85c \uc124\uce58\ud558\ub294 \uacbd\uc6b0 \/usr\/local\/freetds \ub514\ub809\ud1a0\ub9ac\uc5d0 \uc124\uce58\ub418\uc9c0 \uc54a\ub2e4\ub294 \uac83\uc744 \uc544\uc8fc \ub2a6\uac8c \ubc1c\uacac\ud588\uc2b5\ub2c8\ub2e4. \uc8c4\uc1a1... \uc774 \uacbd\uc6b0\ub294 yum \uc124\uce58\uac00 \uc544\ub2cc \uc18c\uc2a4 \uc124\uce58\ub97c \ud558\uc2dc\ub294 \uac8c \ub9de\uc2b5\ub2c8\ub2e4. \uad00\ub828\ud558\uc5ec","canonical_url":"https:\/\/raftwood.net\/blog\/3369\/","robots":"max-image-preview:large","keywords":"centos,freetds,mssql,php,\ub300\uc6d0\uc528\uc544\uc774,\uc624\ud0c0\ucfe0 \uc0d0\ub7ec\ub9ac\ub9e8,\uc694\uc2dc\ud0c0\ub2c8","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/raftwood.net\/blog\/3369\/#article","name":"CentOS \ud658\uacbd\uc5d0\uc11c PHP \uc7ac\ucef4\ud30c\uc77c \uc5c6\uc774 MS-SQL \uc5f0\ub3d9 \uc124\uc815 | \ub5cf\ubaa9\uc9c0\uae30 \ube14\ub85c\uadf8","headline":"CentOS \ud658\uacbd\uc5d0\uc11c PHP \uc7ac\ucef4\ud30c\uc77c \uc5c6\uc774 MS-SQL \uc5f0\ub3d9 \uc124\uc815","author":{"@id":"https:\/\/raftwood.net\/blog\/author\/admin\/#author"},"publisher":{"@id":"https:\/\/raftwood.net\/blog\/#person"},"image":{"@type":"ImageObject","@id":"https:\/\/raftwood.net\/blog\/3369\/#articleImage","url":"https:\/\/secure.gravatar.com\/avatar\/bb1b4f78e1866258ab453127956ba060d9d874a2969061db250ea6dcc6a7289d?s=96&d=mm&r=g","width":96,"height":96,"caption":"\ub5cf\ubaa9\uc9c0\uae30"},"datePublished":"2011-03-24T14:00:56+09:00","dateModified":"2025-04-08T13:37:52+09:00","inLanguage":"ko-KR","mainEntityOfPage":{"@id":"https:\/\/raftwood.net\/blog\/3369\/#webpage"},"isPartOf":{"@id":"https:\/\/raftwood.net\/blog\/3369\/#webpage"},"articleSection":"IT\uc77c\ubc18, CentOS, FreeTDS, MSSQL, PHP, \ub300\uc6d0\uc528\uc544\uc774, \uc624\ud0c0\ucfe0 \uc0d0\ub7ec\ub9ac\ub9e8, \uc694\uc2dc\ud0c0\ub2c8"},{"@type":"BreadcrumbList","@id":"https:\/\/raftwood.net\/blog\/3369\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/raftwood.net\/blog#listItem","position":1,"name":"Home","item":"https:\/\/raftwood.net\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/raftwood.net\/blog\/category\/about-it\/#listItem","name":"IT"}},{"@type":"ListItem","@id":"https:\/\/raftwood.net\/blog\/category\/about-it\/#listItem","position":2,"name":"IT","item":"https:\/\/raftwood.net\/blog\/category\/about-it\/","nextItem":{"@type":"ListItem","@id":"https:\/\/raftwood.net\/blog\/category\/about-it\/job-it-common\/#listItem","name":"IT\uc77c\ubc18"},"previousItem":{"@type":"ListItem","@id":"https:\/\/raftwood.net\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/raftwood.net\/blog\/category\/about-it\/job-it-common\/#listItem","position":3,"name":"IT\uc77c\ubc18","item":"https:\/\/raftwood.net\/blog\/category\/about-it\/job-it-common\/","nextItem":{"@type":"ListItem","@id":"https:\/\/raftwood.net\/blog\/3369\/#listItem","name":"CentOS \ud658\uacbd\uc5d0\uc11c PHP \uc7ac\ucef4\ud30c\uc77c \uc5c6\uc774 MS-SQL \uc5f0\ub3d9 \uc124\uc815"},"previousItem":{"@type":"ListItem","@id":"https:\/\/raftwood.net\/blog\/category\/about-it\/#listItem","name":"IT"}},{"@type":"ListItem","@id":"https:\/\/raftwood.net\/blog\/3369\/#listItem","position":4,"name":"CentOS \ud658\uacbd\uc5d0\uc11c PHP \uc7ac\ucef4\ud30c\uc77c \uc5c6\uc774 MS-SQL \uc5f0\ub3d9 \uc124\uc815","previousItem":{"@type":"ListItem","@id":"https:\/\/raftwood.net\/blog\/category\/about-it\/job-it-common\/#listItem","name":"IT\uc77c\ubc18"}}]},{"@type":"Person","@id":"https:\/\/raftwood.net\/blog\/#person","name":"\ub5cf\ubaa9\uc9c0\uae30","image":{"@type":"ImageObject","@id":"https:\/\/raftwood.net\/blog\/3369\/#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/bb1b4f78e1866258ab453127956ba060d9d874a2969061db250ea6dcc6a7289d?s=96&d=mm&r=g","width":96,"height":96,"caption":"\ub5cf\ubaa9\uc9c0\uae30"},"sameAs":["raftwood"]},{"@type":"Person","@id":"https:\/\/raftwood.net\/blog\/author\/admin\/#author","url":"https:\/\/raftwood.net\/blog\/author\/admin\/","name":"\ub5cf\ubaa9\uc9c0\uae30","image":{"@type":"ImageObject","@id":"https:\/\/raftwood.net\/blog\/3369\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/bb1b4f78e1866258ab453127956ba060d9d874a2969061db250ea6dcc6a7289d?s=96&d=mm&r=g","width":96,"height":96,"caption":"\ub5cf\ubaa9\uc9c0\uae30"},"sameAs":["raftwood"]},{"@type":"WebPage","@id":"https:\/\/raftwood.net\/blog\/3369\/#webpage","url":"https:\/\/raftwood.net\/blog\/3369\/","name":"CentOS \ud658\uacbd\uc5d0\uc11c PHP \uc7ac\ucef4\ud30c\uc77c \uc5c6\uc774 MS-SQL \uc5f0\ub3d9 \uc124\uc815 | \ub5cf\ubaa9\uc9c0\uae30 \ube14\ub85c\uadf8","description":"\uc720\ub2c9\uc2a4\/\ub9ac\ub205\uc2a4 \uacc4\uc5f4\uc758 OS \ud658\uacbd\uc5d0\uc11c MS-SQL\uc744 \uc5f0\ub3d9\ud558\uae30 \uc704\ud574\uc11c\ub294 FreeTDS \ub77c\uc774\ube0c\ub7ec\ub9ac\uac00 \ud544\uc694\ud569\ub2c8\ub2e4. 1. FreeTDS \uc124\uce58 CentOS\uc5d0\uc11c\ub294 \uc644\uc804 \uac04\ub2e8\ud558\uc8e0. root \uad8c\ud55c\uc73c\ub85c \uc544\ub798 \uba85\ub839\ub9cc \uc2e4\ud589\ud558\uba74 \ub05d. \/usr\/local\/freetds \ub514\ub809\ud1a0\ub9ac\uc5d0 \uc124\uce58\ub429\ub2c8\ub2e4. yum install freetds #\uc548\ub429\ub2c8\ub2e4... \u3161,.\u3161; 2012-11-15 \uc218\uc815. yum\uc73c\ub85c \uc124\uce58\ud558\ub294 \uacbd\uc6b0 \/usr\/local\/freetds \ub514\ub809\ud1a0\ub9ac\uc5d0 \uc124\uce58\ub418\uc9c0 \uc54a\ub2e4\ub294 \uac83\uc744 \uc544\uc8fc \ub2a6\uac8c \ubc1c\uacac\ud588\uc2b5\ub2c8\ub2e4. \uc8c4\uc1a1... \uc774 \uacbd\uc6b0\ub294 yum \uc124\uce58\uac00 \uc544\ub2cc \uc18c\uc2a4 \uc124\uce58\ub97c \ud558\uc2dc\ub294 \uac8c \ub9de\uc2b5\ub2c8\ub2e4. \uad00\ub828\ud558\uc5ec","inLanguage":"ko-KR","isPartOf":{"@id":"https:\/\/raftwood.net\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/raftwood.net\/blog\/3369\/#breadcrumblist"},"author":{"@id":"https:\/\/raftwood.net\/blog\/author\/admin\/#author"},"creator":{"@id":"https:\/\/raftwood.net\/blog\/author\/admin\/#author"},"datePublished":"2011-03-24T14:00:56+09:00","dateModified":"2025-04-08T13:37:52+09:00"},{"@type":"WebSite","@id":"https:\/\/raftwood.net\/blog\/#website","url":"https:\/\/raftwood.net\/blog\/","name":"\ub5cf\ubaa9\uc9c0\uae30 \ube14\ub85c\uadf8","description":"\ub9cc\ud654, IT, \uadf8\ub9ac\uace0 \uc7a1\ub2e4\uc7a1\ub2e4","inLanguage":"ko-KR","publisher":{"@id":"https:\/\/raftwood.net\/blog\/#person"}}]},"og:locale":"ko_KR","og:site_name":"\ub5cf\ubaa9\uc9c0\uae30 \ube14\ub85c\uadf8","og:type":"article","og:title":"CentOS \ud658\uacbd\uc5d0\uc11c PHP \uc7ac\ucef4\ud30c\uc77c \uc5c6\uc774 MS-SQL \uc5f0\ub3d9 \uc124\uc815 | \ub5cf\ubaa9\uc9c0\uae30 \ube14\ub85c\uadf8","og:description":"\uc720\ub2c9\uc2a4\/\ub9ac\ub205\uc2a4 \uacc4\uc5f4\uc758 OS \ud658\uacbd\uc5d0\uc11c MS-SQL\uc744 \uc5f0\ub3d9\ud558\uae30 \uc704\ud574\uc11c\ub294 FreeTDS \ub77c\uc774\ube0c\ub7ec\ub9ac\uac00 \ud544\uc694\ud569\ub2c8\ub2e4. 1. FreeTDS \uc124\uce58 CentOS\uc5d0\uc11c\ub294 \uc644\uc804 \uac04\ub2e8\ud558\uc8e0. root \uad8c\ud55c\uc73c\ub85c \uc544\ub798 \uba85\ub839\ub9cc \uc2e4\ud589\ud558\uba74 \ub05d. \/usr\/local\/freetds \ub514\ub809\ud1a0\ub9ac\uc5d0 \uc124\uce58\ub429\ub2c8\ub2e4. yum install freetds #\uc548\ub429\ub2c8\ub2e4... \u3161,.\u3161; 2012-11-15 \uc218\uc815. yum\uc73c\ub85c \uc124\uce58\ud558\ub294 \uacbd\uc6b0 \/usr\/local\/freetds \ub514\ub809\ud1a0\ub9ac\uc5d0 \uc124\uce58\ub418\uc9c0 \uc54a\ub2e4\ub294 \uac83\uc744 \uc544\uc8fc \ub2a6\uac8c \ubc1c\uacac\ud588\uc2b5\ub2c8\ub2e4. \uc8c4\uc1a1... \uc774 \uacbd\uc6b0\ub294 yum \uc124\uce58\uac00 \uc544\ub2cc \uc18c\uc2a4 \uc124\uce58\ub97c \ud558\uc2dc\ub294 \uac8c \ub9de\uc2b5\ub2c8\ub2e4. \uad00\ub828\ud558\uc5ec","og:url":"https:\/\/raftwood.net\/blog\/3369\/","og:image":"https:\/\/raftwood.net\/blog\/wp-content\/uploads\/2019\/09\/image.jpg","og:image:secure_url":"https:\/\/raftwood.net\/blog\/wp-content\/uploads\/2019\/09\/image.jpg","og:image:width":960,"og:image:height":960,"article:published_time":"2011-03-24T05:00:56+00:00","article:modified_time":"2025-04-08T04:37:52+00:00","article:publisher":"https:\/\/facebook.com\/raftwood","twitter:card":"summary","twitter:title":"CentOS \ud658\uacbd\uc5d0\uc11c PHP \uc7ac\ucef4\ud30c\uc77c \uc5c6\uc774 MS-SQL \uc5f0\ub3d9 \uc124\uc815 | \ub5cf\ubaa9\uc9c0\uae30 \ube14\ub85c\uadf8","twitter:description":"\uc720\ub2c9\uc2a4\/\ub9ac\ub205\uc2a4 \uacc4\uc5f4\uc758 OS \ud658\uacbd\uc5d0\uc11c MS-SQL\uc744 \uc5f0\ub3d9\ud558\uae30 \uc704\ud574\uc11c\ub294 FreeTDS \ub77c\uc774\ube0c\ub7ec\ub9ac\uac00 \ud544\uc694\ud569\ub2c8\ub2e4. 1. FreeTDS \uc124\uce58 CentOS\uc5d0\uc11c\ub294 \uc644\uc804 \uac04\ub2e8\ud558\uc8e0. root \uad8c\ud55c\uc73c\ub85c \uc544\ub798 \uba85\ub839\ub9cc \uc2e4\ud589\ud558\uba74 \ub05d. \/usr\/local\/freetds \ub514\ub809\ud1a0\ub9ac\uc5d0 \uc124\uce58\ub429\ub2c8\ub2e4. yum install freetds #\uc548\ub429\ub2c8\ub2e4... \u3161,.\u3161; 2012-11-15 \uc218\uc815. yum\uc73c\ub85c \uc124\uce58\ud558\ub294 \uacbd\uc6b0 \/usr\/local\/freetds \ub514\ub809\ud1a0\ub9ac\uc5d0 \uc124\uce58\ub418\uc9c0 \uc54a\ub2e4\ub294 \uac83\uc744 \uc544\uc8fc \ub2a6\uac8c \ubc1c\uacac\ud588\uc2b5\ub2c8\ub2e4. \uc8c4\uc1a1... \uc774 \uacbd\uc6b0\ub294 yum \uc124\uce58\uac00 \uc544\ub2cc \uc18c\uc2a4 \uc124\uce58\ub97c \ud558\uc2dc\ub294 \uac8c \ub9de\uc2b5\ub2c8\ub2e4. \uad00\ub828\ud558\uc5ec","twitter:creator":"@raftwood","twitter:image":"https:\/\/raftwood.net\/blog\/wp-content\/uploads\/2019\/09\/image.jpg"},"aioseo_meta_data":{"post_id":"3369","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[],"defaultGraph":"","defaultPostTypeGraph":""},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-05-07 16:44:23","updated":"2025-06-04 07:33:34","seo_analyzer_scan_date":null},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_likes_enabled":false,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/raftwood.net\/blog\/wp-json\/wp\/v2\/posts\/3369","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/raftwood.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/raftwood.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/raftwood.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/raftwood.net\/blog\/wp-json\/wp\/v2\/comments?post=3369"}],"version-history":[{"count":1,"href":"https:\/\/raftwood.net\/blog\/wp-json\/wp\/v2\/posts\/3369\/revisions"}],"predecessor-version":[{"id":541590,"href":"https:\/\/raftwood.net\/blog\/wp-json\/wp\/v2\/posts\/3369\/revisions\/541590"}],"wp:attachment":[{"href":"https:\/\/raftwood.net\/blog\/wp-json\/wp\/v2\/media?parent=3369"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/raftwood.net\/blog\/wp-json\/wp\/v2\/categories?post=3369"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/raftwood.net\/blog\/wp-json\/wp\/v2\/tags?post=3369"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}