mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 17:17:13 +08:00
14 lines
446 B
Go
14 lines
446 B
Go
package mysql57
|
||
|
||
var (
|
||
Name = "MySQL-5.7"
|
||
Description = "MySQL 是最流行的关系型数据库管理系统之一,Oracle 旗下产品。"
|
||
Slug = "mysql57"
|
||
Version = "5.7.43"
|
||
Requires = []string{}
|
||
Excludes = []string{"mysql80"}
|
||
Install = `bash /www/panel/scripts/mysql/install.sh 57`
|
||
Uninstall = `bash /www/panel/scripts/mysql/uninstall.sh 57`
|
||
Update = `bash /www/panel/scripts/mysql/update.sh 57`
|
||
)
|