Hi,
I am trying to set a default charset for a table in database, and I cant do it :/. I'm with command in phpMyAdmin:
and I am getting an error:
Well.. manual... http://dev.mysql.com/doc/refman/5.0/en/charset-table.html
Any ideas what to do??
Cheers,
Arin,
I am trying to set a default charset for a table in database, and I cant do it :/. I'm with command in phpMyAdmin:
| Code: |
| ALTER TABLE `translations` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; |
and I am getting an error:
| Code: |
| #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 'DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci' at line 1 |
Well.. manual... http://dev.mysql.com/doc/refman/5.0/en/charset-table.html
Any ideas what to do??
Cheers,
Arin,
