Re: cannot drop database

2005-08-16 Thread Bruce Dembecki
ust 2005 9:09 AM To: mysql@lists.mysql.com Subject: cannot drop database I need to drop a database named ÃáãÃáà using the mysql client. I'm getting "you have an error in your sql syntax" for the command DROP database ÃáãÃáÃ; I'm sure this is a character set issue.

RE: cannot drop database

2005-08-15 Thread Logan, David (SST - Adelaide)
005 9:09 AM To: mysql@lists.mysql.com Subject: cannot drop database I need to drop a database named ÃáãÃáà using the mysql client. I'm getting "you have an error in your sql syntax" for the command DROP database ÃáãÃáÃ; I'm sure this is a character set issue. How

Re: cannot drop database

2005-08-15 Thread Martijn Tonies
> I need to drop a database named ÃáãÃáà using the mysql client. I'm > getting "you have an error in your sql syntax" for the command > > DROP database ÃáãÃáÃ; > > I'm sure this is a character set issue. How can I drop this database? What about using backticks around it: drop database

Re: cannot drop database

2005-08-15 Thread Terence
Try DROP database `ÃáãÃáÃ`; Gary Huntress wrote: I need to drop a database named ÃáãÃáà using the mysql client. I'm getting "you have an error in your sql syntax" for the command DROP database ÃáãÃáÃ; I'm sure this is a character set issue. How can I drop this database? Regards

cannot drop database

2005-08-14 Thread Gary Huntress
I need to drop a database named ÃáãÃáà using the mysql client. I'm getting "you have an error in your sql syntax" for the command DROP database ÃáãÃáÃ; I'm sure this is a character set issue. How can I drop this database? Regards, Gary H. -- MySQL General Mailing List For list a