错误提示
Cannot connect to MySQL server on localhost:3306. Is there a MySQL server running on the machine/port you are trying to connect to? (java.lang.NumberFormatException)
错误提示 Cannot connect to MySQL server on localhost:3306. Is there a MySQL server running on the machine/port you are trying to connect to? (java.lang.NumberFormatException) ********mysql jdbc已经安装!!!!!!!!!!
1. confirm the "Class.forName("org.gjt.mm.mysql.Driver").newInstance();" can be execute successfully, // use try & catch,
2. if error, there is no JDBC-DRIVER found. download and copy MySql's JDBC driver into TOMCATHOME\common\lib
3. if success, Test your DBServer, for examples: telnet localhost 3306, if can be succussful, your SqlServer is excuting.
4. then you'd create a database and user for your test
5. ok