Hi !
I'm using mysql 4.0.15
with command-line MySQL or with SQLyog, I can create a database easily without any problem
Code:
CREATE DATABASE IF NOT EXISTS `INTRANET`
simply works great.
But if I create a database using my JAVA/Servlet application, I get an error, I try to translate it into English :P
Quote:
|
[SQL0199] the keyword NOT is not at the right place. Expected : <END-INSTRUCTION>.
|
And I can't solve it !
What is amazing is that a few days ago it worked very very well ! I don't understand what happen
Do you have an idea ?

Thanks in advance.