News Feed
Jobs Feed
Sections




News Archive
Vinu Thomas' Blog:
Modifying your MySQL databases to be UTF-8 compliant
December 28, 2006 @ 07:47:00

There's a quick tip from Vinu Thomas on his blog for anyone having issues with UTF-8 data in a MySQL database (as accessed by PHP).

Most of us have had problems with UTF-8 problems in PHP and MySQL. Here's how to modify your database and table to be UTF-8 compliant. Most of the time we do set the character set to utf8 but forget to set the collation set to utf8.

He includes both SQL statements you'll need to make the transition - two ALTER statements that update the properties of a database and change the encoding on a specific table to UTF-8 compatibility.

0 comments voice your opinion now!
mysql database modify utf8 compliant alter sql statement mysql database modify utf8 compliant alter sql statement


blog comments powered by Disqus

Similar Posts

JSLabs Blog: An ftp server written in PHP

NorthClick Blog: Tips for creating a small but solid newsletter-system

SecurityFocus.com: Five common Web application vulnerabilities

JSLabs Blog: Top 5 PHP Tools

Smashing Magazine: Ask SM [PHP]: Form Validation, Converting MySQL to XML


Community Events











Don't see your event here?
Let us know!


interview code release community phpunit language unittest functional example api opinion podcast testing database development introduction zendframework2 framework series composer

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework