Graham Reeds wrote:
Using the text mode mysql client program I tried to alter a table - but received a syntax error. Why?

This is using MySQL 4.0.25 btw.


mysql> alter table blog convert to character set utf8;
ERROR 1064: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'convert to character set utf8' at line 1

G





--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to