### marju jalloh <[EMAIL PROTECTED]> wrote message to Tomcat Users List <[email protected]> ### ### this is reply for: erro jdbc connection with mysql ### > Hi everyone, > > I`m trying to connect to mysql from jdbc but I freequently get this errror > > "...java.sql.SQLException: Data source rejected establishment of > connection, message from server: "Host 'localhost.localdomain' is not > allowed to connect to this MySQL server..."
you have to use GRANT command (mysql). for example: GRANT ALL PRIVILEGES on yourdatabase.* TO 'youruser'@'yourhostnametomcat' IDENTIFIED BY 'yourl33tpassword'; bluszcz -- Rafał Zawadzki Deploy/Release Manager eo Networks Sp. z o.o.
pgpIhaptZKee3.pgp
Description: PGP signature
