FS#7256 - MySQL + Java
Attached to Project:
Arch Linux
Opened by João Rodrigues (gothicknight) - Thursday, 24 May 2007, 14:58 GMT
Last edited by eliott (cactus) - Friday, 31 August 2007, 06:54 GMT
Opened by João Rodrigues (gothicknight) - Thursday, 24 May 2007, 14:58 GMT
Last edited by eliott (cactus) - Friday, 31 August 2007, 06:54 GMT
|
DetailsMySQL seems to fail in accepting connections from the JDBC driver, the driver it self works fine to an external (ubuntu) server but not locally. This is a critical failure as it is needed to host tomcat/mysql server. Using MySQL Administrator and Query Browser all works, but using JDBC driver fails. The forum thread with the error http://bbs.archlinux.org/viewtopic.php?pid=252662#p252662 |
This task depends upon
My 'my.cnf' attatched
I think i've got the problem solved, there's a need to add to /etc/hosts.allow this line:
mysqld : ALL : ACCEPT
The package should add this line in the file, to prevent further bug reports and forum posts.