View Full Version : How to convert database VB4 from Latin1 to UTF8
Emad ELsayed
03-07-2015, 06:25 PM
Hello everyone
I want to convert my database VB4 from latin1_swedish_ci to UTF8.
I want a clear and simple steps
With best regards
thetechgenius
03-08-2015, 01:13 AM
Use this to convert existing MySQL database from one charset encoding to another
ALTER DATABASE db_name DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
Emad ELsayed
03-08-2015, 02:04 PM
Use this to convert existing MySQL database from one charset encoding to another
ALTER DATABASE db_name DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
Thank you dear
But where do I add this code
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.