Displaying 1 result from an estimated 1 matches for "mysql_arg".
Did you mean:
mysql_args
2008 Sep 04
3
MySQL connection collation
...his leads to errors like:
Mysql::Error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and
(utf8_general_ci,COERCIBLE) for operation ''like'': SELECT * FROM `tags`
WHERE (name LIKE ''. UTF-8 STRING.'') LIMIT 1
Table are set for UTF-8 and server is run with
mysql_args=" --character-set-server=utf8
--collation-server=utf8_general_ci"
Any ideas?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group....