Dovoljno je da korisitš samo prvi red (SET NAMES).
Sa:
http://dev.mysql.com/doc/refman/5.0/...onnection.html
Citat:
A SET NAMES 'x' statement is equivalent to these three statements:
SET character_set_client = x;
SET character_set_results = x;
SET character_set_connection = x;
Setting character_set_connection to x also sets collation_connection to the default collation for x. It is not necessary to set that collation explicitly.
|
Pozdrav
