Mặc dù đã làm đúng như KHUNG LONG chỉ dẫn nhưng Rcdp vẫn không thể load được trang configuration của jforum. Được anh conmale trả lời là do config database chưa đúng. Cho nên Rcdp đã có ngồi xem và đọc một số file config và chỉnh sửa thử nhưng vẫn không load được trang config của jforum.
Mong mọi người giúp giùm. Thanks.
Một số file đã tham khảo và chỉnh sửa :
C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\jforum\WEB-INF\config\database\mysql\mysql.properties
Code:
#Wed Aug 06 22:15:24 ICT 2008
database.support.autokeys=true
database.driver.name=mysql
database.connection.pool.timeout=5000
database.connection.dbname=jforum (mặc định là jforum_teste)
database.support.subqueries=true
dao.driver=net.jforum.dao.mysql.MysqlDataAccessDriver
mysql.unicode=
database.connection.pool.min=5
database.connection.password=123456 (mặc định là root)
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=
C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\jforum\WEB-INF\config\database\sqserverl\sqlserver.properties
Code:
#Wed Oct 25 15:07:14 CEST 2006
database.connection.dbname=jforum (mặc định là <db_name>)
database.connection.host=caph
database.connection.pool.min=10
database.connection.pool.timeout=120
database.connection.port=1433
database.connection.username=root (mặc định là <username>)
database.connection.password=123456 (mặc định là <password>)
database.connection.string=jdbc\:jtds\:sqlserver\://${database.connection.host}\:${database.connection.port}/${database.connection.dbname};User\=${database.connection.username};Password\=${database.connection.password};SelectMethod\=cursor;
dbencoding=utf-8
database.connection.pool.max=50
dbunicode=true
dao.driver=net.jforum.dao.sqlserver.SqlServerDataAccessDriver
database.connection.driver=net.sourceforge.jtds.jdbc.Driver
C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\jforum\tools\bin\SystemGlobals.properties
Code:
# Connection string to the JForum database
database.jforum.url = jdbc:mysql://localhost/jforum?user=root&password=123456 (mặc định là jdbc:mysql://localhost/jforum_teste?user=root&password=root)