MySQL 中创建数据库

mysql -u root -p

mysql> CREATE DATABASE `etl_platform_cloud` CHARACTER SET utf8mb4;

Last updated

Was this helpful?