mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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:
@ -1,5 +1,5 @@
|
||||
DROP DATABASE IF EXISTS dbt3_s001;
|
||||
CREATE DATABASE dbt3_s001;
|
||||
CREATE DATABASE dbt3_s001 CHARACTER SET latin1;
|
||||
use dbt3_s001;
|
||||
create index i_n_name on nation(n_name);
|
||||
analyze table
|
||||
|
Reference in New Issue
Block a user