java.lang.RuntimeException: com.mysql.cj.exceptions.CJException: Unknown database ‘test‘

后端小白在进行IDEA数据库连接的时候会进行以下报错
在这里插入图片描述
这是没有mysql驱动的问题
java.lang.RuntimeException: com.mysql.cj.exceptions.CJException: Unknown database ‘test‘_第1张图片
java.lang.RuntimeException: com.mysql.cj.exceptions.CJException: Unknown database ‘test‘_第2张图片
java.lang.RuntimeException: com.mysql.cj.exceptions.CJException: Unknown database ‘test‘_第3张图片
填错了就会报以下的错误哦
java.lang.RuntimeException: com.mysql.cj.exceptions.CJException: Unknown database ‘test‘_第4张图片
java.lang.RuntimeException: com.mysql.cj.exceptions.CJException: Unknown database ‘test‘_第5张图片
java.lang.RuntimeException: com.mysql.cj.exceptions.CJException: Unknown database ‘test‘_第6张图片
解决方法:在URL后面添加: ?serverTimezone=GMT

java.lang.RuntimeException: com.mysql.cj.exceptions.CJException: Unknown database ‘test‘_第7张图片

你可能感兴趣的:(后端小知识,算法,链表,leetcode)