当前位置:Gxlcms > mysql > mysql-oracle数据库连接的xml文件怎么改成Mysql能用的?

mysql-oracle数据库连接的xml文件怎么改成Mysql能用的?

时间:2021-07-01 10:21:17 帮助过:24人阅读

mysqlxmloracle数据库

原数据库是oracle的,现在在Mysql上建了个一样的,怎么改文件才能连接上数据库?

**现在尝试过:
1.只改url,driverClassName,username,password,之后tomcat就出问题了

2.我把下面这个xml删掉了,用建立数据库连接类的方法,错误是这样的
Struts Problem Report

Struts has detected an unhandled exception:

Messages: 1.Io ??: The Network Adapter could not establish the connection
2.Could not open JDBC Connection for transaction; nested exception is java.sql.SQLException: Io ??: The Network Adapter could not establish the connection

File: oracle/jdbc/driver/DatabaseError.java
Line number: 112 **

原来的applicationContext.xml是这样的:


xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:aop="http://www.springframework.org/schema/aop"
xmlns:tx="http://www.springframework.org/schema/tx"
xmlns:jaxws="http://cxf.apache.org/jaxws"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.1.xsd
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.1.xsd
http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd">

                                                                                                                                                

人气教程排行