{"id":43734,"date":"2024-10-06T08:06:53","date_gmt":"2024-10-06T00:06:53","guid":{"rendered":"https:\/\/server.hk\/cnblog\/43734\/"},"modified":"2024-10-06T08:06:53","modified_gmt":"2024-10-06T00:06:53","slug":"centos-7-4-%e6%ba%90%e7%a2%bc%e7%b7%a8%e8%ad%af%e5%ae%89%e8%a3%9d-mysql-8-0","status":"publish","type":"post","link":"https:\/\/server.hk\/cnblog\/43734\/","title":{"rendered":"CentOS 7.4 \u6e90\u78bc\u7de8\u8b6f\u5b89\u88dd MySQL 8.0"},"content":{"rendered":"<h1 id=\"centos-7-4-%e6%ba%90%e7%a2%bc%e7%b7%a8%e8%ad%af%e5%ae%89%e8%a3%9d-mysql-8-0-gGYhdndGIr\">CentOS 7.4 \u6e90\u78bc\u7de8\u8b6f\u5b89\u88dd MySQL 8.0<\/h1>\n<p>MySQL \u662f\u4e00\u6b3e\u5ee3\u6cdb\u4f7f\u7528\u7684\u958b\u6e90\u95dc\u806f\u6578\u64da\u5eab\u7ba1\u7406\u7cfb\u7d71\uff0c\u7279\u5225\u9069\u5408\u7528\u65bc\u7db2\u7d61\u61c9\u7528\u7a0b\u5e8f\u3002\u96a8\u8457 MySQL 8.0 \u7684\u63a8\u51fa\uff0c\u8a31\u591a\u7528\u6236\u5e0c\u671b\u5728\u5176\u4f3a\u670d\u5668\u4e0a\u5b89\u88dd\u6700\u65b0\u7248\u672c\u3002\u672c\u6587\u5c07\u4ecb\u7d39\u5982\u4f55\u5728 CentOS 7.4 \u4e0a\u901a\u904e\u6e90\u78bc\u7de8\u8b6f\u5b89\u88dd MySQL 8.0\u3002<\/p>\n<h2 id=\"%e5%89%8d%e6%9c%9f%e6%ba%96%e5%82%99-gGYhdndGIr\">\u524d\u671f\u6e96\u5099<\/h2>\n<p>\u5728\u958b\u59cb\u4e4b\u524d\uff0c\u78ba\u4fdd\u4f60\u7684 CentOS 7.4 \u7cfb\u7d71\u5df2\u7d93\u66f4\u65b0\u5230\u6700\u65b0\u7248\u672c\u3002\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u9032\u884c\u66f4\u65b0\uff1a<\/p>\n<pre><code>sudo yum update -y<\/code><\/pre>\n<p>\u63a5\u4e0b\u4f86\uff0c\u5b89\u88dd\u4e00\u4e9b\u5fc5\u8981\u7684\u4f9d\u8cf4\u5305\uff1a<\/p>\n<pre><code>sudo yum install -y gcc cmake ncurses-devel bison<\/code><\/pre>\n<h2 id=\"%e4%b8%8b%e8%bc%89-mysql-8-0-%e6%ba%90%e7%a2%bc-gGYhdndGIr\">\u4e0b\u8f09 MySQL 8.0 \u6e90\u78bc<\/h2>\n<p>\u9996\u5148\uff0c\u8a2a\u554f MySQL \u7684\u5b98\u65b9\u7db2\u7ad9\uff0c\u4e0b\u8f09 MySQL 8.0 \u7684\u6e90\u78bc\u5305\u3002\u4f60\u53ef\u4ee5\u4f7f\u7528 wget \u547d\u4ee4\u76f4\u63a5\u4e0b\u8f09\uff1a<\/p>\n<pre><code>wget https:\/\/dev.mysql.com\/get\/Downloads\/MySQL-8.0\/mysql-8.0.XX.tar.gz<\/code><\/pre>\n<p>\u8acb\u5c07\u4e0a\u9762\u7684 &#8220;XX&#8221; \u66ff\u63db\u70ba\u6700\u65b0\u7684\u7248\u672c\u865f\u3002\u4e0b\u8f09\u5b8c\u6210\u5f8c\uff0c\u89e3\u58d3\u7e2e\u6e90\u78bc\u5305\uff1a<\/p>\n<pre><code>tar -zxvf mysql-8.0.XX.tar.gz<\/code><\/pre>\n<h2 id=\"%e7%b7%a8%e8%ad%af-mysql-gGYhdndGIr\">\u7de8\u8b6f MySQL<\/h2>\n<p>\u9032\u5165\u89e3\u58d3\u5f8c\u7684\u76ee\u9304\uff1a<\/p>\n<pre><code>cd mysql-8.0.XX<\/code><\/pre>\n<p>\u63a5\u4e0b\u4f86\uff0c\u5275\u5efa\u4e00\u500b\u65b0\u7684\u76ee\u9304\u4f86\u5b58\u653e\u7de8\u8b6f\u904e\u7a0b\u4e2d\u7684\u6587\u4ef6\uff1a<\/p>\n<pre><code>mkdir build<\/code><\/pre>\n<p>\u7136\u5f8c\u9032\u5165\u8a72\u76ee\u9304\uff1a<\/p>\n<pre><code>cd build<\/code><\/pre>\n<p>\u4f7f\u7528 cmake \u914d\u7f6e\u7de8\u8b6f\u9078\u9805\uff1a<\/p>\n<pre><code>cmake .. -DDOWNLOAD_BOOST=1 -DWITH_BOOST=boost<\/code><\/pre>\n<p>\u9019\u88e1\u7684\u9078\u9805\u6703\u81ea\u52d5\u4e0b\u8f09 Boost \u5eab\uff0c\u4e26\u5c07\u5176\u7528\u65bc MySQL \u7684\u7de8\u8b6f\u3002\u914d\u7f6e\u5b8c\u6210\u5f8c\uff0c\u958b\u59cb\u7de8\u8b6f\uff1a<\/p>\n<pre><code>make<\/code><\/pre>\n<p>\u7de8\u8b6f\u904e\u7a0b\u53ef\u80fd\u9700\u8981\u4e00\u4e9b\u6642\u9593\uff0c\u5177\u9ad4\u53d6\u6c7a\u65bc\u4f60\u7684\u4f3a\u670d\u5668\u6027\u80fd\u3002\u7de8\u8b6f\u5b8c\u6210\u5f8c\uff0c\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u5b89\u88dd MySQL\uff1a<\/p>\n<pre><code>sudo make install<\/code><\/pre>\n<h2 id=\"%e9%85%8d%e7%bd%ae-mysql-gGYhdndGIr\">\u914d\u7f6e MySQL<\/h2>\n<p>\u5b89\u88dd\u5b8c\u6210\u5f8c\uff0c\u5275\u5efa MySQL \u7684\u6578\u64da\u76ee\u9304\uff1a<\/p>\n<pre><code>sudo mkdir \/var\/lib\/mysql<\/code><\/pre>\n<p>\u63a5\u4e0b\u4f86\uff0c\u521d\u59cb\u5316 MySQL \u6578\u64da\u5eab\uff1a<\/p>\n<pre><code>sudo \/usr\/local\/mysql\/bin\/mysqld --initialize --user=mysql<\/code><\/pre>\n<p>\u9019\u5c07\u751f\u6210\u4e00\u500b\u96a8\u6a5f\u7684 root \u5bc6\u78bc\uff0c\u8acb\u8a18\u4e0b\u4f86\u3002\u63a5\u4e0b\u4f86\uff0c\u555f\u52d5 MySQL \u670d\u52d9\uff1a<\/p>\n<pre><code>sudo \/usr\/local\/mysql\/bin\/mysqld_safe --user=mysql &amp;<\/code><\/pre>\n<h2 id=\"%e8%a8%ad%e7%bd%ae-mysql-%e9%96%8b%e6%a9%9f%e8%87%aa%e5%95%9f-gGYhdndGIr\">\u8a2d\u7f6e MySQL \u958b\u6a5f\u81ea\u555f<\/h2>\n<p>\u70ba\u4e86\u8b93 MySQL \u5728\u7cfb\u7d71\u555f\u52d5\u6642\u81ea\u52d5\u555f\u52d5\uff0c\u53ef\u4ee5\u5275\u5efa\u4e00\u500b systemd \u670d\u52d9\u55ae\u5143\u6587\u4ef6\uff1a<\/p>\n<pre><code>[Unit]\nDescription=MySQL Community Server\nAfter=network.target\n\n[Service]\nType=simple\nUser=mysql\nExecStart=\/usr\/local\/mysql\/bin\/mysqld --defaults-file=\/etc\/my.cnf\nRestart=on-failure\n\n[Install]\nWantedBy=multi-user.target<\/code><\/pre>\n<p>\u5c07\u4e0a\u8ff0\u5167\u5bb9\u4fdd\u5b58\u70ba \/etc\/systemd\/system\/mysql.service\uff0c\u7136\u5f8c\u555f\u7528\u4e26\u555f\u52d5\u670d\u52d9\uff1a<\/p>\n<pre><code>sudo systemctl enable mysql\nsudo systemctl start mysql<\/code><\/pre>\n<h2 id=\"%e7%b8%bd%e7%b5%90-gGYhdndGIr\">\u7e3d\u7d50<\/h2>\n<p>\u901a\u904e\u4ee5\u4e0a\u6b65\u9a5f\uff0c\u6211\u5011\u6210\u529f\u5728 CentOS 7.4 \u4e0a\u6e90\u78bc\u7de8\u8b6f\u5b89\u88dd\u4e86 MySQL 8.0\u3002\u9019\u7a2e\u5b89\u88dd\u65b9\u5f0f\u4e0d\u50c5\u80fd\u5920\u8b93\u7528\u6236\u7372\u5f97\u6700\u65b0\u7684\u529f\u80fd\uff0c\u9084\u80fd\u6839\u64da\u9700\u6c42\u9032\u884c\u81ea\u5b9a\u7fa9\u914d\u7f6e\u3002\u5982\u679c\u4f60\u9700\u8981\u7a69\u5b9a\u7684\u4f3a\u670d\u5668\u74b0\u5883\u4f86\u904b\u884c MySQL\uff0c\u8003\u616e\u4f7f\u7528 <a href=\"https:\/\/server.hk\">\u9999\u6e2fVPS<\/a> \u670d\u52d9\uff0c\u4ee5\u7372\u5f97\u66f4\u597d\u7684\u6027\u80fd\u548c\u53ef\u9760\u6027\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to compile and install MySQL 8.0 from source on CentOS 7.4 with this step-by-step guide for optimal performance and customization.<\/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-43734","post","type-post","status-publish","format-standard","hentry","category-setup-tutorials"],"_links":{"self":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/43734","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=43734"}],"version-history":[{"count":1,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/43734\/revisions"}],"predecessor-version":[{"id":43735,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/43734\/revisions\/43735"}],"wp:attachment":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/media?parent=43734"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/categories?post=43734"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/tags?post=43734"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}