mirror of
https://github.com/acepanel/panel.git
synced 2026-02-07 03:17:24 +08:00
12 lines
286 B
Go
12 lines
286 B
Go
package mysql80
|
||
|
||
var (
|
||
Name = "MySQL-8.0"
|
||
Author = "耗子"
|
||
Description = "MySQL 是最流行的关系型数据库管理系统之一,Oracle 旗下产品。"
|
||
Slug = "mysql80"
|
||
Version = "8.0.33"
|
||
Requires = []string{}
|
||
Excludes = []string{"mysql57"}
|
||
)
|