九月 13, 2018 12:04:35下午 org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh

信息: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1a6c5a9e: startup date [Thu Sep13 12:04:35 CST 2018]; root of context hierarchy

九月13, 2018 12:04:35下午 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions

信息: Loading XML bean definitions fromclass path resource [com/tse/spring/applicationContext_jdbc.xml]

九月13, 2018 12:04:35下午 org.springframework.jdbc.datasource.DriverManagerDataSource setDriverClassName

信息: Loaded JDBC driver: com.mysql.cj.jdbc.Driver

九月13, 2018 12:04:35 下午 com.mchange.v2.log.MLog 信息: MLog clients using java1.4+standard logging.

九月13, 2018 12:04:35下午 com.mchange.v2.c3p0.C3P0Registry banner

信息: Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]

Thu Sep13 12:04:36 CST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore forserver certificate verification.

com.mysql.cj.jdbc.ConnectionImpl@1ffe63b9

九月13, 2018 12:04:36下午 com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource getPoolManager

信息: Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement-> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> 1hge13c9x1m0nuop1yft6fk|2173f6d9, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> com.mysql.cj.jdbc.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1hge13c9x1m0nuop1yft6fk|2173f6d9, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:mysql://127.0.0.1:3306/test?serverTimezone=Hongkong, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, properties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]

Thu Sep 13 12:04:36 CST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore forserver certificate verification.

Thu Sep13 12:04:36 CST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore forserver certificate verification.

Thu Sep13 12:04:36 CST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore forserver certificate verification.

com.mchange.v2.c3p0.impl.NewProxyConnection@769f71a9

mysql打开eqd_Spring使用DriverManagerDataSource和C3P0分别配置MySql6.0.6数据源相关推荐

  1. mysql打开sql语句日志

    简言 1. 昨天线上服务器mysql的cpu使用飙升到400%,且一直持续,修改了可能导致问题的地方,比如加索引,优化慢查询,然并卵,照旧 2. 后来网上查了下,可以打开sql语句日志,看下mysql ...

  2. mysql打开eqd_Java 使用JDBC连接MySQL

    //  这学期本来不打算深入学习Java的,课上的小项目也就随便写了一个简单计算器和扫雷游戏就糊弄过去.可是我们的Eliza老师偏偏什么都讲了,考虑到期末也会涉及到JDBC的内容,前些天试着学习一番. ...

  3. 数据库-下载好的.sql文件如何用mysql打开

    数据库-下载好的.sql文件如何用mysql打开 登陆mysql 登陆mysql 以管理员模式运行命令行,登陆mysql: 将目录调整为sql的安装路径:如c:\mysql\mysql-8.0.17 ...

  4. MYSQL打开的文件数量太多

    在MYSQL数据库中,在分区表较多的情况下,经常发现下面的错误: 160317 17:04:14 [ERROR] Error in accept: Too many open files 处理这个问题 ...

  5. navicat for mysql打开控制台操作数据库

    navicat for mysql打开控制台操作数据库 navicat for mysql打开控制台操作数据库 数据库操作 表格操作 索引操作 字段操作: 嵌套查询插入: Mysql切换调整字段顺序, ...

  6. mysql打开网络访问权限_远程连接mysql 授权方法详解

    今在服务器上 有mysql 数据库,远程访问,不想公布root账户,所以,创建了demo账户,允许demo账户在任何地方都能访问mysql数据库中shandong库. 方案一: 在安装mysql的机器 ...

  7. 转转服务器无响应,【转】服务器无响应(或者本地MySQL服务器的套接字没有正确配置)的问题...

    服务器无响应(或者本地MySQL服务器的套接字没有正确配置)的问题 第一种情况:(深度清理垃圾导致host.MYD丢失) 跟很多网友一样!用wamp(或xampp.speedphp)可以很容易在自己的 ...

  8. eclipse mysql Xml配置_mysql8.0在eclipse中通过xml文件配置数据库连接池

    mysql8.0在eclipse中通过xml文件配置数据库连接池 1.关于Mysql8.0 2.数据库连接池(DBCP) 3.准备工作 4.配置context.xml 5.配置web.xml 6.调用 ...

  9. mysql安装check requirements出错_超详细的MySQL8.0.17版本安装教程

    下载MySQL MySQL的官网地址:https://www.mysql.com/. 如下图所示: 然后点击DOWNLOADS ==> Community,选择MySQL Community S ...

最新文章

  1. 在android布局中使用include和merge标签
  2. 【Android 进程保活】应用进程拉活 ( 系统 Service 机制拉活 | Service 组件 onStartCommand 方法分析 | 源码资源 )
  3. 有限单元法基本原理和数值方法_有限元法分析结果的四类误差,你知道吗?
  4. java xml 默认名称空间 xpath_创意产业园办公空间设计
  5. Python 画图常用点的形状,Matplotlib 设置参数marker的值 - o + - ★☆►◁ - 够用
  6. obj是什么数据类型 python_Python入门级第一天
  7. 深入理解Android View(转)
  8. PHP echo 即时输出
  9. 1.命令行窗口(小黑屏)、CMD窗口、终端、shell、DOS窗口
  10. ubuntu安装wechat
  11. hp打印机没有右键扫描_win7右键点击打印机图标没有扫描选项怎么解决
  12. 竖屏java转横屏_Android屏幕旋转之横屏竖屏切换的实现
  13. 【win10网络重置后,网络适配器消失或者不能使用】
  14. mac 安装问题汇总
  15. python中文相似度_python文本相似度计算
  16. Android使用高德地图地理围栏定位自动发送短信
  17. HTTP/1.1、HTTP/2
  18. 带有三角函数的计算机,三角函数计算器
  19. Foxmail添加腾讯企业邮
  20. 个人信用报告内容组成和解读(五)信贷交易信息明细

热门文章

  1. Java中统计字符个数
  2. !QQ陌生人通过“它”可以和你临时会话!
  3. KTorrent for KDE 4 已抵达
  4. centos修改系统可用内存_centos7开启交换内存
  5. 阿里十年经验输出,大数据平台“数加”的前世今生
  6. 分享编程技术的微信公众号二维码
  7. flink中的时间属性
  8. 工程量计算稿1.55安装步骤 v1.55pjb
  9. JavaScript 行间事件、提取行间事件
  10. MOJITO 发布一周,爬一波弹幕分析下