jwhite68 Posted July 5, 2007 Share Posted July 5, 2007 My current test database uses the default collation of swedish - latin 1. I want to convert the database to use UTF-8. Can I simply use PHPmyAdmin to change the structure of the database and tables to UTF-8? There are no foreign characters in the current test tables, only normal latin characters from the english language. I wasnt sure if I had to write some form of migration scripts - as I dont want to mess up my test data. Anyone got any ideas, or can confirm that its as simple as I'm hoping? Link to comment https://forums.phpfreaks.com/topic/58543-latin-1-swedish-collation-to-utf-8-on-a-test-database-with-data-in-it/ Share on other sites More sharing options...
fenway Posted July 10, 2007 Share Posted July 10, 2007 Should be as simple as an alter table. Link to comment https://forums.phpfreaks.com/topic/58543-latin-1-swedish-collation-to-utf-8-on-a-test-database-with-data-in-it/#findComment-294619 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.