本文参考51CTO博客作者wjw555的作品 脚本内容: vim install.mysql.sh #!/bin/bash [ -f /etc/init.d/functions ]&& . /etc/init.d/functions ###Check if user is root if [ $UID -ne 0 ]; then echo Error: You must be root to run this script, please use root to install exit 1 fi clear echo ===============================
2022-03-11 14:24:08 40KB shell shell脚本 SQL
1
mysql5.7.29主从
2021-09-07 14:08:34 83KB mysql5.7.29主从
1
linux安装mysql
2021-03-03 21:04:13 104KB mysql5.7.x mysql
1