I have a web application based on a mysql database.
It works fine locally but not on the unix machine.
I have tried looking at the Tomcat logs but they don't seem to have any errors.
How would you go about trying to debug this. I know it' possible that there are no answers. I am just hoping that someone had a similar problem, can post a fix that just might work for me.
I am asking for issues to consider rather than solutions. So the obvious ones are:
- Have you pointed to the correct server
- Did you use the correct username and password
- Check the port
- Check that mysql has been started
Or if you could tell me where I might see some error messages - does mysql have logs that would point out errors.