{"id":43596,"date":"2024-10-05T23:42:11","date_gmt":"2024-10-05T15:42:11","guid":{"rendered":"https:\/\/server.hk\/cnblog\/43596\/"},"modified":"2024-10-05T23:42:11","modified_gmt":"2024-10-05T15:42:11","slug":"centos-6-7-%e4%b8%8b%e4%bd%bf%e7%94%a8-cmake-%e7%b7%a8%e8%ad%af%e5%ae%89%e8%a3%9d-mysql-5-5-32","status":"publish","type":"post","link":"https:\/\/server.hk\/cnblog\/43596\/","title":{"rendered":"CentOS 6.7 \u4e0b\u4f7f\u7528 cmake \u7de8\u8b6f\u5b89\u88dd MySQL 5.5.32"},"content":{"rendered":"<h1 id=\"centos-6-7-%e4%b8%8b%e4%bd%bf%e7%94%a8-cmake-%e7%b7%a8%e8%ad%af%e5%ae%89%e8%a3%9d-mysql-5-5-32-OkZhteWquS\">CentOS 6.7 \u4e0b\u4f7f\u7528 cmake \u7de8\u8b6f\u5b89\u88dd MySQL 5.5.32<\/h1>\n<p>\u5728\u8a31\u591a\u4f3a\u670d\u5668\u74b0\u5883\u4e2d\uff0cMySQL \u662f\u4e00\u500b\u5ee3\u6cdb\u4f7f\u7528\u7684\u8cc7\u6599\u5eab\u7ba1\u7406\u7cfb\u7d71\u3002\u96d6\u7136 MySQL \u7684\u65b0\u7248\u672c\u4e0d\u65b7\u63a8\u51fa\uff0c\u4f46\u67d0\u4e9b\u60c5\u6cc1\u4e0b\uff0c\u4f7f\u7528\u820a\u7248\u672c\u5982 MySQL 5.5.32 \u4ecd\u7136\u662f\u5fc5\u8981\u7684\u3002\u672c\u6587\u5c07\u4ecb\u7d39\u5982\u4f55\u5728 CentOS 6.7 \u7cfb\u7d71\u4e0a\u4f7f\u7528 cmake \u7de8\u8b6f\u5b89\u88dd MySQL 5.5.32\u3002<\/p>\n<h2 id=\"%e5%89%8d%e6%9c%9f%e6%ba%96%e5%82%99-OkZhteWquS\">\u524d\u671f\u6e96\u5099<\/h2>\n<p>\u5728\u958b\u59cb\u4e4b\u524d\uff0c\u78ba\u4fdd\u4f60\u7684 CentOS 6.7 \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<\/code><\/pre>\n<p>\u63a5\u4e0b\u4f86\uff0c\u5b89\u88dd\u5fc5\u8981\u7684\u4f9d\u8cf4\u5305\uff0c\u9019\u4e9b\u5305\u5c07\u5e6b\u52a9\u6211\u5011\u7de8\u8b6f MySQL\uff1a<\/p>\n<pre><code>sudo yum install gcc gcc-c++ cmake ncurses-devel bison<\/code><\/pre>\n<h2 id=\"%e4%b8%8b%e8%bc%89-mysql-5-5-32-OkZhteWquS\">\u4e0b\u8f09 MySQL 5.5.32<\/h2>\n<p>\u9996\u5148\uff0c\u524d\u5f80 MySQL \u7684\u5b98\u65b9\u7db2\u7ad9\u6216\u5176\u93e1\u50cf\u7ad9\u9ede\u4e0b\u8f09 MySQL 5.5.32 \u7684\u6e90\u78bc\u5305\u3002\u53ef\u4ee5\u4f7f\u7528 wget \u547d\u4ee4\u76f4\u63a5\u4e0b\u8f09\uff1a<\/p>\n<pre><code>wget https:\/\/downloads.mysql.com\/archives\/get\/p\/23\/file\/mysql-5.5.32.tar.gz<\/code><\/pre>\n<p>\u4e0b\u8f09\u5b8c\u6210\u5f8c\uff0c\u89e3\u58d3\u7e2e\u8a72\u6587\u4ef6\uff1a<\/p>\n<pre><code>tar -zxvf mysql-5.5.32.tar.gz<\/code><\/pre>\n<h2 id=\"%e7%b7%a8%e8%ad%af-mysql-OkZhteWquS\">\u7de8\u8b6f MySQL<\/h2>\n<p>\u9032\u5165\u89e3\u58d3\u5f8c\u7684\u76ee\u9304\uff1a<\/p>\n<pre><code>cd mysql-5.5.32<\/code><\/pre>\n<p>\u63a5\u4e0b\u4f86\uff0c\u4f7f\u7528 cmake \u9032\u884c\u914d\u7f6e\u3002\u9019\u88e1\u6211\u5011\u5c07\u6307\u5b9a\u5b89\u88dd\u8def\u5f91\u548c\u5176\u4ed6\u9078\u9805\uff1a<\/p>\n<pre><code>cmake . -DCMAKE_INSTALL_PREFIX=\/usr\/local\/mysql -DMYSQL_DATADIR=\/usr\/local\/mysql\/data -DWITH_INNOBASE_STORAGE_ENGINE=1 -DWITH_ARCHIVE_STORAGE_ENGINE=1 -DWITHOUT_EXAMPLE_STORAGE_ENGINE=1<\/code><\/pre>\n<p>\u914d\u7f6e\u5b8c\u6210\u5f8c\uff0c\u958b\u59cb\u7de8\u8b6f MySQL\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=\"%e5%88%9d%e5%a7%8b%e5%8c%96-mysql-OkZhteWquS\">\u521d\u59cb\u5316 MySQL<\/h2>\n<p>\u5b89\u88dd\u5b8c\u6210\u5f8c\uff0c\u9700\u8981\u521d\u59cb\u5316 MySQL \u6578\u64da\u5eab\u3002\u9996\u5148\uff0c\u5275\u5efa\u6578\u64da\u76ee\u9304\uff1a<\/p>\n<pre><code>sudo mkdir \/usr\/local\/mysql\/data<\/code><\/pre>\n<p>\u7136\u5f8c\uff0c\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u521d\u59cb\u5316\u6578\u64da\u5eab\uff1a<\/p>\n<pre><code>sudo \/usr\/local\/mysql\/bin\/mysqld --initialize --user=mysql --datadir=\/usr\/local\/mysql\/data<\/code><\/pre>\n<h2 id=\"%e8%a8%ad%e7%bd%ae-mysql-%e6%9c%8d%e5%8b%99-OkZhteWquS\">\u8a2d\u7f6e MySQL \u670d\u52d9<\/h2>\n<p>\u63a5\u4e0b\u4f86\uff0c\u5275\u5efa\u4e00\u500b MySQL \u7528\u6236\u4e26\u8a2d\u7f6e\u6b0a\u9650\uff1a<\/p>\n<pre><code>sudo groupadd mysql\nsudo useradd -r -g mysql mysql<\/code><\/pre>\n<p>\u7136\u5f8c\uff0c\u5c07 MySQL \u7684\u6240\u6709\u6b0a\u8a2d\u7f6e\u70ba mysql \u7528\u6236\uff1a<\/p>\n<pre><code>sudo chown -R mysql:mysql \/usr\/local\/mysql<\/code><\/pre>\n<p>\u6700\u5f8c\uff0c\u5275\u5efa\u4e00\u500b\u7cfb\u7d71\u670d\u52d9\u6587\u4ef6\uff0c\u4ee5\u4fbf\u65bc\u7ba1\u7406 MySQL \u670d\u52d9\u3002\u53ef\u4ee5\u5728 \/etc\/init.d\/ \u76ee\u9304\u4e0b\u5275\u5efa\u4e00\u500b\u540d\u70ba mysql \u7684\u6587\u4ef6\uff0c\u4e26\u6dfb\u52a0\u4ee5\u4e0b\u5167\u5bb9\uff1a<\/p>\n<pre><code>#!\/bin\/bash\n# MySQL service script\ncase \"$1\" in\n  start)\n    \/usr\/local\/mysql\/bin\/mysqld_safe --user=mysql &amp;\n    ;;\n  stop)\n    killall mysqld\n    ;;\n  restart)\n    $0 stop\n    $0 start\n    ;;\n  *)\n    echo \"Usage: $0 {start|stop|restart}\"\n    exit 1\nesac\nexit 0<\/code><\/pre>\n<p>\u8a2d\u7f6e\u6587\u4ef6\u7684\u57f7\u884c\u6b0a\u9650\uff1a<\/p>\n<pre><code>sudo chmod +x \/etc\/init.d\/mysql<\/code><\/pre>\n<p>\u73fe\u5728\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u555f\u52d5 MySQL \u670d\u52d9\uff1a<\/p>\n<pre><code>sudo \/etc\/init.d\/mysql start<\/code><\/pre>\n<h2 id=\"%e7%b8%bd%e7%b5%90-OkZhteWquS\">\u7e3d\u7d50<\/h2>\n<p>\u5728 CentOS 6.7 \u4e0a\u4f7f\u7528 cmake \u7de8\u8b6f\u5b89\u88dd MySQL 5.5.32 \u7684\u904e\u7a0b\u76f8\u5c0d\u7c21\u55ae\uff0c\u53ea\u9700\u9075\u5faa\u4e0a\u8ff0\u6b65\u9a5f\u5373\u53ef\u6210\u529f\u5b89\u88dd\u3002\u9019\u5c0d\u65bc\u9700\u8981\u7279\u5b9a\u7248\u672c\u7684\u61c9\u7528\u7a0b\u5e8f\u6216\u74b0\u5883\u4f86\u8aaa\u975e\u5e38\u91cd\u8981\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 MySQL \u6578\u64da\u5eab\uff0cServer.HK \u63d0\u4f9b\u591a\u7a2e\u9078\u64c7\uff0c\u9069\u5408\u4e0d\u540c\u9700\u6c42\u7684\u7528\u6236\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to compile and install MySQL 5.5.32 on CentOS 6.7 using CMake with this step-by-step guide for seamless database setup.<\/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-43596","post","type-post","status-publish","format-standard","hentry","category-setup-tutorials"],"_links":{"self":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/43596","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=43596"}],"version-history":[{"count":1,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/43596\/revisions"}],"predecessor-version":[{"id":43597,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/43596\/revisions\/43597"}],"wp:attachment":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/media?parent=43596"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/categories?post=43596"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/tags?post=43596"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}