Re: What charset to use for greek character Β?

2011-10-16 Thread Peng Yu
Hi, I just realized that the problem is that I also need to specify charset for load data. Once the utf8 is specified for 'load data', then the problem is solved. Please ignore my previous email. Thanks! ~/linux/test/mysql/mysql/LOAD_DATA/CHARACTER_SET$ cat main.sql use test CREATE

What charset to use for greek character Β?

2011-10-16 Thread Peng Yu
Hi, I have the greek character "Β" (not that it is different from the English character "B", although they look similar. Copy both of them and type in google search box, you will see different search suggestion pop up). utf8 in mysql seems doesn't work. I'm wonde

Chinese sorting and filtering on an table with charset utf-8

2011-03-07 Thread Tierlieb
hat I like about UTF-8. But sorting does not work. And, related to that, comparisons neither. I'm getting the hopefully silly notion that there is no collation for CHARSET=UTF-8 that could sort according to the rules of GB2312 (which, if it was true, would probably an interesting story to expla

building mysql 5.5.8 with default charset

2010-12-21 Thread Varshavchick Alexander
Hello, is it a bug or a feature that if building mysql 5.5.8 from source with the options 'cmake . -DDEFAULT_CHARSET=utf8 -DDEFAULT_COLLATION=utf8_general_ci' the charset in include/config.h remains latin1: #define MYSQL_DEFAULT_CHARSET_NAME "latin1" #define MYSQL_DE

Re: help about the charset

2010-02-03 Thread moli
On Wed, Feb 3, 2010 at 6:33 PM, Thiyaghu CK wrote: > Hi Moli, > > I hope this is because there is spelling mistake. It should be > '--with-extra-charsets=all', but you have given > '--with-extral-charsets=all'. That's why only the utf8 has been installed > and not the other charsets. > Thanks a

Re: help about the charset

2010-02-03 Thread Thiyaghu CK
d, Feb 3, 2010 at 2:26 PM, wrote: > Hello, > > I have a strange problem on the charset on mysql. > I'm using mysql-5.0.45, compiled from the source, and enabled: > '--with-charset=utf8' '--with-extral-charsets=all' > when compiling it. > > My defau

help about the charset

2010-02-03 Thread moli
Hello, I have a strange problem on the charset on mysql. I'm using mysql-5.0.45, compiled from the source, and enabled: '--with-charset=utf8' '--with-extral-charsets=all' when compiling it. My default charset in my.cnf is utf8: character-set-server=utf8 OK I logined i

ENGINE=InnoDB DEFAULT CHARSET=latin1;

2009-11-09 Thread Sydney Puente
Hello, I am getting an error #HY000Incorrect string value: '\xE9l\xE9tra...' for column ' Not quite sure why. hex E9 is a lower case e acute found in CP1252 and googling seems to tell me that the latin1 charset that I have set for the table should display this OK. mysql V 5.

About charset

2007-08-27 Thread Jeff list
Hello list, I have a table whose 'default charset=utf8'. I insert a record into it with non-utf8 charset,like GBK.Then I select this record,it print GBK characters correctly. Then I insert a utf8 record into it,and read this record in scripts and decode it with utf8_decode,the resu

Re: MySQL 5 et les charset sur debian etch

2007-06-15 Thread Bill Newton
| | cçoôeêeèeëi | 3 | | EÉEÈEË | 4 | | c'est tout | 5 | +++ mais si je fais : mysql> charset latin1; les accents sont là oú il faut, mais pas l'alignement des colones... mysql> select nom,id f

MySQL 5 et les charset sur debian etch

2007-06-15 Thread Gilles MISSONNIER
i | 3 | | EÉEÈEË | 4 | | c'est tout | 5 | +----++ mais si je fais : mysql> charset latin1; les accents sont là oú il faut, mais pas l'alignement des colones... mysql> select nom,id from t; +--

Re: charset

2007-04-10 Thread C.R.Vegelin
Hi, Try the format below: ALTER DATABASE mybase DEFAULT CHARACTER SET = latin1; ALTER DATABASE mybase DEFAULT COLLATE = latin1_swedish_ci; HTH ... - Original Message - From: "Mário Gamito" <[EMAIL PROTECTED]> To: "MySQL List" Sent: Monday, April 09, 200

