创建数据库时候报错,说已经存在,
解决:
- 删除数据库
cmd (管理员)
net start mysql
mysql -u root -p
show databases (确实存在jeecg-boot)
drop databasejeecg-boot
;
注意:
2. 单词不要打错
3. 要加分号 删除
4. 数据库要加键盘左上角的单引号,不然报如下10064错
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-boot' at line 1