mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-19123 Change default charset from latin1 to utf8mb4
Changing the default server character set from latin1 to utf8mb4.
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
DROP DATABASE IF EXISTS dbt3_s001;
|
||||
--enable_warnings
|
||||
|
||||
CREATE DATABASE dbt3_s001;
|
||||
CREATE DATABASE dbt3_s001 CHARACTER SET latin1;
|
||||
|
||||
use dbt3_s001;
|
||||
|
||||
|
Reference in New Issue
Block a user