mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-13 09:26:57 +08:00
feat: Remove MySQL v8.2.0 Version
This commit is contained in:
parent
8e67f9b5c0
commit
69049e5300
@ -1,19 +0,0 @@
|
|||||||
[mysqld]
|
|
||||||
skip-host-cache
|
|
||||||
skip-name-resolve
|
|
||||||
datadir=/var/lib/mysql
|
|
||||||
socket=/var/run/mysqld/mysqld.sock
|
|
||||||
secure-file-priv=/var/lib/mysql-files
|
|
||||||
user=mysql
|
|
||||||
log_error_suppression_list='MY-013360'
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
!includedir /etc/mysql/conf.d/
|
|
@ -1,17 +0,0 @@
|
|||||||
additionalProperties:
|
|
||||||
formFields:
|
|
||||||
- default: mysql
|
|
||||||
envKey: PANEL_DB_ROOT_PASSWORD
|
|
||||||
labelEn: Root Password
|
|
||||||
labelZh: root用户密码
|
|
||||||
random: true
|
|
||||||
required: true
|
|
||||||
rule: paramComplexity
|
|
||||||
type: password
|
|
||||||
- default: 3306
|
|
||||||
envKey: PANEL_APP_PORT_HTTP
|
|
||||||
labelEn: Port
|
|
||||||
labelZh: 端口
|
|
||||||
required: true
|
|
||||||
rule: paramPort
|
|
||||||
type: number
|
|
@ -1,24 +0,0 @@
|
|||||||
services:
|
|
||||||
mysql:
|
|
||||||
image: mysql:8.2.0
|
|
||||||
container_name: ${CONTAINER_NAME}
|
|
||||||
restart: always
|
|
||||||
environment:
|
|
||||||
MYSQL_ROOT_PASSWORD: ${PANEL_DB_ROOT_PASSWORD}
|
|
||||||
networks:
|
|
||||||
- 1panel-network
|
|
||||||
ports:
|
|
||||||
- ${PANEL_APP_PORT_HTTP}:3306
|
|
||||||
volumes:
|
|
||||||
- ./data/:/var/lib/mysql
|
|
||||||
- ./conf/my.cnf:/etc/my.cnf
|
|
||||||
- ./log:/var/log/mysql
|
|
||||||
- /etc/timezone:/etc/timezone:ro
|
|
||||||
- /etc/localtime:/etc/localtime:ro
|
|
||||||
labels:
|
|
||||||
createdBy: "Apps"
|
|
||||||
command:
|
|
||||||
- --default-authentication-plugin=mysql_native_password
|
|
||||||
networks:
|
|
||||||
1panel-network:
|
|
||||||
external: true
|
|
Loading…
Reference in New Issue
Block a user