diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2023-06-22 13:38:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-22 07:38:23 +0200 |
commit | cb3173a1e911127fb0095bcef261d9b5182d53c6 (patch) | |
tree | 4cff5cc6cb1959bf3e769ae42e185e0d18710b90 /options/locale/locale_en-US.ini | |
parent | ffe089432f8dd8ab4e37bc5765ad07196608aba4 (diff) | |
download | gitea-cb3173a1e911127fb0095bcef261d9b5182d53c6.tar.gz gitea-cb3173a1e911127fb0095bcef261d9b5182d53c6.zip |
Use "utf8mb4" for MySQL by default (#25432)
TBH, I don't see much difference from `Remove "CHARSET" config option
for MySQL, always use "utf8mb4"` #25413
Close #25413
Diffstat (limited to 'options/locale/locale_en-US.ini')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 788582db95..d6eac9e5a5 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -192,11 +192,9 @@ host = Host user = Username password = Password db_name = Database Name -db_helper = Note to MySQL users: please use the InnoDB storage engine and if you use "utf8mb4", your InnoDB version must be greater than 5.6 . db_schema = Schema db_schema_helper = Leave blank for database default ("public"). ssl_mode = SSL -charset = Charset path = Path sqlite_helper = File path for the SQLite3 database.<br>Enter an absolute path if you run Gitea as a service. reinstall_error = You are trying to install into an existing Gitea database |