mySQL错误解决方法汇总

这里总结一下目前遇到的mySQL开发中遇到的问题

-1. 在使用spring boot + tomcat + mySQL开发中配置遇到如下错误
> com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException Table 'xxxx.xxx' doesn't exist

解决方法:

mySQL错误解决方法汇总_第1张图片

参考:http://stackoverflow.com/questions/19861494/error-com-mysql-jdbc-exceptions-jdbc4-mysqlsyntaxerrorexception

你可能感兴趣的:(mySQL错误解决方法汇总)