Re: Minor collation question

2012-06-14 Thread Johan De Meersman
- Original Message - From: Rick James rja...@yahoo-inc.com A warning about β -- There was a change in the collation at 5.1.24. Search http://mysql.rjweb.org/doc.php/charcoll for 'German'; there is a brief discussion near the end. Aha, also a very good bit of information, thank you

Re: Minor collation question

2012-06-14 Thread walter
http://bugs.mysql.com/bug.php?id=27877 W.T. - Original Message - From: Rick James rja...@yahoo-inc.com A warning about β -- There was a change in the collation at 5.1.24. Search http://mysql.rjweb.org/doc.php/charcoll for 'German'; there is a brief discussion near the end. Aha

Re: Minor collation question

2012-06-13 Thread Johan De Meersman
- Original Message - From: Shawn Green shawn.l.gr...@oracle.com The other tactical move has been to jump 5.1 and upgrade directly from 5.0 to 5.5 where that problem is resolved. Sure, it's a bit more work (full dump/restore is highly recommended) but it avoids the collation bug

RE: Minor collation question

2012-06-13 Thread Rick James
A warning about β -- There was a change in the collation at 5.1.24. Search http://mysql.rjweb.org/doc.php/charcoll for 'German'; there is a brief discussion near the end. -Original Message- From: Johan De Meersman [mailto:vegiv...@tuxera.be] Sent: Wednesday, June 13, 2012 2:26 AM

Minor collation question

2012-06-12 Thread Johan De Meersman
... but too lazy to look for it myself right now :-p I'm going to be running into (woot, scheduled problems :-p ) the 5.0 to 5.1 upgrade collation issue where German β is now collated as 's' instead of as 'ss', causing duplicate key errors. The basic solution is to set the collation

Re: Minor collation question

2012-06-12 Thread Shawn Green
On 6/12/2012 9:37 AM, Johan De Meersman wrote: ... but too lazy to look for it myself right now :-p I'm going to be running into (woot, scheduled problems :-p ) the 5.0 to 5.1 upgrade collation issue where German β is now collated as 's' instead of as 'ss', causing duplicate key errors

collation problems

2010-08-31 Thread mysql
, however, got ERROR 1271 (HY000): Illegal mix of collations for operation 'concat' when i sent the message. without the chinese literal, the message was stored in the mysql db correctly. i, then, changed the connection names to utf8 and collation to utf8_bin and then the session parameters

Re: collation problems

2010-08-31 Thread Ananda Kumar
can u please list out the table structure...as collation can also be set at column level regards anandkl On Tue, Aug 31, 2010 at 6:00 PM, mysql my...@ayni.com wrote: Hi listers mysql server here is mysql-server-5.1.48-2.fc13.x86_64 this morning i created a message with a literal string

Re: collation problems

2010-08-31 Thread mysql
Hi Ananda table structure is: mysql show full columns from suomi_contacts2; +--+--+---+--+-+---+-+-+-+ | Field| Type | Collation

Re: collation problems

2010-08-31 Thread Ananda Kumar
; +--+--+---+--+-+---+-+-+-+ | Field| Type | Collation | Null | Key | Default | Extra | Privileges | Comment

Re: collation problems

2010-08-31 Thread mysql
On 2010-08-31 15:17, Ananda Kumar wrote: desc suomi_contacts2; mysql desc suomi_contacts2; +--+--+--+-+---+-+ | Field| Type | Null | Key | Default | Extra |

Re: collation problems

2010-08-31 Thread Ananda Kumar
did u try changing the collation for history column to UTF8 and try the update. 2010/8/31 mysql my...@ayni.com On 2010-08-31 15:17, Ananda Kumar wrote: desc suomi_contacts2; mysql desc suomi_contacts2

Re: collation problems

2010-08-31 Thread mysql
Hi Ananda not sofar. But if you recommend it, i will give it a try. thanks so much. suomi On 2010-08-31 15:41, Ananda Kumar wrote: did u try changing the collation for history column to UTF8 and try the update. 2010/8/31 mysql my...@ayni.com mailto:my...@ayni.com On 2010-08-31 15:17

