只想敲个代码
2019-03-12 12:13
java.sql.SQLSyntaxErrorException: Unknown database 'shopping'
未知数据库
‘shopping’这个数据库不在mysql数据库中,需要在Navicat中新建数据库的时候把items.sql文件拖拽进去,具体操作直接网上搜索怎样在Navicat中导入.sql文件。
原来是mysql返回的时间有问题
我在在jdbc连接的url后面加上serverTimezone=GMT就解决了
利用Navicat 创建shopping数据库之后运行出错,提示
The server time zone value '???ú±ê×??±??' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support.
服务器时区值???
JAVA遇见HTML——JSP篇
248277 学习 · 3071 问题
相似问题