|
jforum example source code file (mysql.properties)
The jforum mysql.properties source code#Mon Oct 04 22:34:20 BRT 2010 database.support.autokeys=true database.driver.name=mysql database.connection.pool.timeout=5000 database.connection.dbname=jforum database.support.subqueries=true dao.driver=net.jforum.dao.mysql.MysqlDataAccessDriver mysql.unicode= database.connection.pool.min=5 database.connection.password= database.connection.pool.max=10 database.connection.username=root dbencoding=utf-8 database.connection.port=3306 dbunicode=true database.connection.host=localhost database.connection.driver=com.mysql.jdbc.Driver database.connection.string=jdbc\:mysql\://${database.connection.host}\:${database.connection.port}/${database.connection.dbname}?user\=${database.connection.username}&password\=${database.connection.password}&autoReconnect\=true${mysql.unicode}${mysql.encoding}&useNewIO\=false&zeroDateTimeBehavior\=convertToNull&useServerPrepStmts\=false&dumpQueriesOnException\=true&jdbcCompliantTruncation\=false mysql.encoding= Other jforum examples (source code examples)Here is a short list of links related to this jforum mysql.properties source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.