Russian Language not working / Cant add Query to the phpmyAdmin
-
My TopBar does not support my local language
So I tried to add this:
The problem is with your table collation. You need to change the collation to utf8_general_ci.
Run this query from your phpMyAdmin to change the collation.
ALTER TABLE ‘DATABASEPREFIX’_topbar_data CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci
Of course, make a backup of your table first!
Get this 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 ”DATABASEPREFIX’_topbar_data CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_’ at line 1
Whats up? Maybe I need to run this in specific SQL table or what? I am in the right database.
- The topic ‘Russian Language not working / Cant add Query to the phpmyAdmin’ is closed to new replies.