Change MySQL DB or Table Encoding


/ Published in: MySQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. ALTER DATABASE db_name DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;

URL: http://www.devcha.com/2008/03/convert-existing-mysql-database-from.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.