charset

2007-04-09 Thread Mário Gamito
Hi, I have this database with utf-8 charset. How can i change it to latin1 ? I've seen the MySQL pages and run in the MySQL prompt: ALTER DATABASE telbit CHARACTER SET latin1 COLLATE latin1_swedish_ci; but i get an error saying that i have an error in my syntax. Any help would be apprec

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 n

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

2007-02-01 Thread Dušan Pavlica
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. I just wonder why CONCAT(1, ',', Name) works OK even if CHARSET(1) is binary string and CONC

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 char

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 co

Re: Charset for SELECT ... INTO OUTFILE

2006-10-09 Thread Visolve DB Team
Hi, User can also specify character set during the SELECT operation also with CHARACTER SET or charset. Use mysql>charset utf 8 before issuing SELECT query. For Instance: If you do not say SET NAMES or SET CHARACTER SET, then for SELECT column1 FROM t, the server sends back all

Charset for SELECT ... INTO OUTFILE

2006-10-09 Thread imre
Hi, I have a database where the database character set is utf-8 and some rows are ascii. I want to save the results of some queries, and SELECT ... INTO OUTFILE looks like an easy way to do it. But I need the output in ucs-2. Is there any way to specify the charset for SELECT ... INTO OUTFILE

utf8 charset question

2006-09-18 Thread Yong Lee
nd a text field where the table has been defined to use : ENGINE=ndbcluster DEFAULT CHARSET=latin1 Now, through my php user interface, I find that I can update/insert Korean characters into the database table and successfully retrieve them from the database. I'm using microsoft'

Re: Charset questions

2006-03-10 Thread Gabriel PREDA
* specific on your problem. What is the server default charset and collation ? What is the database default charset and collation ? What charsets and collations are the tables and/ or even the columns you were talking about ? Finally I didn't found any ColdFusion secific connector... so I assume

RE: Charset questions

2006-03-09 Thread SGreen
> default as far as collations - latin1_swedish_ci. > >> This was based on digging through the manual and google. But now I am > >> migrating the application to a newer version of ColdFusion and am > >> running into some issues with charsets on some ColdFusion functi

RE: Charset questions

2006-03-09 Thread Ryan Stille
on to a newer version of ColdFusion and am >> running into some issues with charsets on some ColdFusion functions. >> I am wondering if my database charset has anything to do with it. >> >> What do other people usually do as far as the collation setting? >> &

RE: Charset questions

2006-03-08 Thread Ryan Stille
> This was based on digging through the manual and google. But > now I am migrating the application to a newer version of > ColdFusion and am running into some issues with charsets on > some ColdFusion functions. I am wondering if my database > charset has anything to do with it.

Charset questions

2006-03-03 Thread Ryan Stille
some ColdFusion functions. I am wondering if my database charset has anything to do with it. What do other people usually do as far as the collation setting? We are in the US, but do have a few sites that make use of German and Spanish characters. Thanks, -Ryan -- MySQL General Mailing List

Re: charset

2006-02-01 Thread Gleb Paharenko
;character_sets'; statement. OKAN ARI wrote: > yes it is mysql 4.0 how can I set i to latin 5 or how can I set the > server to latin 5? > > os: centos 4.2 > > Thank you > - Original Message - From: "Gleb Paharenko" > <[EMAIL PROTECTED]> > To: &

Re: charset

2006-02-01 Thread OKAN ARI
yes it is mysql 4.0 how can I set i to latin 5 or how can I set the server to latin 5? os: centos 4.2 Thank you - Original Message - From: "Gleb Paharenko" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 31, 2006 1:40 PM Subject: Re: charset Hello. In case my

Re: charset

2006-01-31 Thread Gleb Paharenko
Hello. In case mysql4 is mysql4.0 there should be a server system variable default_character_set. If it is 4.1 see: http://dev.mysql.com/doc/refman/4.1/en/charset-syntax.html http://dev.mysql.com/doc/refman/4.1/en/charset-connection.html OKAN ARI wrote: > How can I set the characterset

