You need to either convert each table individually:
ALTER TABLE TABLE_NAME CONVERT TO CHARACTER SET utf8
(this will convert the columns just as well), or export the database with latin1 and import it back with utf8.
ALTER TABLE TABLE_NAME CONVERT TO CHARACTER SET utf8
Hello Friends! I am Ramana a part time blogger from Hyderabad.
0 comments:
Post a Comment