SQL Collation

Any problem with SQL can be discussed here.
Post Reply
pryj
Posts: 56
Joined: Tue Dec 21, 2004 1:06 pm

SQL Collation

Post by pryj »

When building a new database, what collation should I choose in phpMyAdmin??

Thanks!!


mohumben
Posts: 82
Joined: Thu Sep 15, 2005 9:45 pm

Post by mohumben »

Well, it depends on the language and character encoding you are going to use.

Check the Manual:
http://dev.mysql.com/doc/refman/5.0/en/charset.html

Code: Select all

define('I_LOVE_PHP', true);
Post Reply