ctcp Posted September 3, 2011 Share Posted September 3, 2011 hi im running joomla 1.7 and my mysql db is utf8_general_ci how to convert my mysql backup to utf8_unicode_ci ? Link to comment https://forums.phpfreaks.com/topic/246340-how-to-mysql-utf8_general_ci-to-utf8_unicode_ci/ Share on other sites More sharing options...
cocoscrappy Posted September 3, 2011 Share Posted September 3, 2011 ALTER DATABASE `myTable` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci Link to comment https://forums.phpfreaks.com/topic/246340-how-to-mysql-utf8_general_ci-to-utf8_unicode_ci/#findComment-1265049 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.