diff --git a/halo/versions/2.2.0/README.md b/halo/versions/2.2.0/README.md index 4141c0a85..2be763c0e 100644 --- a/halo/versions/2.2.0/README.md +++ b/halo/versions/2.2.0/README.md @@ -21,9 +21,9 @@ ------------------------------ -## 快速开始 +## 快速开始 ## -```bash +``` docker run \ -it -d \ --name halo \ @@ -37,30 +37,30 @@ docker run \ 以上仅作为体验使用,详细部署文档请查阅: -## 在线体验 +## 在线体验 ## - 环境地址: - 后台地址: - 用户名:`demo` - 密码:`P@ssw0rd123..` -## 生态 +## 生态 ## 可访问 [awesome-halo](https://github.com/halo-sigs/awesome-halo) 查看已经适用于 Halo 2.0 的主题和插件,以及适用于 Halo 1.x 的相关仓库。 -## 许可证 +## 许可证 ## [![license](https://img.shields.io/github/license/halo-dev/halo.svg?style=flat-square)](https://github.com/halo-dev/halo/blob/master/LICENSE) Halo 使用 GPL-v3.0 协议开源,请遵守开源协议。 -## 贡献 +## 贡献 ## 参考 [CONTRIBUTING](https://github.com/halo-dev/halo/blob/master/CONTRIBUTING.md)。 -## 状态 +## 状态 ## ![Repobeats analytics](https://repobeats.axiom.co/api/embed/ad008b2151c22e7cf734d2688befaa795d593b95.svg "Repobeats analytics image") diff --git a/list.json b/list.json index 894cb7abf..165330439 100644 --- a/list.json +++ b/list.json @@ -29,7 +29,7 @@ "required": [], "crossVersionUpdate": false, "limit": 1, - "recommend": 5, + "recommend": 4, "website": "https://www.mysql.com", "github": "https://github.com/mysql/mysql-server", "document": "https://dev.mysql.com/doc/" @@ -44,7 +44,7 @@ "required": [], "limit": 1, "crossVersionUpdate": true, - "recommend": 4, + "recommend": 3, "website": "https://openresty.org", "github": "https://github.com/openresty/openresty", "document": "http://openresty.org/cn/getting-started.html" @@ -82,7 +82,7 @@ "key": "halo", "name": "Halo", "tags": ["WebSite"], - "versions": ["1.6.0"], + "versions": ["2.2.0"], "shortDesc": "好用又强大的开源建站工具", "type": "website", "required": ["mysql"], @@ -144,7 +144,7 @@ "type": "tool", "required": [], "limit": 1, - "recommend": 3, + "recommend": 5, "crossVersionUpdate": true, "website": "https://dataease.io/", "github": "https://github.com/dataease/dataease", diff --git a/mysql/versions/8.0.30/conf/my.cnf b/mysql/versions/8.0.30/conf/my.cnf index f8582b4b1..30e942001 100644 --- a/mysql/versions/8.0.30/conf/my.cnf +++ b/mysql/versions/8.0.30/conf/my.cnf @@ -6,6 +6,12 @@ socket=/var/run/mysqld/mysqld.sock secure-file-priv=/var/lib/mysql-files user=mysql + +character_set_server=utf8 +lower_case_table_names=1 +group_concat_max_len=1024000 +log_bin_trust_function_creators=1 + pid-file=/var/run/mysqld/mysqld.pid [client] socket=/var/run/mysqld/mysqld.sock