php-general | 2005051
Date: 05/13/05
- Next message: Brian V Bonini: "Re: [PHP] Re: why are session only working with cookies?"
- Previous message: Jason Wong: "Re: [PHP] cURL functions"
- In reply to: Sam Smith: "[PHP] MySQL: Collation?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Sam Smith wrote:
>I need a new book?
>
>What's up with this filtering thing, "Collation" in phpMyAdmin?
>
>It's defaulting to latin1_swdish_ci. What can I just set it to to forget
>about it till I can read up on it?
>
>
>
This is a PHP mailing list, not a phpMyAdmin or MySQL ... (just needed
to get that off my chest)
That's the Character Set / Collation for the MySQL client I imagine.
Leave it latin1_swedish_ci , unless you know your database is using
UTF-8, or something else. MySQL defaults .to latin1 / latin1_swedish_ci,
if you start seeing question marks in data you retrieve from the
database, that would be an indication that you're using the wrong
character set.
Chris
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Brian V Bonini: "Re: [PHP] Re: why are session only working with cookies?"
- Previous message: Jason Wong: "Re: [PHP] cURL functions"
- In reply to: Sam Smith: "[PHP] MySQL: Collation?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

