不能知道反应情况,先更新。

pull/117/head
midoks 3 years ago
parent 670aea2eaa
commit 84d92e4557
  1. 4
      plugins/mysql/versions/5.6/install.sh
  2. 2
      plugins/mysql/versions/5.7/install.sh
  3. 2
      plugins/mysql/versions/8.0/install.sh

@ -61,8 +61,8 @@ Install_mysql()
-DDEFAULT_CHARSET=utf8mb4 \
-DCMAKE_C_COMPILER=/usr/bin/gcc \
-DCMAKE_CXX_COMPILER=/usr/bin/g++ \
-DDEFAULT_COLLATION=utf8mb4_general_ci \
&& make ${MAKEJN:--j2} && make install && make clean
-DDEFAULT_COLLATION=utf8mb4_general_ci
make clean && make && make install && make clean
if [ -d $serverPath/mysql ];then

@ -78,7 +78,7 @@ Install_mysql()
-DCMAKE_C_COMPILER=/usr/bin/gcc \
-DCMAKE_CXX_COMPILER=/usr/bin/g++ \
-DWITH_BOOST=${mysqlDir}/mysql-${VERSION}/boost/
make ${MAKEJN:--j2} && make install && make clean
make clean && make && make install && make clean
echo '5.7' > $serverPath/mysql/version.pl
echo '安装完成' > $install_tmp
fi

@ -79,7 +79,7 @@ Install_mysql()
-DCMAKE_C_COMPILER=/usr/bin/gcc \
-DCMAKE_CXX_COMPILER=/usr/bin/g++ \
-DWITH_BOOST=${mysqlDir}/mysql-8.0.25/boost/
make ${MAKEJN:--j2} && make install && make clean
make clean && make && make install && make clean
if [ -d $serverPath/mysql ];then
echo '8.0' > $serverPath/mysql/version.pl

Loading…
Cancel
Save