[SOLVED] Re: collation problems

2010-08-31 Thread mysql
-8-bin collation for chinese charset',' ', 'Hoi Suomixer,\r\n\r\nIf you\'re careful enough, nothing bad or good will ever happen to you.\r\n 葛斯克 愛德華 / 台北市八德路四段\r\n\r\n\r\n\r \nsuomi\r\n044 280 22 44\r\n079 239 29 01\r\n', ' ', '--- ', history) where counter = 1127; Query OK

Picking Collation Confusion

2009-08-14 Thread Matt Neimeyer
noticed that 90% of the changes are simply to align the collation of fields and default collations for tables. Usually it's bouncing between utf8_general_ci and latin1_swedish_ci. 99.99% of the records in our various customers databases will be normal U.S. names and addresses but I know of a few

RE: Picking Collation Confusion

2009-08-14 Thread Gavin Towey
...@neimeyer.org] Sent: Friday, August 14, 2009 9:52 AM To: mysql@lists.mysql.com Subject: Picking Collation Confusion First off... I've read chapter 9.1.3 on character sets and collations and I'm still confused... :) (that could just be because today is Friday) Our application is installed

Language - MySQL connection collation

2008-08-23 Thread Nanu Kalmanovitz
Hi! I just upgraded from 4.0.26 to 4.1.22. On phpMyAdmin with the older (4.0.26) was only one field for Language and it was set to Hebrew (he-iso-8859-i). Now, upgrading (4.1.22) in the Language field appears Hebrew (he-utf-8) and a new field MySQL connection collation: offer 2 possibilities

Re: Problem with character set and connection collation

2008-04-28 Thread Leandro Chapuis
mysql to unicode character, so that i can get my dictionary application to look at words in Nepali. here is my setting: mysql charset: utf-8 unicode when i make a new database: mysql connection collation is utf8-general-ci and my new database collation is also utf-general-ci i import tables

RE: Problem with character set and connection collation

2008-04-28 Thread Jerry Schwartz
To: mysql@lists.mysql.com Subject: Problem with character set and connection collation Hello all, here is my problem: I am trying to set mysql to unicode character, so that i can get my dictionary application to look at words in Nepali. here is my setting: mysql charset: utf-8 unicode when i make

RE: Problem with character set and connection collation

2008-04-28 Thread Tim McDaniel
On Mon, 28 Apr 2008, Jerry Schwartz [EMAIL PROTECTED] wrote: A week or so ago I explored this in depth because I was having the same problems. (It was affecting an English file that had some Windows (CP-1252) characters that didn't directly map to UTF-8. That message is at

RE: Problem with character set and connection collation

2008-04-28 Thread Jerry Schwartz
Well, if latin1 is not CP-1252, then that explains why it didn't fix my problem; but here's what 5.0.45-community-nt says: mysql show character set; +--+-+-++ | Charset | Description | Default collation | Maxlen

Problem with character set and connection collation

2008-04-27 Thread sulochan acharya
Hello all, here is my problem: I am trying to set mysql to unicode character, so that i can get my dictionary application to look at words in Nepali. here is my setting: mysql charset: utf-8 unicode when i make a new database: mysql connection collation is utf8-general-ci and my new database

Encryption with collation

2008-01-28 Thread Steven Buehler
I have a column in a table that was turned into an cp1251_general_ci for a type of encryption. Question is, how do I unencrypt it? Thanks Steve -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: German collation for UTF8 missing

2007-11-22 Thread Yves Goergen
On 21.11.2007 15:18 CE(S)T, Marten Lehmann wrote: If I recall that correctly, utf8_swedish_ci is the collation to use for european/western european languages. Those Swedish people think they can stand for whole Europe... ;) Not tested my reply, though. and doesn't work either. Okay

Re: German collation for UTF8 missing

2007-11-21 Thread Marten Lehmann
Hello, default-character-set=latin1_d e that's not UTF8. Regards Marten -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: German collation for UTF8 missing