charset

2006-01-30 Thread OKAN ARI
How can I set the characterset to latin5 for mysq4 in linux? OKAN -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: mysql 4.1.16 shell atl charset input problem

2005-12-22 Thread Gleb Paharenko
; mysql our_database < our_command.sql > > and it displays both english and koi8r fine on screen. > > It was comiled: configure --with-charset=koi8r > > mysq 5.0.16 acts the same. 4.0 and earlier always worked fine. > > Is there a way to disable the utf-i

mysql 4.1.16 shell atl charset input problem

2005-12-21 Thread Kirill Sapelkin
ith-charset=koi8r mysq 5.0.16 acts the same. 4.0 and earlier always worked fine. Is there a way to disable the utf-i in 4.1.16? Thanks for any help or direction. Kirill -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EM

Setting charset

2005-11-23 Thread Mester József
For Archivum My destination was: Changing default latin1 charset to latin2 and the default collation to latin2_hungarian_ci. I tried to configure accross my.cnf, but all of my effort failed. I installed mysql-administrator, use startup paramters in. Change mysqldump . Took changes and

Charset issue

2005-10-13 Thread Huisi Wang
Hi, I've installed MySQL 4.1.10 and phpMyAdmin-2.6.4-rc1 on a RHEL4 box. And I found that phpMyAdmin forces the character set of pages utf-8. Though I knew that phpMyAdmin-2.5.7 can work well with gb2312, I want to make phpMyAdmin work well too. Anybody knows that how to make phpMyAdmin work with

回复: Charset issue

2005-10-12 Thread 维斯 苏
suituation. i've installed mysql 4.1.12 on WinXP plantform, it seems not to support Chinese by its default configuration, say, Chinese can't be displayer propely. as far as i know, what i need to do is modify the charset(server, connection, client...)concerned, but i'm not so su

Re: Charset issue

2005-10-11 Thread Gleb Paharenko
Hello. > Chinese can't be displayer propely. What client do you use to connect to MySQL Server? Check that it supports Chinese. I don't know Chinese and can't suggest what character to use. But, certainly, you should choose one from: http://dev.mysql.com/doc/mysq

Charset issue

2005-10-09 Thread 王静
hi all. Here is the suituation. i've installed mysql 4.1.12 on WinXP plantform, it seems not to support Chinese by its default configuration, say, Chinese can't be displayer propely. as far as i know, what i need to do is modify the charset(server, connection, client...)concerned, but

Re: Charset problems (utf-8 -> latin1)

2005-09-21 Thread Alexey Polyakov
Also the good way of doing conversion itself is mysqldump table structure, then import the dump, launch mysql command line utility (or use phpmyadmin for that) and alter encoding on database and all needed tables and columns, then mysqldump the first database using utf8 charset (without dropping

Re: Charset problems (utf-8 -> latin1)

2005-09-21 Thread Alexey Polyakov
First, check if actual data in your tables after this conversion is really properly encoded. Launch your mysql command line client, execute SET NAMES latin1; and do some selects on your table data to see if it's readable. If it is, then all you need is to make PHP use latin1 when reading data from

Charset problems (utf-8 -> latin1)

2005-09-21 Thread Morten Fangel
ING latin1) FROM old_db.table; When doing a SELECT CHARSET(field) FROM new_db.table; It returns "latin1", so everthings seems to be A-Okay - but since I'm posting this message you could prolly guess that it didn't - and right, it failed... Using SSH to the mysql-server, and us

Re: Replication, charset / collations Problem

2005-08-10 Thread Gleb Paharenko
haracter set latin1 collate latin1_bin NOT > NULL default '', > `grouping` varchar(64) character set latin1 collate latin1_bin NOT > NULL default '', > `key` varchar(255) character set utf8 collate utf8_bin NOT NULL > default '', > `afftraf` va

Re: Replication, charset / collations Problem

