utf8 charset comunication PHP5 -> MySQL4.1 IMPOSSIBLE!
Posted by: Renich Bon Ciric
Date: September 08, 2005 11:58AM

I need some help here.

I have managed to change all my mysql charset variables to utf8.

character_set_client = utf8
character_set_connection = utf8
character_set_server = utf8
character_set_system = utf8
collation_database = utf8_general_ci
collation_connection= utf8_general_ci
collation_server = utf8_general_ci

My php.ini works in utf8 too.
default_charset = "utf-8"

I have configured httpd.conf to work in utf-8 also
AddDefaultCharset UTF-8

And a simple "canción" query returns an error...

I have tables named with accents, for example "canción" and when I send a query to look for that table, it returns

"Fedora.amba --> Table 'directorio.canción' doesn't exist"

What do i have to do to make a query like

"select * from `canción`;"

work?

Options: ReplyQuote


Subject
Views
Written By
Posted
utf8 charset comunication PHP5 -> MySQL4.1 IMPOSSIBLE!
5026
September 08, 2005 11:58AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.