mirror of
https://github.com/dromara/hertzbeat.git
synced 2026-09-21 13:53:05 +00:00
3 lines
118 B
SQL
3 lines
118 B
SQL
set names utf8mb4;
|
|
create database if not exists hertzbeat default charset utf8mb4 collate utf8mb4_general_ci;
|
|
commit; |