mysql 中表和数据库名称不要使用 '-' 命名mysql
若使用这个符号,好比 my-name 作为数据库表名称sql
那么在 sql 中必须以下: select * from `my-name` 数据库