com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown database 'test'
报错原因是:MySQL数据库没有 创建 test 数据库
解决办法:在MySQL中创建test:create database test
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown database 'test'
报错原因是:MySQL数据库没有 创建 test 数据库
解决办法:在MySQL中创建test:create database test