On 11/27/02 1:24 PM, "Tim V" <[EMAIL PROTECTED]> wrote:

> I am trying to create a new db in phpmyadmin with
> MySQL 3.23.53a running on localhost.
> 
> 
> SQL-query :  
> 
> CREATE DATABASE `` gulf ``
> 
> MySQL said: 
> 
> 
> You have an error in your SQL syntax near 'gulf``' at
> line 1
> 
> 
> Why am i getting this?

It looks like you used 2 sets of single quotes...
Try: CREATE DATABASE gulf;

/h



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to