mysql5 7編譯安裝

2021-10-25 19:26:09 字數 1315 閱讀 4799

#依賴

yum install -y gcc gcc-c++ automake autoconf

yum -y install

make cmake bison-devel ncurses-devel libaio-devel

wget

tar xf /tools/boost_1_65_1.tar.gz -c /usr/local/

mv /tools/boost_1_65_1 /usr/local/

tar -xf /tools/mysql-5.7.17.tar.gz

cd /tools/mysql-5.7.17/

#預編譯

-dmysql_unix_addr=/tmp/mysql.sock \

-ddownload_boost=1 \

-dwith_boost=/usr/local/boost_1_65_1/boost \

-dsysconfdir=/etc \

-ddefault_charset=utf8mb4 \

-ddefault_collation=utf8mb4_general_ci \

-dwith_extra_charsets=all \

-dwith_innobase_storage_engine=1 \

-dwith_federated_storage_engine=1 \

-dwith_blackhole_storage_engine=1 \

-dwithout_example_storage_engine=1 \

-dwith_myisam_storage_engine=1 \

-dwith_zlib=bundled \

-dwith_ssl=bundled \

-denabled_local_infile=1 \

-dwith_embedded_server=1 \

-denable_downloads=1 \

-dwith_debug=0

#編譯 && 安裝

記憶體必須 > 2gb

make

&&make

install

#授權useradd -r -s /sbin/nologin mysql

mysql-5.7.17]

#初始化

記錄初始密碼(一定要記錄!!!)

#拷貝配置檔案和啟動檔案

#啟動/etc/init.d/mysqld start

yyq運維技術部落格_運維的工作學習之路

yeyouqing.top

www.yeyouqing.top

mysql5 7編譯安裝

一 準備工作 mysql 並解壓 root 001 mysql檔案 root 001 tar xf mysql 5.7.19.tar.gz c usr local src root 001 cd 上次使用的目錄 root 001 src cd mysql 5.7.19 2.安裝依賴包 yum ins...

mysql5 7 編譯安裝

安裝mysql 依賴 yum y install gcc cmake make gcc c ncurses devel openssl devel bison ncurses chkconfig lsof wget tar zxvf boost 1 59 0.tar.gz mv boost 1 59...

Mysql5 7編譯安裝

關閉防火牆和selinux yum erase mariadb mariadb server mariadb libs mariadb devel y userdel r mysql rm rf etc my rm rf var lib mysql useradd r mysql m s bin f...