> 데이터 베이스 > MySQL 튜토리얼 > mysql在centos上的编译安装

mysql在centos上的编译安装

WBOY
풀어 주다: 2016-06-01 13:16:02
원래의
847명이 탐색했습니다.

CentOS

环境:centos6.5  mysql-5.6.17.tar.gz

wgethttp://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.17.tar.gz

yum install -y gcc gcc-c++ gcc-c++.x86_64 bison.x86_64 libaio.x86_64 cmake.x86_64 ncurses-devel.x86_64

后面根据官方文档: MySQL 5.6 Manual 2.8.2 Installing MySQL Using a Standard Source Distribution

<code>shell></code><strong><code> groupadd mysql</code></strong>shell> <strong><code>useradd -r -g mysql mysql<br></code></strong>
로그인 후 복사
shell> <strong><code>tar zxvf mysql-<em><code>VERSION</code></em>.tar.gz</code></strong>shell> <strong><code>cd mysql-<em><code>VERSION</code></em></code></strong>shell> <strong><code>cmake .</code></strong>shell> <strong><code>make</code></strong>shell> <strong><code>make install<br></code></strong>shell> <strong><code>cd /usr/local/mysql</code></strong>shell> <strong><code>chown -R mysql .</code></strong>shell> <strong><code>chgrp -R mysql .</code></strong>shell> <strong><code>scripts/mysql_install_db --user=mysql</code></strong>shell> <strong><code>chown -R root .</code></strong>shell> <strong><code>chown -R mysql data</code></strong>shell> <strong><code>bin/mysqld_safe --user=mysql &<br>安装完了 ,启动的时候就报错:<br>/usr/local/mysql/bin/mysqld: Can't create/write to file '/var/run/mysqld/mysqld.pid' (Errcode: 2 - No such file or directory)<br>cd /var/run/<br>mkdir mysqld<br>chown -R mysql mysqld<br>chgrp -R mysql mysqld<br>再重新启动:<br>[ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.user' doesn't exist<br>修改:/usr/local/mysql/my.cnf<br>datadir =/usr/local/mysql/data<br>重启电脑 <br>mysql.server start 启动成功<br>./bin/mysql<br>ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)<br>ln -s /var/lib/mysql/mysql.sock /tmp/mysql.sock<br>执行这个命令后,成功运行mysql<br></code></strong>
로그인 후 복사
관련 라벨:
원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