New Technologies

  • Java
  • Javascript
  • DTML
  • Dot Net
  • ASP .Net
  • C# .Net
  • PHP
Your Ad Here

Monday, February 9, 2009

Convert MYsql DB to UTF-8

Use the below to convert out db to UTF-8,

 

After creating new db using this before importing data

 

ALTER DATABASE dbname
DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;

 

No comments:

Your Ad Here