diff --git a/plugins/mysql/versions/5.5/install.sh b/plugins/mysql/versions/5.5/install.sh index 90a1a1817..76c8de60f 100755 --- a/plugins/mysql/versions/5.5/install.sh +++ b/plugins/mysql/versions/5.5/install.sh @@ -30,10 +30,8 @@ Install_mysql() cd ${mysqlDir}/mysql-5.5.62 && cmake \ -DCMAKE_INSTALL_PREFIX=$serverPath/mysql \ - && make && make install - - - echo '5.5' > $serverPath/mysql/version.pl + && make && make install \ + && echo '5.5' > $serverPath/mysql/version.pl echo '安装完成' > $install_tmp }