mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
Set full unicode support
This commit is contained in:
parent
81a11685fb
commit
f9afcc4447
1 changed files with 4 additions and 0 deletions
|
@ -309,6 +309,10 @@ chown $app:$app "$final_path/settings.json"
|
|||
chmod 600 "$final_path/credentials.json"
|
||||
chown $app:$app "$final_path/credentials.json"
|
||||
|
||||
# Support full Unicode in MySQL databases
|
||||
ynh_mysql_connect_as --user=$db_user --password="$db_pwd" --database=$db_name \
|
||||
<<< "ALTER DATABASE $db_name CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;"
|
||||
|
||||
#=================================================
|
||||
# SETUP SYSTEMD
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue