MySQL University session on March 19: How to Use Charsets and Collations Properly

2009-03-16 Thread Stefan Hinz
How to Use Charsets and Collations Properly http://forge.mysql.com/wiki/How_to_Use_Charsets_and_Collations_Properly This Thursday (March 19th, 14:00 UTC), Susanne Ebrecht will give a MySQL University session on How to Use Charsets and Collations Properly. Susanne works at the MySQL Support team

converting TEXT fields between charsets doesn't work

2007-04-04 Thread Nico Sabbi
Hi, I followed the instructions to change columns values from an encoding another (in my case from latin1 to utf8), but the operation simply failed. The manual reads http://dev.mysql.com/doc/refman/5.0/en/alter-table.html : " If you want to change the table default character set and all ch

Re: Charsets in console

2005-06-03 Thread Gleb Paharenko
Hello. Most probably you should set the correct character sets. Search on the list similar problems are often met there. See: http://dev.mysql.com/doc/mysql/en/charset-defaults.html What output does the following statement produce: show variables like '%char%'; Send the output of:

Charsets in console

2005-06-03 Thread Carl Seghers
Hi there, Question: I have a database with names that may contain accented characters like é or è. My charset & collation are the defaults latin1 & latin1_swedish_ci. In my browser all characters come out all right (both in phpMyAdmin and in my application), but when I open a command consol

Charsets and Escaping

2005-04-20 Thread jalil
What is the relationship b/w the charset we use and the connection escape function? I have a few tables that use utf8 as encoding and I want to make sure the escaping works fine as the string I pass to the escape() call are in utf8 already. I use python/apache/MySQLdb and tried specifying unicode="

Charsets, collation and connections.

2005-03-01 Thread Daniel Fisla
After doing much research I am at a loss how really utf8_bin and utf8_general_ci differ, besides the obvious -- sort order. What I inferred from MySQL docs and some online articles is the following. utf8_bin is pretty much what it suggests, utf8 strings are stored as bytes and MySQL server compar

Re: Fatal error: Can't open privilege tables: File '/usr/local/share/mysql/charsets/?.conf' not found (Errcode: 2)

2004-11-29 Thread Gleb Paharenko
#x27;t open privilege tables: File > '/usr/local/share/mysql/charsets/?.conf' not found (Errcode: 2) > > I would like it to load the latin1.conf charset. > > I can't find any variable that influences this choice. Probably there > is something not configured

Re: Fatal error: Can't open privilege tables: File '/usr/local/share/mysql/charsets/?.conf' not found (Errcode: 2)

2004-11-28 Thread Michael Stassen
n immediately. The following error is presented to me: Fatal error: Can't open privilege tables: File '/usr/local/share/mysql/charsets/?.conf' not found (Errcode: 2) I would like it to load the latin1.conf charset. I can't find any variable that influences this choice. Probably the

Fatal error: Can't open privilege tables: File '/usr/local/share/mysql/charsets/?.conf' not found (Errcode: 2)

2004-11-28 Thread Ricardo David Martins
usr/local/share/mysql/charsets/?.conf' not found (Errcode: 2) I would like it to load the latin1.conf charset. I can't find any variable that influences this choice. Probably there is something not configured or the configuration isn't supported. Anyway I would like to know how t

Re: problem with with-extra-charsets=none

2004-02-20 Thread Przemyslaw Popielarski
Jeremy March wrote: > I think --with-extra-charsets=none means that no additional character > sets will be _compiled_ into the server. Complex character sets must be > compiled into MySQL, but simple ones can be loaded dynamically. I think > the character sets you are seeing are ones

Re: problem with with-extra-charsets=none

2004-02-19 Thread Jeremy March
I think --with-extra-charsets=none means that no additional character sets will be _compiled_ into the server. Complex character sets must be compiled into MySQL, but simple ones can be loaded dynamically. I think the character sets you are seeing are ones that can be loaded dynamically. For

Re: problem with with-extra-charsets=none

2004-02-19 Thread Przemyslaw Popielarski
Egor Egorov wrote: > > Why do I still get all these character sets and how to get rid of them ? > If you want to have only latin1 configure MySQL with --with-charset=latin1 option, > additional character sets you can define with --with-extra-charsets option. This was the first what I

