bitnami : Windows/Linux/MacOS使用安装mysql或者其他软件

官网 软件容器

# 举例安装archlinux mysql
# 先下载https://bitnami.com/stack/mysql/installer
sudo chmod 7777 ./bitnami-mysql-8.0.12-0-linux-x64-installer.run
# 安装向导
./bitnami-mysql-8.0.12-0-linux-x64-installer.run
# 安装到/home/lxx/mysql-8.0.12-0
# 设置密码
# 选择端口
# 启动脚本
sudo /home/lxx/mysql-8.0.12-0/ctlscript.sh restart mysql
# eg
usage: ./ctlscript.sh help
       ./ctlscript.sh (start|stop|restart|status)
       ./ctlscript.sh (start|stop|restart|status) redis

help       - this screen
start      - start the service(s)
stop       - stop  the service(s)
restart    - restart or start the service(s)
status     - show the status of the service(s)

# 启动界面
sudo /home/lxx/mysql-8.0.12-0/manager-linux-x64.run