{"id":44104,"date":"2024-10-06T12:53:13","date_gmt":"2024-10-06T04:53:13","guid":{"rendered":"https:\/\/server.hk\/cnblog\/44104\/"},"modified":"2024-10-06T12:53:14","modified_gmt":"2024-10-06T04:53:14","slug":"centos-%e4%b8%8a%e5%ae%89%e8%a3%9d-sql-server","status":"publish","type":"post","link":"https:\/\/server.hk\/cnblog\/44104\/","title":{"rendered":"CentOS \u4e0a\u5b89\u88dd SQL Server"},"content":{"rendered":"<h1 id=\"centos-%e4%b8%8a%e5%ae%89%e8%a3%9d-sql-server-YwohiYTFtD\">CentOS \u4e0a\u5b89\u88dd SQL Server<\/h1>\n<p>\u5728\u7576\u4eca\u7684\u6578\u64da\u9a45\u52d5\u4e16\u754c\u4e2d\uff0c\u6578\u64da\u5eab\u7ba1\u7406\u7cfb\u7d71\u7684\u9078\u64c7\u5c0d\u65bc\u61c9\u7528\u7a0b\u5e8f\u7684\u6027\u80fd\u548c\u7a69\u5b9a\u6027\u81f3\u95dc\u91cd\u8981\u3002Microsoft SQL Server \u662f\u4e00\u500b\u5ee3\u6cdb\u4f7f\u7528\u7684\u95dc\u806f\u6578\u64da\u5eab\u7ba1\u7406\u7cfb\u7d71\uff0c\u96d6\u7136\u5b83\u4e3b\u8981\u5728 Windows \u74b0\u5883\u4e2d\u904b\u884c\uff0c\u4f46\u73fe\u5728\u4e5f\u53ef\u4ee5\u5728 Linux \u7cfb\u7d71\u4e0a\u904b\u884c\uff0c\u5305\u62ec CentOS\u3002\u672c\u6587\u5c07\u4ecb\u7d39\u5982\u4f55\u5728 CentOS \u4e0a\u5b89\u88dd SQL Server\uff0c\u4e26\u63d0\u4f9b\u8a73\u7d30\u7684\u6b65\u9a5f\u548c\u6ce8\u610f\u4e8b\u9805\u3002<\/p>\n<h2 id=\"%e5%89%8d%e6%9c%9f%e6%ba%96%e5%82%99-YwohiYTFtD\">\u524d\u671f\u6e96\u5099<\/h2>\n<p>\u5728\u958b\u59cb\u5b89\u88dd\u4e4b\u524d\uff0c\u78ba\u4fdd\u4f60\u7684 CentOS \u7cfb\u7d71\u5df2\u7d93\u66f4\u65b0\u5230\u6700\u65b0\u7248\u672c\u3002\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u4f86\u66f4\u65b0\u7cfb\u7d71\uff1a<\/p>\n<pre><code>sudo yum update -y<\/code><\/pre>\n<p>\u6b64\u5916\uff0c\u78ba\u4fdd\u4f60\u7684\u7cfb\u7d71\u7b26\u5408 SQL Server \u7684\u6700\u4f4e\u7cfb\u7d71\u8981\u6c42\u3002\u9019\u5305\u62ec CPU\u3001\u5167\u5b58\u548c\u78c1\u789f\u7a7a\u9593\u7b49\u3002<\/p>\n<h2 id=\"%e5%ae%89%e8%a3%9d-sql-server-YwohiYTFtD\">\u5b89\u88dd SQL Server<\/h2>\n<h3 id=\"1-%e6%b7%bb%e5%8a%a0-microsoft-%e5%ad%98%e5%84%b2%e5%ba%ab-YwohiYTFtD\">1. \u6dfb\u52a0 Microsoft \u5b58\u5132\u5eab<\/h3>\n<p>\u9996\u5148\uff0c\u4f60\u9700\u8981\u6dfb\u52a0 Microsoft \u7684\u5b98\u65b9\u5b58\u5132\u5eab\u3002\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u4f86\u5c0e\u5165 Microsoft \u7684 GPG \u5bc6\u9470\uff1a<\/p>\n<pre><code>sudo rpm --import https:\/\/packages.microsoft.com\/keys\/microsoft.asc<\/code><\/pre>\n<p>\u63a5\u4e0b\u4f86\uff0c\u5275\u5efa\u4e00\u500b\u65b0\u7684\u5b58\u5132\u5eab\u6587\u4ef6\uff1a<\/p>\n<pre><code>sudo vi \/etc\/yum.repos.d\/mssql-server.repo<\/code><\/pre>\n<p>\u5728\u6587\u4ef6\u4e2d\u6dfb\u52a0\u4ee5\u4e0b\u5167\u5bb9\uff1a<\/p>\n<pre><code>[mssql-server]\nname=SQL Server\nbaseurl=https:\/\/packages.microsoft.com\/rhel\/7\/prod\/\nenabled=1\ngpgcheck=1\ngpgkey=https:\/\/packages.microsoft.com\/keys\/microsoft.asc<\/code><\/pre>\n<h3 id=\"2-%e5%ae%89%e8%a3%9d-sql-server-YwohiYTFtD\">2. \u5b89\u88dd SQL Server<\/h3>\n<p>\u6dfb\u52a0\u5b8c\u5b58\u5132\u5eab\u5f8c\uff0c\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u5b89\u88dd SQL Server\uff1a<\/p>\n<pre><code>sudo yum install -y mssql-server<\/code><\/pre>\n<h3 id=\"3-%e9%85%8d%e7%bd%ae-sql-server-YwohiYTFtD\">3. \u914d\u7f6e SQL Server<\/h3>\n<p>\u5b89\u88dd\u5b8c\u6210\u5f8c\uff0c\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u4f86\u914d\u7f6e SQL Server\uff1a<\/p>\n<pre><code>sudo \/opt\/mssql\/bin\/mssql-conf setup<\/code><\/pre>\n<p>\u5728\u914d\u7f6e\u904e\u7a0b\u4e2d\uff0c\u4f60\u9700\u8981\u9078\u64c7 SQL Server \u7684\u7248\u672c\u3001\u63a5\u53d7\u8a31\u53ef\u5354\u8b70\uff0c\u4e26\u8a2d\u7f6e SA \u7528\u6236\u7684\u5bc6\u78bc\u3002\u8acb\u78ba\u4fdd\u9078\u64c7\u4e00\u500b\u5f37\u5bc6\u78bc\u4ee5\u4fdd\u8b77\u4f60\u7684\u6578\u64da\u5eab\u3002<\/p>\n<h3 id=\"4-%e5%95%9f%e5%8b%95-sql-server-%e6%9c%8d%e5%8b%99-YwohiYTFtD\">4. \u555f\u52d5 SQL Server \u670d\u52d9<\/h3>\n<p>\u914d\u7f6e\u5b8c\u6210\u5f8c\uff0c\u53ef\u4ee5\u555f\u52d5 SQL Server \u670d\u52d9\uff1a<\/p>\n<pre><code>sudo systemctl start mssql-server<\/code><\/pre>\n<p>\u70ba\u4e86\u78ba\u4fdd SQL Server \u5728\u7cfb\u7d71\u555f\u52d5\u6642\u81ea\u52d5\u555f\u52d5\uff0c\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\uff1a<\/p>\n<pre><code>sudo systemctl enable mssql-server<\/code><\/pre>\n<h2 id=\"%e5%ae%89%e8%a3%9d-sql-server-%e5%91%bd%e4%bb%a4%e8%a1%8c%e5%b7%a5%e5%85%b7-YwohiYTFtD\">\u5b89\u88dd SQL Server \u547d\u4ee4\u884c\u5de5\u5177<\/h2>\n<p>\u70ba\u4e86\u65b9\u4fbf\u7ba1\u7406 SQL Server\uff0c\u4f60\u53ef\u4ee5\u5b89\u88dd SQL Server \u547d\u4ee4\u884c\u5de5\u5177\u3002\u9996\u5148\uff0c\u6dfb\u52a0 Microsoft \u7684\u5b58\u5132\u5eab\uff1a<\/p>\n<pre><code>sudo curl https:\/\/packages.microsoft.com\/keys\/microsoft.asc | sudo apt-key add -<\/code><\/pre>\n<p>\u7136\u5f8c\uff0c\u5275\u5efa\u4e00\u500b\u65b0\u7684\u5b58\u5132\u5eab\u6587\u4ef6\uff1a<\/p>\n<pre><code>sudo vi \/etc\/yum.repos.d\/msprod.repo<\/code><\/pre>\n<p>\u5728\u6587\u4ef6\u4e2d\u6dfb\u52a0\u4ee5\u4e0b\u5167\u5bb9\uff1a<\/p>\n<pre><code>[msprod]\nname=SQL Server Command Line Tools\nbaseurl=https:\/\/packages.microsoft.com\/rhel\/7\/prod\/\nenabled=1\ngpgcheck=1\ngpgkey=https:\/\/packages.microsoft.com\/keys\/microsoft.asc<\/code><\/pre>\n<p>\u63a5\u4e0b\u4f86\uff0c\u5b89\u88dd SQL Server \u547d\u4ee4\u884c\u5de5\u5177\uff1a<\/p>\n<pre><code>sudo yum install -y mssql-tools unixODBC-devel<\/code><\/pre>\n<p>\u5b89\u88dd\u5b8c\u6210\u5f8c\uff0c\u53ef\u4ee5\u901a\u904e\u4ee5\u4e0b\u547d\u4ee4\u4f86\u4f7f\u7528 SQLCMD \u5de5\u5177\uff1a<\/p>\n<pre><code>sqlcmd -S localhost -U SA -P '\u4f60\u7684\u5bc6\u78bc'<\/code><\/pre>\n<h2 id=\"%e7%b8%bd%e7%b5%90-YwohiYTFtD\">\u7e3d\u7d50<\/h2>\n<p>\u5728 CentOS \u4e0a\u5b89\u88dd SQL Server \u662f\u4e00\u500b\u76f8\u5c0d\u7c21\u55ae\u7684\u904e\u7a0b\uff0c\u53ea\u9700\u5e7e\u500b\u6b65\u9a5f\u5373\u53ef\u5b8c\u6210\u3002\u901a\u904e\u6b63\u78ba\u7684\u914d\u7f6e\u548c\u7ba1\u7406\uff0c\u4f60\u53ef\u4ee5\u5145\u5206\u5229\u7528 SQL Server \u7684\u5f37\u5927\u529f\u80fd\u4f86\u652f\u6301\u4f60\u7684\u61c9\u7528\u7a0b\u5e8f\u3002\u5982\u679c\u4f60\u6b63\u5728\u5c0b\u627e\u7a69\u5b9a\u7684 <a href=\"https:\/\/server.hk\">VPS<\/a> \u89e3\u6c7a\u65b9\u6848\u4f86\u904b\u884c\u4f60\u7684 SQL Server\uff0cServer.HK \u63d0\u4f9b\u591a\u7a2e\u9078\u64c7\uff0c\u9069\u5408\u4e0d\u540c\u9700\u6c42\u7684\u7528\u6236\u3002\u7121\u8ad6\u662f <a href=\"https:\/\/server.hk\">\u9999\u6e2fVPS<\/a> \u9084\u662f\u5176\u4ed6\u5730\u5340\u7684\u670d\u52d9\uff0cServer.HK \u90fd\u80fd\u70ba\u4f60\u63d0\u4f9b\u53ef\u9760\u7684\u652f\u6301\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to install SQL Server on CentOS with step-by-step instructions for seamless database management and performance optimization.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4924],"tags":[],"class_list":["post-44104","post","type-post","status-publish","format-standard","hentry","category-setup-tutorials"],"_links":{"self":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/44104","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=44104"}],"version-history":[{"count":1,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/44104\/revisions"}],"predecessor-version":[{"id":44105,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/44104\/revisions\/44105"}],"wp:attachment":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/media?parent=44104"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/categories?post=44104"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/tags?post=44104"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}