Re: problem with with-extra-charsets=none

2004-02-19 Thread Egor Egorov
"Przemyslaw Popielarski" <[EMAIL PROTECTED]> wrote: > I'm trying to build MySQL 4.0.18 for Linux x86 2.4.24 from source without > support for extra charsets. Lets say I need only latin1. > > My configure: > > FLAGS="-O3 -march=pentium4 -mcpu=pentium4 -

problem with with-extra-charsets=none

2004-02-18 Thread Przemyslaw Popielarski
I'm trying to build MySQL 4.0.18 for Linux x86 2.4.24 from source without support for extra charsets. Lets say I need only latin1. My configure: FLAGS="-O3 -march=pentium4 -mcpu=pentium4 -fomit-frame-pointer" CXX=gcc CXXFLAGS="-O3 -march=pentium4 -mcpu=pentium4 -felid

Multiple charsets do not work in InnoDB-4.1.0; Re: FOREIGN KEY Weirdness in mySQL 4.1..

2003-09-29 Thread Heikki Tuuri
b) print *default_charset_info $2 = {number = 8, primary_number = 0, binary_number = 0, state = 33, csname = 0x8389ef0 "latin1", name = 0x8389ede "latin1_swedish_ci" Current InnoDB-4.1 still does not support multiple charsets, but uses always the default charset and collation

Re: FULLTEXT Search and Charsets

2003-06-12 Thread Joel Rees
> > ... > >The FULLTEXT search only seems to find words in the latin charset. > > > >Does anyone have any guidance on how I can get it working with other > >charsets? > > FULLTEXT currently works only with single-byte character sets. And UTF-8 makes it easy

Re: FULLTEXT Search and Charsets

2003-06-12 Thread Paul DuBois
. Does anyone have any guidance on how I can get it working with other charsets? FULLTEXT currently works only with single-byte character sets. Regards, Peter MySQL SQL -- Paul DuBois, Senior Technical Writer Madison, Wisconsin, USA MySQL AB, www.mysql.com Are you MySQL certified? http

FULLTEXT Search and Charsets

2003-06-12 Thread Peter Bryant
can get it working with other charsets? Regards, Peter MySQL SQL -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

charsets

2003-03-07 Thread Petr Vileta
I have mysql 3.23.55 for Windows where charset "win1250ch" is included. Now I download the same version for Linux (rpm) but this charset is not included here. Why? Thank you for your quick reply. Petr Vileta, Czech Republic http://www.practisoft.cz

Re: Sorting alphabetically using charsets other than Latin 1

2002-04-16 Thread Victoria Reznichenko
27;t figure out how to perform this despite I compiled MySQL with m> alternative charsets option. Is it possible, and if yes, how? Of m> course, I can ask Perl to do this for me, but this is not an elegant m> solution, is it? Currently you can use only one character set at a time for one ins

Re: hello, i need help, about mysql MISSING charsets

2002-04-16 Thread Xuefer
i've report this bug to php, they said it's not bug of php but i've found the problem * ALL is ok for SERVER, problem issue only by CLIENT(libmysql.a) php-win-binary don't compile libmysql supporting GBK charset! neight other multibyte charset. also the one i compiled is linked with lib

Sorting alphabetically using charsets other than Latin 1

2002-04-15 Thread mysql
lternative charsets option. Is it possible, and if yes, how? Of course, I can ask Perl to do this for me, but this is not an elegant solution, is it? Also, is it possible to add month names in other languages to date/time formatting options without digging too deep into source code? (I have to co

Re: hello, i need help, about mysql MISSING charsets

2002-04-15 Thread Victoria Reznichenko
r gb2312 gbk latin1_de sjis tis620 ujis dec8 dos german1 hp8 koi8_ru latin2 swe7 usa7 cp1251 danish hebrew win1251 estonia hungarian koi8_ukr win1251ukr greek X> win1250 croat cp1257 latin5 X> - X> but in apache+php, file Apache\logs\error.log X> got: X> -=

hello, i need help, about mysql MISSING charsets

2002-04-14 Thread Xuefer
win1251 estonia hungarian koi8_ukr win1251ukr greek win1250 croat cp1257 latin5 - but in apache+php, file Apache\logs\error.log got: - File 'c:\mysql\\share\charsets\gbk.conf' not found (Errcode: 2) Character set '#28' is not a compiled char

Re: Multiple charsets

2002-03-13 Thread Tomasz Korycki
d to restart >or start another instance of mysqld. Is it something that someone is thinking about? Examples of it's use are abundant, to use a trivial one: my books. I have books in German, English, French, Polish, Russian and Czech. Obviously, they will require differing charsets

Multiple charsets

2002-03-13 Thread Victoria Reznichenko
Alex, Wednesday, March 13, 2002, 7:16:02 PM, you wrote: AK> I'm very much interested to know how do you manage multiple language support with AK> mySQL. AK> I haven't found how i can define different character sets for different tables or AK> even for separate databases. AK> Do i have to run se

Multiple charsets

2002-03-13 Thread Alex Kitainik
lution for you, Kim: to run special daemon for serving two-byte charsets? Kim Albee wrote: > I've run some tests, and right now we can support English, etc., but not the > double byte languages. > - Before postin

Re: can I use different charsets with one server?

2002-02-13 Thread Marjolein Katsma
At 16:56 2002-02-12, Egor Egorov wrote: >It's possible and it is covered in the manual as well. >Look at: http://www.mysql.com/doc/A/d/Adding_character_set.html That only explains how to install extra character sets - not how to use different character sets with different databases on the same s

can I use different charsets with one server?

2002-02-12 Thread Egor Egorov
sm, Tuesday, February 12, 2002, 11:10:28 AM, you wrote: s> Hi s> I'll want use MySQL server with databases in different charsets. s> I don't found anything like it in manual. s> I can set --default-character-set on server startup, s> but databases with other charsets

can I use different charsets with one server?

2002-02-12 Thread sm
Hi I'll want use MySQL server with databases in different charsets. I don't found anything like it in manual. I can set --default-character-set on server startup, but databases with other charsets are not ordered correctly. is it impossible? -- Best regar

MySQL and CharSets

2001-08-03 Thread Bernhard Doebler
send header header("Content-type: text/html; charset=IBM850"); I don't want to use charset IBM850 but ISO-8859-1. How to convert the umlauts. Why are they different in both charsets? Best regards Bernhard Doebler

charsets on win32 mysql

2001-07-26 Thread Dvoøáèek Michal
Hi, File 'c:\mysql\\share\charsets\?.conf' not found (Errcode: 2) Character set '#26' is not a compiled character set and is not specified in the 'c:\mysql\\share\charsets\Inde What this error means ??? i have these settings: [mysqld] basedir=C:/Program Files/MySQL

multiple charsets per server?

2001-03-19 Thread Vivek Khera
I need to do some tests for a client involving japanese text. I've recompiled the server with extra charsets = complex to have multi-byte support. I see how I can select the default charset upon startup. How can I tell mysql that a particular set of tables (or the whole DB) should us

third time asking help concerning charsets

2001-01-13 Thread Tim Smith
> Please help me with charset adding. I have some strange trouble. > I use FreeBSD 4.2 STABLE and MySQL 3.23.28-gamma (compiled from FreeBSD > ports) and PHP 4.04. > As I understood Latin1 is a default charset. So, I wanted to add cp1251 or > koi8_ru. PHP4 has its own mysql client built in - it d

Re: third time asking help concerning charsets

2001-01-12 Thread Eric Fitzgerald
charset. I have no clue on how to make it like it, I don't know what it wants. Ask a php list. - Original Message - From: "Roman Serbski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 11, 2001 7:43 PM Subject: third time asking help concern

third time asking help concerning charsets

2001-01-11 Thread Roman Serbski
ning: Can't initialize character set 14 (path: default) in /usr/local/lib/phplib/db_mysql.inc on line 73 I don't know where is my mistake? I do have sql/share/charsets folder with Index and cp1251.conf. I checked Index - records are OK. Should I add something to /etc/my.cnf file? Looking fo