数据库数据库
MySQL
创建/启动/停止/重启/状态/连接/删除MySQL数据库
cd mysql
./{create|start|stop|restart|status|connect|delete}.sh {yourDbName} {mysqlVersion} {port}
# e.g. Create MySQL database.
./create.sh mysql1 5.7.31 3306
# e.g. Create another one.
./create.sh mysql2 8.