2007-11-21 Thread Marten Lehmann
Hello, If I recall that correctly, utf8_swedish_ci is the collation to use for european/western european languages. Those Swedish people think they can stand for whole Europe... ;) Not tested my reply, though. and doesn't work either. This is the sorting result with utf8_swedish_ci

Res: German collation for UTF8 missing

2007-11-15 Thread Wagner Bianchi
Hi Friend, Try this: CHARACTER SET: latin1 COLLATION: latin1_german2_ci Cya! Wagner Bianchi Diretor de Tecnologia - INFODBA Technologies Consulting [EMAIL PROTECTED] - (31) 3272 - 0226 / 8427 - 8803 - Mensagem original De: Yves Goergen [EMAIL PROTECTED] Para: Marten Lehmann

German collation for UTF8 missing

2007-11-14 Thread Marten Lehmann
Hello, I want to store my data with UTF8, thus I'm using the utf8 charset for my tables. But which collcation shall I use? I cannot find anything appropriate. I cannot use utf8_unicode_ci or utf8_general_ci, because this seems to treat Ä and A equally. So I couldn't store the words ÄBC and

Re: German collation for UTF8 missing

2007-11-14 Thread Yves Goergen
On 14.11.2007 21:43 CE(S)T, Marten Lehmann wrote: I want to store my data with UTF8, thus I'm using the utf8 charset for my tables. But which collcation shall I use? I cannot find anything appropriate. If I recall that correctly, utf8_swedish_ci is the collation to use for european/western

How do I change the Collation Variables?

2007-06-28 Thread Albert E. Whale
How do I change: | collation_connection| latin1_swedish_ci | | collation_database | latin1_swedish_ci | | collation_server| latin1_swedish_ci to latin1_bin? Is this in my.cnf? or is this another way to do this? -- Albert E. Whale, CHS CISA CISSP

greek collation sorting

2007-06-27 Thread tasos
Hello people.I would like to ask the following.Using greek character set and collation i perform a select-order by.But i get first the latin characters and then the greek ones.Can i show first the greek ones and then the latin? Thank you in advance! ps:moreover i would like to sort them

Re: greek collation sorting

2007-06-27 Thread Martin Gainty
message without making a copy. Thank you. - Original Message - From: tasos [EMAIL PROTECTED] To: mysql@lists.mysql.com Sent: Wednesday, June 27, 2007 1:16 PM Subject: greek collation sorting Hello people.I would like to ask the following.Using greek character set and collation i perform

Re: greek collation sorting

2007-06-27 Thread tasos
Message - From: tasos [EMAIL PROTECTED] To: mysql@lists.mysql.com Sent: Wednesday, June 27, 2007 1:16 PM Subject: greek collation sorting Hello people.I would like to ask the following.Using greek character set and collation i perform a select-order by.But i get first the latin characters

Changing Table Collation Doesn't Take Effect

2007-06-13 Thread Jason J. W. Williams
Hello, I've got a table that originally was using UTF8 charset and collation. However, I upgraded one of my applications which is hardcoded to Latin1_General_CI collation in its queries. As a result, I altered the table and any specifically set columns to use Latin1 as the charset

Collation Order in MySQL?

2007-04-10 Thread David T. Ashley
, is it always safe to assume that: a)Digits come before letters? b)Letters are in ascending order, i.e. A before B, B before C, etc.? To be conservative, should I set collation order? Thanks.

Re: Collation Order in MySQL?

2007-04-10 Thread Paul DuBois
and get back result sets sorted on this text string, is it always safe to assume that: a)Digits come before letters? b)Letters are in ascending order, i.e. A before B, B before C, etc.? Character orderings are entirely determined by the collation that you choose. So you should choose a collation

Global change of database collation

2007-02-14 Thread Dave M G
MySQL Users, I know from the manual that I can change the collation set of a table with the following command: ALTER TABLE `mytable` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci And that I can do this to alter a column of a table to change its collation: ALTER TABLE `mytable` CHANGE

UTF-8 collation problem with greek extended characters

