This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
## 数据库
1.创建一个新的数据库,如edu_local,必须是UTF-8,
命令:CREATE DATABASE `edu_local` CHARACTER SET utf8 COLLATE utf8_general_ci;