Home  >  Article  >  Database  >  Mysql数据库配置_MySQL

Mysql数据库配置_MySQL

WBOY
WBOYOriginal
2016-06-01 13:08:36696browse

配置文件举例:

本地数据库

dataSource2.driverClassName=org.gjt.mm.mysql.DriverdataSource2.url=jdbc:mysql://127.0.0.1:3306/office2?useUnicode=true&characterEncoding=utf-8dataSource2.username=rootdataSource2.password=root


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn