Ⅰ 求MySql利用Tomcat实现数据库连接池的数据源配置文件

server.xml中的配置
<Context docBase="XXX" path="/XXX" reloadable="true" source="com.ibm.wtp.web.server:XXX">
<Resource auth="Container"
driverClassName="com.mysql.jdbc.Driver" maxActive="10"
maxIdle="10" maxWait="-1"
name="jdbc/ifcp" password="123"
type="javax.sql.DataSource" url="jdbc:mysql://localhost:3306/XXX?charactorEncoding=utf8"
username="root"
removeAbondoned="true"
/>
</Context>
其中XXX是你的项目路径
web.xml好像不用特别的配置吧。如果需要可以加入下面的
<resource-ref>
<description>Mysql Datasource example</description>
<res-ref-name>jdbc/ifcp</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
<res-sharing-scope> Unshareable</res-sharing-scope>
</resource-ref>

Ⅱ 如何使用odbc连接数据库

使用odbc连接数据库的步骤如下:

1、首先安装Mysql odbc connector 插件。配置32位ODBC数据源,选择“控制面板”->"系统和安全"->"管理工具",如下图所示:

Ⅲ 求助,如何在WIN10中如何配置ODBC数据源

工具/原料

电脑 win10 mysql数据源

方法/步骤

1、首先下载并安装mysqlODBC数据源,安装好ODBC驱动后,点击“开始专菜单”。