Use utf8 character set as default
This commit is contained in:
@@ -24,6 +24,7 @@ service_create() {
|
|||||||
mkdir -p "$SERVICE_ROOT/config" || dokku_log_fail "Unable to create service config directory"
|
mkdir -p "$SERVICE_ROOT/config" || dokku_log_fail "Unable to create service config directory"
|
||||||
touch "$LINKS_FILE"
|
touch "$LINKS_FILE"
|
||||||
echo -e "[mysqld]\nperformance_schema = 0" > "$SERVICE_ROOT/config/disable_performance_schema.cnf"
|
echo -e "[mysqld]\nperformance_schema = 0" > "$SERVICE_ROOT/config/disable_performance_schema.cnf"
|
||||||
|
echo -e "[mysqld]\ncharacter-set-server = utf8\ncollation-server = utf8_general_ci" > "$SERVICE_ROOT/config/charset_utf8.cnf"
|
||||||
rootpassword=$(openssl rand -hex 8)
|
rootpassword=$(openssl rand -hex 8)
|
||||||
password=$(openssl rand -hex 8)
|
password=$(openssl rand -hex 8)
|
||||||
echo "$rootpassword" > "$SERVICE_ROOT/ROOTPASSWORD"
|
echo "$rootpassword" > "$SERVICE_ROOT/ROOTPASSWORD"
|
||||||
|
|||||||
Reference in New Issue
Block a user