MySQL Forums
Forum List  »  German

Re: MYSQL, PHP und deutsche Umlaute
Posted by: Susanne Ebrecht
Date: July 24, 2007 11:55AM

Hallo Jan,

welchen Character set hat die Spalte/Tabelle in der Du suchst?

Du findest es heraus indem Du in der MySQL CLI eingibst: show create table TABLENAME;

Um Dir Deine Frage zu beantworten, müsste ich auch noch wissen, wie Du das Select absetzt. Versuchst Du es aus der MySQL CLI heraus?

Wenn ja, schau mal, ob das Client encoding dort richtig gesetzt ist:

show variables like 'char%';

character_set_client ist hier wichtig.

Viele Grüße

Susanne

Options: ReplyQuote


Subject
Views
Written By
Posted
12118
July 24, 2007 03:58AM
Re: MYSQL, PHP und deutsche Umlaute
7375
July 24, 2007 11:55AM
10014
July 25, 2007 02:16AM
11799
August 05, 2007 02:56AM


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.