Hi Zoran, Zoran Kovacevic wrote: > Connecting to MySQL can be a pain. But should work!
hehe, I had never problems with perl or php or C++ with mysql :) > Are your MySQL and Tomcat on the same machine? yes they are on the same machine. > Are you just connecting or also using the database? E.g. use webical; > show tables; I connected and did also queries the database and the rights should be ok. But acces to database is limited to localhost: grant all privileges on webical.* to 'webical'@'localhost' identified by 'thesecretpassword gg'; I'm sure it is a small issue but it is my first time I work with tomcat :) Best regards, Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "webical-developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webical-developers?hl=en -~----------~----~----~----~------~----~------~--~---