2005-08-09 Thread Marco Pöhler
NULL default '', `afftraf` varchar(5) character set latin1 collate latin1_bin NOT NULL default '', `sum` int(10) unsigned NOT NULL default '1', PRIMARY KEY (`day`,`type`,`client`,`channel`,`campaign`,`grouping`,`key`,`afftraf`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1

Re: Replication, charset / collations Problem

2005-08-09 Thread Gleb Paharenko
Hello. Please, send the output of the following statement executed both on master and slave: show variables like '%char%'; Send the definition of your table as well: SHOW CREATE TABLE sum_day_key_requests; Marco P$hler <[EMAIL PROTECTED]> wrote: > Hi, > > I try to repl

Re: Replication, charset / collations Problem

2005-08-09 Thread Marco Pöhler
Am Dienstag, den 09.08.2005, 17:57 +0400 schrieb Alexey Polyakov: > If charsets/collations are not set explicitly in my.cnf, server could > be using ones specified during compilation. > To check charsets and collations on the running server do: > show global variables like 'c%'; Thanks. I execute

Re: Replication, charset / collations Problem

2005-08-09 Thread Alexey Polyakov
> The only idea, which came into my mind, is that the server use different > default charsets or collations. I checked the configurations and can't > find a difference. Is there a possibility to check the default charsets > and collations on the running server ? If charsets/collations are not set

Replication, charset / collations Problem

2005-08-09 Thread Marco Pöhler
Hi, I try to replicate an existing database to a new server and run into trouble with collations. Maybe somebody can help me. Existing DB-Server (Master): MySQL Version 4.1.12 ca. 100 GB Database size. New DB-Server (Slave): MySQL Version 4.1.12 Here is what I did to get the replication up and

Re: MySQL charset

2005-07-22 Thread Eugene Kosov
Privet! Yogesh wrote: HI, I have a client that runs php+mysql application and it has a problem with "ORDER BY some_varchar_field" sql expression. The DB is in russian cp1251 encoding and "order by" doesnt produce an alphabetically ordered result. our mysql server defaul

MySQL charset

2005-07-22 Thread Yogesh
HI, I have a client that runs php+mysql application and it has a problem with "ORDER BY some_varchar_field" sql expression. The DB is in russian cp1251 encoding and "order by" doesnt produce an alphabetically ordered result. our mysql server default charset is latin1 and

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? > > Tha

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: mysql 4.0 to 4.1 migration and charset problems

2005-07-15 Thread Gleb Paharenko
ed to character set? Please provide more information about the problem and if it is possible send a test case. Vivian Wang <[EMAIL PROTECTED]> wrote: > [-- text/plain, encoding 7bit, charset: us-ascii, 132 lines --] > > the version is 4.1.12. > s

Re: mysql 4.0 to 4.1 migration and charset problems

2005-07-14 Thread Vivian Wang
mysql version 3.23.??, l have the flat file row length is 30+4+4=38. When I use mysqldump mysql verson 4.1.12, I have the flat file row length is 30+11+11=52. I tried mysqldump --set-charset=latin2, I still got a row length=52. What I should do? Gleb Paharenko wrote: Hello. I've t

Re: mysql 4.0 to 4.1 migration and charset problems

2005-07-12 Thread Gleb Paharenko
Hello. > Any possible problems with this approach? It is good, if it solved your problems. >> So it works for me. > > I've ended doing this in a different way. I've created a patch which forces= > a=20 > file to be read - /etc/mysql/mysql-client.conf (which is the same as .my.cn

Re: mysql 4.0 to 4.1 migration and charset problems

2005-07-11 Thread Arkadiusz Miskiewicz
On Monday 11 of July 2005 16:24, Gleb Paharenko wrote: > Hello. > > I've tested your solution. It doesn't work for users which have SUPER > privilege. This mentioned at: > http://dev.mysql.com/doc/mysql/en/server-system-variables.html > > However, it works with with ordinary users which don't hav

Re: mysql 4.0 to 4.1 migration and charset problems

2005-07-11 Thread Gleb Paharenko
Hello. I've tested your solution. It doesn't work for users which have SUPER privilege. This mentioned at: http://dev.mysql.com/doc/mysql/en/server-system-variables.html However, it works with with ordinary users which don't have SUPER privilege. Here are pieces of my my.cnf (the init_co

Re: mysql 4.0 to 4.1 migration and charset problems

2005-07-11 Thread Arkadiusz Miskiewicz
On Thursday 07 of July 2005 00:16, Gleb Paharenko wrote: > Hello. > > > For a pity, I could give explanations only for your query about > selecting @@global.xxx variables. I think server returns correct > results, because you're selecting global variables, while > character_set_client, character_se

Re: mysql 4.0 to 4.1 migration and charset problems

2005-07-06 Thread Gleb Paharenko
Hello. For a pity, I could give explanations only for your query about selecting @@global.xxx variables. I think server returns correct results, because you're selecting global variables, while character_set_client, character_set_connection, character_set_results are session variables. A

mysql 4.0 to 4.1 migration and charset problems

2005-07-06 Thread Arkadiusz Miskiewicz
Hi, I have mysql 4.0 db with configuration: set-variable = default-character-set=latin2 set-variable = character-set=latin2 now I'm trying to migrate to mysql 4.1.12 My current config is: character-set-server=latin2 collation-server=latin2_general_ci The problem is connection/reply/client-chara

Re: default connection charset - SOLVED

2005-06-30 Thread Varshavchick Alexander
rted with the default charset 'koi8r' and I have the following problem: when connecting from PHP, the default results and connection charsets become latin1, so all not-latin characters get lost (they are displayed as ?). Of cause, if I explicitely set these charsets to koi8r in the PHP scripts af

Re: default connection charset

2005-06-29 Thread Gleb Paharenko
Privet. As I know, PHP usually takes the character set from the server. Please send part of your configuration file related to character sets. Varshavchick Alexander <[EMAIL PROTECTED]> wrote: > Hi, > > I have mysql 4.1.12 started with the default charset 'koi8r

default connection charset

2005-06-29 Thread Varshavchick Alexander
Hi, I have mysql 4.1.12 started with the default charset 'koi8r' and I have the following problem: when connecting from PHP, the default results and connection charsets become latin1, so all not-latin characters get lost (they are displayed as ?). Of cause, if I explicitely

Re: Charset and LOAD DATA INFILE problem - solved

2005-04-11 Thread Dušan Pavlica
Finally I found the solution. Just short note for everybody who has problem with LOAD DATA INFILE and correct charset of the file. Loaded file must have SAME charset as DATABASE which contains target table of LOAD DATA command. Target table charset doesn't matter. I didn't find any

Charset and LOAD DATA INFILE problem

2005-04-11 Thread Dušan Pavlica
Hello, I'm trying to convert tables from Paradox DBs to MySQL and I have a big problem with setting correct character set. I created small application which generates csv files which are in cp1250 (I can't change it, it's charset ofmy Paradox DBs). My databases and tables

Re: configuring Mysql Query Browser with charset latin5

2005-03-11 Thread Gleb Paharenko
Hello. The general way to order a MySQL client to use some encoding is to execute SET NAMES 'encoding'. See: http://dev.mysql.com/doc/mysql/en/charset-connection.html But, as said at: http://bugs.mysql.com/bug.php?id=6982 Query Browser starts a new session for every

configuring Mysql Query Browser with charset latin5

2005-03-10 Thread Nagehan Sahin
How can I configure Mysql Query Browser with charset latin5? Thanks.. - Do you Yahoo!? Yahoo! Small Business - Try our new resources site!

Re: Importing a separated file into mysql, national charset problem??

2005-02-13 Thread Petr Vileta
Original Message From: "Oddvar Kragseth" <[EMAIL PROTECTED]> To: ; <[EMAIL PROTECTED]> Sent: Sunday, February 13, 2005 3:35 PM Subject: Importing a separated file into mysql, national charset problem?? > I'm importing a file into mysql. > > Most w

Importing a separated file into mysql, national charset problem??

2005-02-13 Thread Oddvar Kragseth
I'm importing a file into mysql. Most work fien, but numbers are given like this : `487,90`116,40`4467,00` This creates a problem, as the decimal numbers are NOT read... i.e i get 487.00 , 116.00 in my database. Is this a "national" problem as we use komma as a decimal seperator in Norway? Do

Charset problem

2004-10-11 Thread Jean-Marc Fontaine
Hi, sometime ago my boss imported a dump into a base using Cocoa MySQL on Mac. Unfortunatly he switch the charset from ISO-8859-1 to something wrong, probably UTF-8. From this time we have such weird characters in our fields : FerrandiËre instead of Ferrandière, CitÈ instead of Citée and so on

Re: charset latin1_de removed in 4.1.4?

2004-09-15 Thread Paul DuBois
At 18:13 +0200 9/15/04, Marten Lehmann wrote: Hello, in 4.0.20 I was happy that German Umlauts are sorted correctly (ä -> ae, ö -> oe, ü -> ue). With 4.1.4 the configuration stops: checking "character sets"... configure: error: Charset 'latin1_de' not available.

charset latin1_de removed in 4.1.4?

2004-09-15 Thread Marten Lehmann
Hello, in 4.0.20 I was happy that German Umlauts are sorted correctly (ä -> ae, ö -> oe, ü -> ue). With 4.1.4 the configuration stops: checking "character sets"... configure: error: Charset 'latin1_de' not available. (Available are: binary ascii armscii8 ascii big5

Re: MySQL 4.0.x charset

2004-07-29 Thread Jean-Marc PULVAR
on your server. You will find the used charset in the 'character_set' variable. You can also use the query "SHOW VARIABLES LIKE 'character_set'" which will directly match what you want. Yves wrote: Hello, How can I see what char set is being used as the default cha

Re: MySQL 4.0.x charset

2004-07-29 Thread Yves
amount of lines.. thanks, Yves A --- Jean-Marc PULVAR <[EMAIL PROTECTED]> wrote: > You can see it by executing the "SHOW VARIABLES" > query on your server. > You will find the used charset in the > 'character_set' variable. > > You can also use the

Re: MySQL 4.0.x charset

2004-07-29 Thread Jean-Marc PULVAR
You can see it by executing the "SHOW VARIABLES" query on your server. You will find the used charset in the 'character_set' variable. You can also use the query "SHOW VARIABLES LIKE 'character_set'" which will directly match what you want. Yves wrot

MySQL 4.0.x charset

2004-07-29 Thread Yves
Hello, How can I see what char set is being used as the default char set on the server or database? Also, is there a way to change the default setting? Thanks, Yves __ Post your free ad now! http://personals.yahoo.ca -- MyS

Re: Current server charset?

2004-01-06 Thread Martijn Tonies
Hi Tobias, > On Tue, 6 Jan 2004, Martijn Tonies wrote: > > > Hi, > > > > In MySQL 4.1, is there a function to know what the > > current default server-wide characterset is? > > You can find all those with: > SHOW VARIABLES LIKE 'character_set%' Thanks, that'll do the trick. Is there any reason

Re: Current server charset?

2004-01-06 Thread Tobias Asplund
On Tue, 6 Jan 2004, Martijn Tonies wrote: > Hi, > > In MySQL 4.1, is there a function to know what the > current default server-wide characterset is? You can find all those with: SHOW VARIABLES LIKE 'character_set%' cheers, Tobias -- MySQL General Mailing List For list archives: http://lists.m

Current server charset?

2004-01-06 Thread Martijn Tonies
Hi, In MySQL 4.1, is there a function to know what the current default server-wide characterset is? With regards, Martijn Tonies Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL Server. Upscene Productions http://www.upscene.com -- MySQL General Mailing List For lis

ALTER Charset/collation for columns/tables

2004-01-06 Thread Martijn Tonies
Hi, Is altering a table and column supported for the characterset/collation? With regards, Martijn Tonies Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL Server. Upscene Productions http://www.upscene.com -- MySQL General Mailing List For list archives: http://list

Problem with MySQL 4.1.1 and german charset

2003-12-18 Thread Sebastian Wiesinger
ET 'latin1' 031218 17:57:19 Aborting 031218 17:57:19 ../sql/mysqld: Shutdown Complete Error executing mysqld --bootstrap Error: Could not install master test DBs make: *** [test] Error 1 #v- Why is the collation not valid for charset latin1? It certainly should be... Greetings fro

A new charset without recompiling

2003-07-30 Thread Primaria Falticeni
Can I put a new charset or modify an existing one without recompiling MySQL? If yes, please tell me how. Thanks Anticipated, Iulian -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Please HELP Romanian charset Collate in MySQL

2003-07-30 Thread Thomas Spahni
t; > Sent: Monday, July 28, 2003 10:00 PM > Subject: Please HELP Romanian charset Collate in MySQL > > > > Hello, > > > > Simply I made a table with romanian characters "aAîÎâÂsStT". I tried to > > sort > > it, in fact to order it in a query. &g

Re: Please HELP Romanian charset Collate in MySQL

2003-07-29 Thread Primaria Falticeni
D]>To: "MySQL LIST" <[EMAIL PROTECTED]>Sent: Monday, July 28, 2003 10:00 PMSubject: Please HELP Romanian charset Collate in MySQL> Hello,>>  Simply I made a table with romanian characters "aAîÎâÂsStT". I tried to> sort>  it, in fact to order it in a query

Re: Please URGENTLY Romanian charset Collate in MySQL

2003-07-29 Thread Thomas Spahni
Iulian, take the source code, go to 'sql/share/charsets' and create your own character set 'romanian.conf' departing from 'latin2.conf' (or whatever is closest to what you need). Regards, Thomas Spahni On Mon, 28 Jul 2003, Primaria Falticeni wrote: > Hello, > > Simply I made a table with romani

Re: Please HELP Romanian charset Collate in MySQL

2003-07-28 Thread Sergei Golubchik
Hi! On Jul 28, Primaria Falticeni wrote: > Hello, > > Simply I made a table with romanian characters "aAsStT". I tried to > sort it, in fact to order it in a query. > > How can I do this? Please give me an example at how can I change the > latin2.conf in a romanian one to fairly sort the

Please HELP Romanian charset Collate in MySQL

2003-07-28 Thread Primaria Falticeni
Hello, Simply I made a table with romanian characters "aAîÎâÂsStT". I tried to sort it, in fact to order it in a query. I settled the default_charset to some charsets: latin1(default)(latin2 win1250(central european)) ÎteIbur Ibur Îte Ito

Please URGENTLY Romanian charset Collate in MySQL

2003-07-28 Thread Primaria Falticeni
Hello, Simply I made a table with romanian characters "aAîÎâÂsStT". I tried to sort it, in fact to order it in a query. I settled the default_charset to some charsets: latin1(default)(latin2(iso-8859-2 I think) the same like win1250(central european)) SteSbur Sbur

charset=latin1 problem

2003-05-31 Thread Karam Chand
SQL syntax near 'CHARSET=latin1 ROW_FORMAT=DYNAMIC COMMENT='Inneholder abonnementdata'' at line 38 (113 ms taken) The create table query is as follows CREATE TABLE `abonnenter` ( `id` int(11) NOT NULL auto_increment, `navn` varchar(100) NOT NULL default '', `abonr

Charset=latin1 problem

2003-05-27 Thread Karam Chand
SQL syntax near 'CHARSET=latin1 ROW_FORMAT=DYNAMIC COMMENT='Inneholder abonnementdata'' at line 38 (113 ms taken) The create table query is as follows CREATE TABLE `abonnenter` ( `id` int(11) NOT NULL auto_increment, `navn` varchar(100) NOT NULL default '',

re: How can i change charset in mysql ?

2003-04-03 Thread Egor Egorov
On Wednesday 02 April 2003 20:30, Pratchaya Chatuphian wrote: > I use MDK 9.0 and installed MySQL 4.0.12 Max ... sir > How can i change charset sir ? > i want to use tis-620 .. sir > Any one can help me sir ... ? > > Just mean change the my.conf ? ( my-small.con

Inserting blob in database with gbk charset may cause error or data corruption

2003-04-02 Thread JXR
From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Inserting blob in database with gbk charset may cause error or data corruption Description: When mysql's sql statement lexer (sql/sql_lex.cpp)) analyzes a sql string, it uses the my_ismbchar macro on the default charset structu

How can i change charset in mysql ?

2003-04-02 Thread Pratchaya Chatuphian
I use MDK 9.0 and installed MySQL 4.0.12 Max ... sir How can i change charset sir ? i want to use tis-620 .. sir Any one can help me sir ... ? Just mean change the my.conf ? ( my-small.conf , my-medium.conf , ) to add [client] default-character-set=character-tis620 ? just do

re: How can i change the charset in MySQL after Install with RPM Package MDK

2003-04-02 Thread Egor Egorov
On Tuesday 01 April 2003 23:34, Pratchaya Chatuphian wrote: > I use MDK 9.0 and use MySQL installed with RPM Package > > How can i change or set new charset on mysql . > > Caz , i want to use tis620 charset .. > > I live in thailand and must use charset that i can sort m

How can i change the charset in MySQL after Install with RPM Package MDK

2003-04-01 Thread Pratchaya Chatuphian
I use MDK 9.0 and use MySQL installed with RPM Package How can i change or set new charset on mysql . Caz , i want to use tis620 charset .. I live in thailand and must use charset that i can sort my data correctly on my MySQL ... sir Thank u for advance sir . [EMAIL PROTECTED

estonia charset and upper/lower case

2003-02-03 Thread Lauri Anton
Hello! When I run mysql with default-charset = estonia, it makes difference between upper and lower case. With latin1 charset no such distinction are made. Could someone clarify for me, is it bug? -- Lauri Anton ( [EMAIL PROTECTED] ) ( +3727302126 ) - estonia - Server version

RE: Charset and French Diacritic Characters

2003-01-25 Thread Alliax
Hello Xavier, can't you do the transforming of your keywords before doing the query ? to transform all special characters in php it would be : $keywords = strtr($keywords,"éè^éëàãâä","_"); add other special characters and a JOKER sign in mysql '_' for each. Cheers, Damien --

Charset and French Diacritic Characters

2003-01-25 Thread Xavier LENOIR
; character is handled as the "e" character. and the query "élégant" finds "elegant". A very common problem I think, but until now I have no simple solution (and find nothing interesting on the Net) ! I read the MySQL manual about the charsets and their handling. It s

mysqlcc 0.8.7-alfa (win32) not supporting russian charset?

2002-12-24 Thread Dmitry A. Esarev
Hello when using mysqlcc and adding for russian symbols into database fields, it represents as "??" When using other client - all is o'k. the repeatable steps are: 1. open mysqlcc 2. open some table 3. enter in the field of type "string" some russian letters 4. uddate this record 5. see the "

MySQL DELPHI(Kylix) charset translation

2002-12-10 Thread Ing . Miloš Vymazal
Hi, I have problem with charset (MySQL + Delphi). -- SET CHARACTER SET cp1250_latin2; SELECT * FROM en1 WHERE en1 LIKE 'worm'; -- This query works right in PHP and command line (Linux, Windows), but in Delph

Re: New charset for MySQL

2002-11-26 Thread Shyamal Banerjee
gt; Cc: <[EMAIL PROTECTED]> Sent: Tuesday, November 26, 2002 12:30 PM Subject: Re: New charset for MySQL >Hi! > > > What is "Bengali" character set? Does it have a Unicode > mapping table like for example this one: > > ftp://ftp.unicode.org/Public/MAPPINGS/ISO885

Re: New charset for MySQL

2002-11-26 Thread Shyamal Banerjee
TECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, November 26, 2002 1:03 PM Subject: RE: New charset for MySQL > Bengali is the script used in many Indian languages, like Hindi. > > A search on google turned up a lot of pages written using Bengali, a > good example is http://w

RE: New charset for MySQL

2002-11-25 Thread Dean Harding
] > Subject: Re: New charset for MySQL > >Hi! > > > What is "Bengali" character set? Does it have a Unicode > mapping table like for example this one: > > ftp://ftp.unicode.org/Public/MAPPINGS/ISO8859/8859-1.TXT > > Please also send me some li

  1   2   >