Hi,
Excuse me if this sounds dumb, still learning this stuff...
I have happily been working on a web app connected to a mysql databse on my pc using
Tomcat for a while. Now I've come to put it on a web server, I seem to be having connection problems to the database.
As I see it, this could be down to two things;
1) The driver is different to the one I used....
2) My code did not use user name and password in the connection, i.e,
I thought that as I wanted anyone to be able to access the database over the web, I would leave them off on the live server version too. But am I wrong, and do I need user and password parameters? And will this mean creating a login screen?
Can anyone help me with this?
Thanks muchly in advance,
Tom.
