summaryrefslogtreecommitdiff
path: root/scripts/mysql_performance_tables.sql
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mysql_performance_tables.sql')
-rw-r--r--scripts/mysql_performance_tables.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_performance_tables.sql b/scripts/mysql_performance_tables.sql
index 306160355de..3a7d0ef5261 100644
--- a/scripts/mysql_performance_tables.sql
+++ b/scripts/mysql_performance_tables.sql
@@ -47,7 +47,7 @@ PREPARE stmt FROM @str;
EXECUTE stmt;
DROP PREPARE stmt;
-SET @cmd= "CREATE DATABASE performance_schema character set utf8";
+SET @cmd= "CREATE DATABASE performance_schema character set utf8mb3";
SET @str = IF(@broken_pfs = 0, @cmd, 'SET @dummy = 0');
PREPARE stmt FROM @str;