2007-02-05 Thread Sven Fuchs
ypogegrammenti These characters are stored/retrieved correctly. But they are wrongly regarded the same character by statements like SELECT * FROM tablename WHERE fieldname LIKE '[greek small eta]' The database's character-set is set to UTF-8 Unicode (utf8) and the table's and varchar field's collation

Re: UTF-8 collation problem with greek extended characters

2007-02-05 Thread Chris White
field's collation is set utf8_unicode_ci. Is there anything I can do to have MySQL distinguish these characters? DISCLAIMER: not tested try something like: SELECT * FROM tablename WHERE fieldname LIKE BINARY '[greek small eta]' that *should* ( see disclaimer ;) ) give you what you need -- MySQL

Re: UTF-8 collation problem with greek extended characters

2007-02-05 Thread Sven Fuchs
Am 05.02.2007 um 18:11 schrieb Chris White: SELECT * FROM tablename WHERE fieldname LIKE BINARY '[greek small eta]' that *should* ( see disclaimer ;) ) give you what you need Yes, it does. I should have also asked for SELECT DISTINCT fieldname ... in the first place, but looking at your

Re: CONCAT(int_col, string_col) and charset and collation problems

2007-02-01 Thread ViSolve DB Team
Hi, It is that, what you think a binary is ,...is indeed a binary. As per the manual, If a string input or function result is a binary string, the string has no character set or collation. so the resultant 'binary' is expected. if u want the resultant as: mysql select charset(concat(tt

Re: CONCAT(int_col, string_col) and charset and collation problems

2007-02-01 Thread Dušan Pavlica
Thanks, Dusan ViSolve DB Team napsal(a): Hi, It is that, what you think a binary is ,...is indeed a binary. As per the manual, If a string input or function result is a binary string, the string has no character set or collation. so the resultant 'binary' is expected. if u want the resultant

Re: CONCAT(int_col, string_col) and charset and collation problems

2007-02-01 Thread ViSolve DB Team
Hi, I know about CONVERT but I wanted to check character set of 'tt' column and this result use in CONVERT. Something like CONVERT(id USING CHARSET(Name)) which doesn't work. It wont. the syntax is -- CONVERT(expr USING transcoding_name); its the name of the transcode and not an expr. I

CONCAT(int_col, string_col) and charset and collation problems

2007-01-31 Thread Dušan Pavlica
Hi, I'm using MySQL 4.1.15, WinXP and my problem is that SELECT CHARSET(CONCAT(int_column, string_column)) FROM mytable; always returns charset 'binary' and I need resulting charset to be same as a charset of a string_column because I don't want to look for charset of a column whenever I have

Re: Hungarian collation

2007-01-31 Thread Peter Gulutzan
On Tue, 2006-10-17 at 10:15 -0600, Peter Gulutzan wrote: Hi, MySQL is looking for an authoritative, official statement which states all the current Hungarian collation rules. Please let other MySQL-using Hungarians (especially if you know a user group in Hungary) know about these questions

RE: Hungarian collation

2006-10-30 Thread Peter Gulutzan
Hi, On Thu, 2006-10-19 at 18:02 +0300, [EMAIL PROTECTED] wrote: From: Peter Gulutzan [EMAIL PROTECTED] MySQL is looking for an authoritative, official statement which states all the current Hungarian collation rules. According to the Reference Level Description of the hungarian

RE: Hungarian collation

2006-10-30 Thread imre
Hi, From: Peter Gulutzan [mailto:[EMAIL PROTECTED] MySQL is looking for an authoritative, official statement which states all the current Hungarian collation rules. According to the Reference Level Description of the hungarian language (ISBN 9634206441 or the hungarian

RE: Hungarian collation

2006-10-19 Thread imre
From: Peter Gulutzan [EMAIL PROTECTED] MySQL is looking for an authoritative, official statement which states all the current Hungarian collation rules. According to the Reference Level Description of the hungarian language (ISBN 9634206441 or the hungarian version on line: http://bme

Hungarian collation

2006-10-17 Thread Peter Gulutzan
Hi, MySQL is looking for an authoritative, official statement which states all the current Hungarian collation rules. Please let other MySQL-using Hungarians (especially if you know a user group in Hungary) know about these questions. Best of all would be a translation of the Hungarian government

Collation (œ)

2006-09-25 Thread Brian P. Giroux
Is there a collation where 'œ' = 'oe' so that cœur is sorted between codirection and coffre? I am currently using latin1_swedish_ci and the 'œ' gets sorted to the end (cœur appears after czar). I am using MySQL 5.0.22-Debian_0ubuntu6.06.2. Thanks. -- Brian P. Giroux -- MySQL General Mailing

Re: question about utf and collation

2006-05-08 Thread Marko Zmak
Thanks for the info. I checked the links you suggested, but it doesn't look like they address my problem. All the discussion write about croatian colaltion in latin2, but I'm interested in utf-8 charset. For utf-8 there's no croatian collation. There is one in slovenian (utf8_slovenian_ci

Re: question about utf and collation

2006-05-05 Thread sheeri kritzer
if this is not the apropriate list, but I couldn't fined any other list where this question would fit in. If someone know where to post it, please suggest. I have a question about collation and utf in mysql. I'm using mysql on several of my websites, but the mysql database doesn't have croatian collation for utf. And most

question about utf and collation

2006-05-04 Thread Marko Zmak
I'm sorry if this is not the apropriate list, but I couldn't fined any other list where this question would fit in. If someone know where to post it, please suggest. I have a question about collation and utf in mysql. I'm using mysql on several of my websites, but the mysql database doesn't

utf8 character collation not working

2006-04-26 Thread Dave M G
. I had a similar problem a few months back, and at the time, it was advised that I add the following lines to /etc/mysql/my.cnf: init-connect='SET NAMES utf8' character-set-server=utf8 collation-server=utf8_general_ci I've done this, and so these are my collation variables: Variable Session

MYSQL 4.1 Collation

2006-04-24 Thread Roger Williams
Is there any way to turn off collation in mysql 4.1? PHPadmin is showing a new colation dropdown menu which I need to get rid of. Thanks, Roger -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: help with character sets and collation

2006-01-28 Thread Gleb Paharenko
Hello. Chris, the collation is subordinated to the character set. You should work with the character sets, and only after with collations. The data which you store in your table is silently converted to ascii character set. Are you sure that the characters which you want to store are present

Re: union/collation problem, error 1267: feature or bug?

2006-01-28 Thread schlubediwup
Hi Gleb, i finally found out a method to be entirely independent from any character-set as well as collation-sequence problem, when forming a UNION, where you occasionnally have to insert place-holders in one of the SELECT statements: as (text, varchar, char) placeholders use NULL instead

Re: help with character sets and collation

2006-01-28 Thread Chris
I correct to assume changes to character sets must be done via command line? cw Gleb Paharenko [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello. Chris, the collation is subordinated to the character set. You should work with the character sets, and only after with collations

Re: help with character sets and collation

2006-01-27 Thread Gleb Paharenko
as $key=$value) echo $key=$valueBR; echo BR; $sql = show variables like '%collation%'; $result = mysql_query($sql) or die(Couldn't Select .mysql_error()); while ($row = mysql_fetch_row($result)) foreach($row as $key=$value) echo $key=$valueBR; hope this provides the appropriate info

Re: help with character sets and collation

2006-01-27 Thread Chris
I'm sorry but I do not know what you mean by NO_TABLE_OPTIONS in @@sql_mode). The database has a Collation = ascii_general_ci. The only other option is ascii_bin. With respect to the table, it also has Collation of the same, ascii_general_ci. There are many Collation types which the table may

Re: help with character sets and collation

2006-01-26 Thread Gleb Paharenko
Hello. Please, execute the following statements in mysql command line and php, and provide its output to the list: show variables like '%char%'; show variables like '%collation%'; Include the CREATE statement for your table as well. Chris wrote: I think I have a problem with mysql

Re: help with character sets and collation

2006-01-26 Thread Chris
=$value) echo $key=$valueBR; echo BR; $sql = show variables like '%collation%'; $result = mysql_query($sql) or die(Couldn't Select .mysql_error()); while ($row = mysql_fetch_row($result)) foreach($row as $key=$value) echo $key=$valueBR; hope this provides the appropriate info. Thanks Gleb

help with character sets and collation

2006-01-25 Thread Chris
I think I have a problem with mysql related character sets and collation. With language English (en-utf-8), MySQL charset UTF-8 Unicode and a MySQL connection collation: ascii_general_ci. I can execute a sql statement in phpmyadmin, like INSERT INTO mytable (id, name) VALUES ('5','Unterwinkel

Re: union/collation problem, error 1267: feature or bug?

2006-01-25 Thread schlubediwup
Hi Gleb, localhost.(none) show session variables like %version%; +-+--+ | Variable_name | Value| +-+--+ |

Re: union/collation problem, error 1267: feature or bug?

2006-01-21 Thread Gleb Paharenko
). See: http://dev.mysql.com/doc/refman/4.1/en/charset-collation-charset.html schlubediwup wrote: Hi mysqllers, 1. following installation localhost.addresses2 show global variables like version%; +-+--+ | Variable_name

union/collation problem, error 1267: feature or bug?

2006-01-19 Thread schlubediwup
Hi mysqllers, 1. following installation localhost.addresses2 show global variables like version%; +-+--+ | Variable_name | Value|

Problem with collation...

2005-11-12 Thread Alvaro Cobo
Hi guys: I know this question have been asked many times but I still get no solution. I have a database with thousands of rows which by mistake was imported in the wrong way and all the spanish characters went wrong. For example the letter 'á' appears like 'Ãf¡'. The problem is that I am

Re: Problem with collation...

2005-11-12 Thread Björn Persson
Alvaro Cobo: I have a database with thousands of rows which by mistake was imported in the wrong way and all the spanish characters went wrong. For example the letter 'á' appears like 'Ãf¡'. That looks like text that was in the UTF-8 encoding has been mistaken for an eight-bit encoding,

Re: utf8_bin collation sorting incorrectly?

2005-11-08 Thread Eric Herrera
binary? Anyone have experience with utf8 binary collation? -Eric === === CREATE TABLE `test` ( `id` int(10) unsigned NOT NULL auto_increment, `utf8_data` text character set

Re: utf8_bin collation sorting incorrectly?

2005-11-08 Thread Paul DuBois
that this is not ordering according to utf8 binary? Anyone have experience with utf8 binary collation? -Eric === === CREATE TABLE `test` ( `id` int(10) unsigned NOT NULL auto_increment, `utf8_data

Re: utf8_bin collation sorting incorrectly?

2005-11-08 Thread Eric Herrera
see any difference between the two sections. Am I correct in my assumption that this is not ordering according to utf8 binary? Anyone have experience with utf8 binary collation? -Eric

utf8_bin collation sorting incorrectly?

2005-11-07 Thread Eric Herrera
test order by utf8_data collate utf8_bin to generate the EXPECTED ORDER data section below. However, TEST ORDER is what gets generated. Am I correct in my assumption that this is not ordering according to utf8 binary? Anyone have experience with utf8 binary collation? -Eric

Re: Incorrect latin1_danish_ci collation

2005-09-17 Thread Gleb Paharenko
Danish symbols. If you have a look at section latin1_danish_ci in: /usr/share/mysql/characters/latin1.xml you will see the same numbers in different places - that means that different symbols are equal in this collation. If you want to properly handle extended set of characters use

Incorrect latin1_danish_ci collation

2005-09-15 Thread J�rgen Thomsen
:[EMAIL PROTECTED] Organization: MySQL support: none Synopsis: Incorrect latin1_danish_ci collation Severity: serious Priority: medium Category: mysql Class: sw-bug Release: mysql-4.1.14-standard (MySQL Community Edition - Standard (GPL)) Server: /usr/local/mysql/bin

Re: How concerned should I be about Collation?

2005-09-07 Thread Alexandre Quessy
which is able to change the collation and character set information in all tables at once. For single table use an ALTER TABLE statement. See: http://dev.mysql.com/doc/mysql/en/alter-table.html

Re: How concerned should I be about Collation?

2005-09-06 Thread Gleb Paharenko
Hello. There is no statement which is able to change the collation and character set information in all tables at once. For single table use an ALTER TABLE statement. See: http://dev.mysql.com/doc/mysql/en/alter-table.html Dave [EMAIL PROTECTED] wrote: MySQL General List

How concerned should I be about Collation?

2005-09-05 Thread Dave
myself, and I was sure to specify that for each, the Collation was in utf_general_ci. Recently, I decided to add a forum for my users, using the PHP based Simple Machines Forum available here: http://www.simplemachines.org/ This added a bunch of new tables, in which the Collation

Table Collation ?

2005-08-30 Thread m i l e s
Hi, Ive noticed that my ALL my databases and tables have latin1_swedish_ci as the collation...h that wouldn't be so bad except that I didn't set it that way by default, and I don't speak swedish. Not that swedish isn't a fine language, or sweden isn't a fine country (although Ive

Re: Table Collation ?

2005-08-30 Thread Alec . Cawley
m i l e s [EMAIL PROTECTED] wrote on 30/08/2005 15:28:31: Hi, Ive noticed that my ALL my databases and tables have latin1_swedish_ci as the collation...h that wouldn't be so bad except that I didn't set it that way by default, and I don't speak swedish. Not that swedish isn't

Re: default collation char

2005-08-04 Thread Philippe Poelvoorde
Enrique Sanchez Vela wrote: Hello Folks, I would like to have MySQL differentiate between 'abc' and 'ABC' both the server and clients. so far anything I've done has not worked. Is altering the column type an option ? If yes, you would change any 'text' for 'blob' and any 'varchar' for

Re: default collation char

2005-08-04 Thread Jigal van Hemert
Philippe Poelvoorde wrote: Enrique Sanchez Vela wrote: I would like to have MySQL differentiate between 'abc' and 'ABC' both the server and clients. so far anything I've done has not worked. Is altering the column type an option ? If yes, you would change any 'text' for 'blob' and any

default collation char

2005-08-03 Thread Enrique Sanchez Vela
Hello Folks, I would like to have MySQL differentiate between 'abc' and 'ABC' both the server and clients. so far anything I've done has not worked. when I defined the database it was using the latin1_swedish_ci Collation, now I have issued the alter database COLLATE to use latin1_bin one

Charset and collation question

2005-07-15 Thread Stephane Savage
Hi all, Which charset and collatio would be the most suitable for a french / english system? Thanks Stephane -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Charset and collation question

2005-07-15 Thread Gleb Paharenko
Hello. Similar question has been asked already. See: http://lists.mysql.com/mysql/179154 Stephane Savage [EMAIL PROTECTED] wrote: Hi all, Which charset and collatio would be the most suitable for a french / english system? Thanks Stephane -- For technical

change collation on all existing databases, tables and columns

2005-07-07 Thread Florian Effenberger
Hello there, I run MySQL 4.1.12 and have some databases with the default collation of latin1_swedish_ci. I have edited the my.cnf file to read default-collation = latin1_german1_ci Now I would like to change the collation on all existing databases, tables and columns to have

Re: change collation on all existing databases, tables and columns

2005-07-07 Thread Gleb Paharenko
information about collation. Then just import the dump and all tables will have the same collation. However, you can loose some important table properties. Florian Effenberger [EMAIL PROTECTED] wrote: Hello there, I run MySQL 4.1.12 and have some databases with the default collation

Re: Import dump (4.0 4.1) and collation problem

2005-06-02 Thread [EMAIL PROTECTED]
Hi, I don't understand very well, what should I do... Does anyone has a step-by-step instructions on how to import a ver. 4.0 DB dump into a 4.1 version ? Thanks for any help Roberto Jobet look at automatic character set conversion http://dev.mysql.com/doc/mysql/en/charset-collation

Import dump (4.0 4.1) and collation problem

2005-06-01 Thread [EMAIL PROTECTED]
Hi, I recently upgraded from 4.0 to 4.1 because of the multilingual support. But importing the DB dump into the new 4.1 version all foreign characters (french, spanish, portoguese) have been replaced by ? character... I've been trying to understand the new collation feature but i seems quite

Re: Import dump (4.0 4.1) and collation problem

2005-06-01 Thread mfatene
by ? character... I've been trying to understand the new collation feature but i seems quite difficult to setup. Anybody has already faced this problem ? Here's my current configuration: 1) my.cnf (only the mysqld section) [mysqld] user= mysql pid-file= /var/run/mysqld

Re: Import dump (4.0 4.1) and collation problem

2005-06-01 Thread [EMAIL PROTECTED]
recently upgraded from 4.0 to 4.1 because of the multilingual support. But importing the DB dump into the new 4.1 version all foreign characters (french, spanish, portoguese) have been replaced by ? character... I've been trying to understand the new collation feature but i seems quite

Re: Import dump (4.0 4.1) and collation problem

2005-06-01 Thread mfatene
]: Hi, I recently upgraded from 4.0 to 4.1 because of the multilingual support. But importing the DB dump into the new 4.1 version all foreign characters (french, spanish, portoguese) have been replaced by ? character... I've been trying to understand the new collation feature

Re: Import dump (4.0 4.1) and collation problem

2005-06-01 Thread [EMAIL PROTECTED]
, I recently upgraded from 4.0 to 4.1 because of the multilingual support. But importing the DB dump into the new 4.1 version all foreign characters (french, spanish, portoguese) have been replaced by ? character... I've been trying to understand the new collation feature

Re: Import dump (4.0 4.1) and collation problem

2005-06-01 Thread mfatene
... I've been trying to understand the new collation feature but i seems quite difficult to setup. Anybody has already faced this problem ? Here's my current configuration: 1) my.cnf (only the mysqld section) [mysqld] user= mysql pid

Re: Import dump (4.0 4.1) and collation problem

2005-06-01 Thread mfatene
look at automatic character set conversion http://dev.mysql.com/doc/mysql/en/charset-collation-charset.html mathias Selon [EMAIL PROTECTED]: Salut, i don't see what doesn't work ! Where characters are replaced by ?, since you say that insert,select and import work fine ? is it in the export

Re: [Fwd: Re: Collation problems or messed joins?]

2005-05-05 Thread Gleb Paharenko
, if anyone wants a script to recreate the tables with some data, I can send it to you instantly. Thanks Andr$s Villanueva Kevin Cowley wrote: Have you check that the collation for the text

Re: [Fwd: Re: Collation problems or messed joins?]

2005-05-05 Thread Andrés Villanueva
. Thanks Andr$s Villanueva Kevin Cowley wrote: Have you check that the collation for the text columns

Re: [Fwd: Re: Collation problems or messed joins?]

2005-05-04 Thread Gleb Paharenko
. Thanks Andr$s Villanueva Kevin Cowley wrote: Have you check that the collation for the text columns match the collation for the table and that you've set UTF8 for the query (set char set utf8). Kevin Cowley Product Development Alchemetrics Ltd SMARTER DATA , FASTER Tel

Re: [Fwd: Re: Collation problems or messed joins?]

2005-05-04 Thread Andrés Villanueva
wants a script to recreate the tables with some data, I can send it to you instantly. Thanks Andr$s Villanueva Kevin Cowley wrote: Have you check that the collation for the text columns match the collation for the table and that you've set

Re: Collation latin1_general_cs

2005-05-03 Thread Gleb Paharenko
Hello. | latin1_general_cs | latin1 | 49 | | | 0 | You have this collation installed. The output from SHOW COLLATION includes all available character sets. Andre Matos [EMAIL PROTECTED] wrote: Hi List, I was checking the list of collations

Collation problems or messed joins?

2005-05-03 Thread Andrés Villanueva
, this (the query is at the end of the email) didn't work anymore, apparently because of a collation problem with the literals. After doing some research i found that this wasn't a problem anymore in 4.1.11, so i decided to upgrade... After upgrading the query doesn't throw an error, but it doesn't

  1   2   >