-- 创建mysql库 create database `xt_ad` default character set utf8mb4 collate utf8mb4_general_ci; USE `xt_ad`;