tomcat访问数据库数据控制台不断打印重复的错误信息,
错误信息如下
com.alibaba.druid.support.logging.Jakarta CommonsLoggingImpl. error create connection SQL Exception url: jdbc:mysql://localhost3306/ssm_cinema? server Timezone=UTC&useSSL=false, error Code 0, state 08S01
com.mysql.jdbc.exceptions.jdbc4. CommunicationsException: Communications link failure
com.alibaba.druid.support.logging.JakartaCommonsLoggingImpl.error create connection SQLException, url: jdbc:mysql://localhost3306/ssm_cinema? serverTimezone=UTC&useSSL=false, errorCode 0, state 08S01
com.mysql.jdbc.exceptions.jdbc4. CommunicationsException: Communications link failure
而且网页一直获取不到,
后来又重新修改了druid文件的url格式
网页报错,错误信息如下