I am trying to enter the value for the url parameter for a mysql jdbc resource in server.xml. I am entering the url without the user and password appended because I am including a user and password parameter in the resourse. Yet when I hit the servlet, it says "Access denied for user...
I am new to mysql. I am trying to escape out of an interactive statement. I started a statement like so: CREATE TABLE sometable (
> firstcolumn char(30) not null,
> secondcolumn char(20) not null'
'>
As you can see after the second column I entered a ' instead of a , so I want to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.