UNNAME
2007-01-02 12:12:25 UTC
Copied the the mysql-connector-java-5.0.4-bin.jar into \lib.
and add a database element to WEB-INF\web.xml !!
and the last now !!
What the element i should be fill in my connect.php ??
$connection = mysql_connect();
what should i fill inside the mysql_connect() ??
i'm tried many times and always show the error as:
*******************************************************************************
/D:/resin-pro-3.1.0/webapps/ROOT/connect.php:5: Warning: A link to the server could not be established. url=jdbc:mysql://127.0.0.1:3306/ driver=com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource java.sql.SQLException: Unknown initial character set index '48' received from server. Initial client character set can be forced via the 'characterEncoding' property. [mysql_connect] Could not connect
*******************************************************************************
May anyone tell me how to solve the problem ??