RE: What is the error in this sql query

2001-06-05 Thread David Lidstrom ( Cabesa )
I believe the ENUM-length is faulty! It should be somthing like this: have_vote ENUM("yes", "no"), Check the manual: http://www.mysql.com/doc/E/N/ENUM.html \d -Original Message- From: Syed sumair [mailto:[EMAIL PROTECTED]] Sent: den 1 juni 2001 01:11 To: MySQL Lis

RE: Drop Database

2001-01-25 Thread David Lidstrom
Yes! This worked! I shut down mysqld, renamed the folder and then I could use a regular DROP query to get rid of the database! Thank you for the help, and all answers! Regards David -Original Message- From: Kent Hoover [mailto:[EMAIL PROTECTED]] Sent: den 25 januari 2001 14:55 To

RE: Drop Database

2001-01-25 Thread David Lidstrom
Hi! Yes, it is a database. I recieve these errors, regardless if I use the semi-colon: Query: DROP DATABASE #Muffin Returns: ERROR 1064: You have an error in your SQL syntax near '' Query: DROP DATABASE '#Muffin' Returns: ERROR 1064: You have an error in your SQL syntax near ''#Muffin