Re: characters oddity

2016-03-02 Thread shawn l.green
On 3/2/2016 11:29 AM, McGranahan, Jamen wrote: Have two virtual machines, both running RedHat 7. Both are also running MySQL 5.6.29 and both have the same data. We have two databases, however, that keep throwing odd characters on one system but it's OK on the other and we've not

Re: characters oddity

2016-03-02 Thread Steven Siebert
ml>. On Wed, Mar 2, 2016 at 11:29 AM, McGranahan, Jamen < jamen.mcgrana...@vanderbilt.edu> wrote: > Have two virtual machines, both running RedHat 7. Both are also running > MySQL 5.6.29 and both have the same data. We have two databases, however, > that keep throwing odd characters

Re: characters oddity

2016-03-02 Thread Wm Mussatto
McGranaham, Jamen wrote: Have two virtual machines, both running RedHat 7. Both are also running MySQL 5.6.29 and both have the same data. We have two databases, however, that keep throwing odd characters on one system but it's OK on the other and we've not been able to figure out why

characters oddity

2016-03-02 Thread McGranahan, Jamen
Have two virtual machines, both running RedHat 7. Both are also running MySQL 5.6.29 and both have the same data. We have two databases, however, that keep throwing odd characters on one system but it's OK on the other and we've not been able to figure out why. What it should look

Re: Why is mySQL not respecting foreign characters as different

2013-09-27 Thread Hartmut Holzgraefe
On 09/27/2013 12:48 AM, Anders Karlsson wrote: Try specifying the utf8_bin collation instead and that will work. or if you need comparisons to be case insensitive, but still want to have accented letters be considered different to their base form and to each other you may want to have a look h

Re: Why is mySQL not respecting foreign characters as different

2013-09-26 Thread Anders Karlsson
son Daevid Vincent skrev 2013-09-26 23:44: How come MySQL is not differentiating between these characters? SELECT text_id, us, de, es, fr FROM texts WHERE us = fr; Results in matching here. Notice the difference in the "scene" vs "scène" text_id

Re: Why is mySQL not respecting foreign characters as different

2013-09-26 Thread Claudio Nanni
Hi, > I wold expect this NOT to match. This should be because the fields you are comparing are utf8_general_ci, this collation groups characters in 'classes' so that all variants of what are considered to belong to the same character type, are put in that class. Equality compa

Why is mySQL not respecting foreign characters as different

2013-09-26 Thread Daevid Vincent
How come MySQL is not differentiating between these characters? SELECT text_id, us, de, es, fr FROM texts WHERE us = fr; Results in matching here. Notice the difference in the "scene" vs "scène" text_id us e

Re: Chinese characters not displaying in Workbench latest version

2011-11-22 Thread Neil Tompkins
; What are you using to view the data? >>> >>> On Mon, 2011-11-21 at 08:22 -0500, h...@tbbs.net wrote: >>>> ;>>> 2011/11/20 20:27 +, Tompkins Neil >>>> >>>> Does anyone know why Chinese characters are not displaying correctly >&

Re: Chinese characters not displaying in Workbench latest version

2011-11-21 Thread Michael Cole
Neil Tompkins wrote: > MySQL workbench > > On 21 Nov 2011, at 13:36, Chris Tate-Davies wrote: > > What are you using to view the data? > > > > On Mon, 2011-11-21 at 08:22 -0500, h...@tbbs.net wrote: > >> ;>>> 2011/11/20 20:27 +, Tompkins Neil >

Re: Chinese characters not displaying in Workbench latest version

2011-11-21 Thread Neil Tompkins
MySQL workbench On 21 Nov 2011, at 13:36, Chris Tate-Davies wrote: > What are you using to view the data? > > > > On Mon, 2011-11-21 at 08:22 -0500, h...@tbbs.net wrote: >> ;>>> 2011/11/20 20:27 +, Tompkins Neil >>>> >> Does anyon

Re: Chinese characters not displaying in Workbench latest version

2011-11-21 Thread Chris Tate-Davies
What are you using to view the data? On Mon, 2011-11-21 at 08:22 -0500, h...@tbbs.net wrote: > ;>>> 2011/11/20 20:27 +, Tompkins Neil >>>> > Does anyone know why Chinese characters are not displaying correctly in a > replicated database on a slave machine ?

Re: Chinese characters not displaying in Workbench latest version

2011-11-21 Thread Hal�sz S�ndor
;>>> 2011/11/20 20:27 +, Tompkins Neil >>>> Does anyone know why Chinese characters are not displaying correctly in a replicated database on a slave machine ? I'm just getting square boxes. <<<<<<<< What displays them? it sounds to me as

Re: Chinese characters not displaying in Workbench latest version

2011-11-21 Thread Johan De Meersman
- Original Message - > From: "Tompkins Neil" > > Does anyone know why Chinese characters are not displaying correctly > in a replicated database on a slave machine ? I'm just getting square > boxes. Random thought: terminal character set ? -- Bier met

Chinese characters not displaying in Workbench latest version

2011-11-20 Thread Tompkins Neil
Does anyone know why Chinese characters are not displaying correctly in a replicated database on a slave machine ? I'm just getting square boxes. Thanks Neil

Re: What collations for UCS distinguishing accented characters from their unaccented equivalents are available?

2011-01-31 Thread Joerg Bruehe
Hi Filipus, all! Filipus Klutiero wrote: > Hi, > an international site has some content in several latin languages, for > example English and French. Sometimes 2 pages, one in English and one in > French, have the same name except for an accent (for example, in > English, Demonstration, in French

What collations for UCS distinguishing accented characters from their unaccented equivalents are available?

2011-01-30 Thread Filipus Klutiero
ented characters from their unaccented equivalents? I saw utf8_bin, but that seems very different from utf8_unicode_ci, which I would like to use if it wasn't for this problem. I would like something as close to utf8_unicode_ci as possible. -- MySQL General Mailing List For list arch

utf8 issue with latin characters containing acutes a nd graves, e.g. é

2010-07-22 Thread Daniel Jackson
Running this query: SELECT * FROM `tbl_people` WHERE name = 'Davé' Returns results like: 'Dave' I've checked my column, table and database and all are set to utf8_general_ci collation And I'm also runnig set names 'utf8' before my select statement. Am I missing something obvious, I've had a

RE: CSV pain and suffering with punctuation and non-ASCII characters

2009-12-14 Thread Neil Aggarwal
Jan: > For example, importing a quote with a "Context" field of: > The Hitchhiker's Guide to the Galaxy > > results in a field containing: > The Hitchhiker You are going to have to escape quotes, so your string should look like this: The Hitchhiker\'s Guide to the Galaxy See

CSV pain and suffering with punctuation and non-ASCII characters

2009-12-14 Thread Jan Steinman
ation characters appear to terminate the reading of a field, whether imported as a TAB file or as a CSV file. For example, importing a quote with a "Context" field of: The Hitchhiker's Guide to the Galaxy results in a field containing: The Hitchhiker whether I use T

Re: Select through characters [SOLVED]

2009-11-19 Thread nikos
s in a separate column instead of > executing some fancy string checks during select. > > Regards, > m. > > -Original Message- > From: nikos [mailto:ni...@qbit.gr] > Sent: 19 November 2009 08:41 > To: mysql@lists.mysql.com > Subject: Select through characters >

RE: Select through characters

2009-11-19 Thread misiaQ
08:41 To: mysql@lists.mysql.com Subject: Select through characters Hello list I have a list of names with english and greek characters. How can select them separately? I mean, only greeks or only english. thank you, Nikos -- Wst

Select through characters

2009-11-19 Thread nikos
Hello list I have a list of names with english and greek characters. How can select them separately? I mean, only greeks or only english. thank you, Nikos

Re: troubles with complex UTF-8 characters

2009-10-06 Thread Jaime Crespo
On Martes, 6 de Octubre de 2009 11:03:12 Daniel Drake escribió: > Hi, > > I'm having trouble working with specific UTF-8 characters. For > example, the U+10330 character (UTF8: 0xF0 0x90 0x8C 0xB0). MySQL currently only supports Basic Multilingual Plane characters: up to 3-

troubles with complex UTF-8 characters

2009-10-06 Thread Daniel Drake
Hi, I'm having trouble working with specific UTF-8 characters. For example, the U+10330 character (UTF8: 0xF0 0x90 0x8C 0xB0). Background: I am trying to clone wiktionary onto local intranets in a series of (disconnected) schools in Nepal. I'm encountering these problems when trying

RE: How to specify CHAR column to accept specific characters

2009-06-18 Thread Jerry Schwartz
>-Original Message- >From: hezjing [mailto:hezj...@gmail.com] >Sent: Thursday, June 18, 2009 5:04 AM >To: mysql@lists.mysql.com >Subject: How to specify CHAR column to accept specific characters > >Hi >I'm using MySQL 5.1. > >How do we create a const

Re: How to specify CHAR column to accept specific characters

2009-06-18 Thread Martijn Tonies
Hi, I'm using MySQL 5.1. How do we create a constraint on char column to accept only character 'A' - 'Z'? MySQL doesn't have CHECK constraints, I think the only way to do this is via a BEFORE INSERT trigger. With regards, Martijn Tonies Upscene Productions http://www.upscene.com Download

How to specify CHAR column to accept specific characters

2009-06-18 Thread hezjing
Hi I'm using MySQL 5.1. How do we create a constraint on char column to accept only character 'A' - 'Z'? Thank you! -- Hez

Unprintable characters in regexp

2009-04-07 Thread Thomas Spahni
Hi How can I specify 'unprintable' characters is a MySQL regexp ? Query is (example only): SELECT something FROM table WHERE column REGEXP 'Ã\\xA0'; I'm looking for an equivalent of the search part of a sed expression like this: s/Ã\xA0/à/g which means I want to

Re: regular expressions matching only numeric characters in order

2008-12-01 Thread Paul Nowosielski
IL PROTECTED]> To: Paul Nowosielski <[EMAIL PROTECTED]>; mysql@lists.mysql.com Sent: Monday, December 1, 2008 6:42:19 PM Subject: RE: regular expressions matching only numeric characters in order Hi I am a bit of novice at Regexp, but I believe this will work for you (\d+\d+\d+).*(\d+\

regular expressions matching only numeric characters in order

2008-12-01 Thread Paul Nowosielski
Dear All, I'm trying to create a regular expression query to match phone numbers in a database field. My issue is this , the numbers have no set standard for input in the db. So the number in the db could be in multiple formats. EX: 333.333. (333)333- 333-333- 33 So I am wa

Re: Special Characters

2008-11-24 Thread Mike Blezien
z" <[EMAIL PROTECTED]> To: "'Mike Blezien'" <[EMAIL PROTECTED]>; "'MySQL List'" Sent: Monday, November 24, 2008 9:21 AM Subject: RE: Special Characters -Original Message- From: Mike Blezien [mailto:[EMAIL PROTECTED] Sent

RE: Special Characters

2008-11-24 Thread Jerry Schwartz
>-Original Message- >From: Mike Blezien [mailto:[EMAIL PROTECTED] >Sent: Sunday, November 23, 2008 4:59 PM >To: MySQL List >Subject: Special Characters > >Hello, > >we are in the process of setting up a database with members data and >other info. >We&#x

Special Characters

2008-11-23 Thread Mike Blezien
Hello, we are in the process of setting up a database with members data and other info. We'll need to enter names with special characters, i.e: apostrophes: O'Rourke tildes: Magglio Ordóñez titlo: Anaïs hyphen: Chun-Myers Is there some special table setup required, collation

Ignoring some characters to build FULLTEXT index

2008-10-21 Thread lbarcala
Hi all: I am trying to build a FULLTEXT index with several particularities. It must ignore some special characters inside index words. For example: If I have the text: I'll go to the ci[ne]ma. I want the FULLTEXT include the word cinema, not ci[ne]ma nor ci or ne or ma. So, I want the

Remove form feed characters from a text field

2008-08-28 Thread David Giragosian
I've extracted text from approx 1600 pdf files using pdftotext.exe and inserted it into a table. Now I see there are form feed characters in the field, and I would suspect other special characters, also. I'm not having much luck trying to remove them. Any pointers appreciated. Thanks, David

Handling special characters

2008-04-18 Thread Jerry Schwartz
set, at least not out of the box. Therefore you cannot get MySQL to convert CP-1252 characters to UTF-8. You could try CP-1251, I didn't test that. - Sourcing a file containing one of these troublesome characters into the MySQL CLI will trigger the problem, because the data is sucked in as-is.

Re: data truncation warnings by special characters [SOLVED]

2008-04-18 Thread C.R.Vegelin
ubject: Re: data truncation warnings by special characters I have some php code I use to import data that is a bit more flexible and robust than the load data statement in MySQL If you use php I can share the code with you. C.R.Vegelin wrote: Hi Jerry, Sorry, I should have mentioned that I

Re: data truncation warnings by special characters

2008-04-18 Thread Chris W
, April 18, 2008 2:30 PM Subject: RE: data truncation warnings by special characters >-Original Message- From: C.R.Vegelin [mailto:[EMAIL PROTECTED] Sent: Friday, April 18, 2008 8:42 AM To: mysql@lists.mysql.com Subject: data truncation warnings by special characters Hi List, I get s

Re: data truncation warnings by special characters

2008-04-18 Thread C.R.Vegelin
t; <[EMAIL PROTECTED]> To: "'C.R.Vegelin'" <[EMAIL PROTECTED]>; Sent: Friday, April 18, 2008 2:30 PM Subject: RE: data truncation warnings by special characters >-Original Message- From: C.R.Vegelin [mailto:[EMAIL PROTECTED] Sent: Friday, April 18, 2

RE: data truncation warnings by special characters

2008-04-18 Thread Jerry Schwartz
>-Original Message- >From: C.R.Vegelin [mailto:[EMAIL PROTECTED] >Sent: Friday, April 18, 2008 8:42 AM >To: mysql@lists.mysql.com >Subject: data truncation warnings by special characters > >Hi List, > >I get strange "Data truncated for column Descripti

RE: data truncation warnings by special characters

2008-04-18 Thread Jerry Schwartz
>-Original Message- >From: C.R.Vegelin [mailto:[EMAIL PROTECTED] >Sent: Friday, April 18, 2008 8:42 AM >To: mysql@lists.mysql.com >Subject: data truncation warnings by special characters > >Hi List, > >I get strange "Data truncated for column Descripti

data truncation warnings by special characters

2008-04-18 Thread C.R.Vegelin
Hi List, I get strange "Data truncated for column Description" warnings when loading a tab separated file with special characters. The definition of the target table is: CREATE TEMPORARY TABLE tmp ( Code CHAR(8) NOT NULL, Description TEXT NOT NULL, KEY Code (Code) ) ENGINE = MyIS

Re: LIKE problem with characters 'å' (norwe gian) and 'a' (mysql bug?)

2008-02-29 Thread Kent Larsson
> I get incorrect result when searching for the norwegian character 'å' > using LIKE. I get rows with 'a' in it, and visa versa if I search for > 'a', I get results which has 'å' in it in addition to the ones with 'a'. Make sure that your table has: charset=utf8 collation=utf8_norwegian_ci A

LIKE problem with characters 'å' (norwe gian) and 'a' (mysql bug?)

2008-02-28 Thread Magne Westlie
;%å%'; +--+ | name | +--+ | Bar | | Båt | +--+ mysql> SELECT * FROM names WHERE name LIKE '%a%'; +--+ | name | +--+ | Bar | | Båt | +--+ Searching for strings with other norwegian characters seams to work: mysql> SELECT * FROM names WHERE name LIKE '

RE: Handling Special Characters

2008-01-21 Thread Jerry Schwartz
t to a command window seems to do some automatic conversions. Whenever I deal with "other" characters, I get a brain cramp. You should see me working with Chinese. Thanks. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

RE: Handling Special Characters

2008-01-21 Thread Jerry Schwartz
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Baron Schwartz > Sent: Friday, January 18, 2008 2:33 PM > To: Jerry Schwartz > Cc: mysql@lists.mysql.com > Subject: Re: Handling Special Characters > > Jerry, > > On Jan 18, 2008 2:27 PM, Jerry Schwar

Re: Handling Special Characters

2008-01-20 Thread Sebastian Mendel
Jerry Schwartz schrieb: I am having trouble inserting special characters into a table. I am using the MySQL client. I put the following commands into a text file (I'm on WinXP, using Notepad), copy them, and paste them into the MySQL command line client. SET NAMES utf8; CREATE TEMPORARY

RE: Handling Special Characters

2008-01-19 Thread Jerry Schwartz
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Baron Schwartz > Sent: Friday, January 18, 2008 2:33 PM > To: Jerry Schwartz > Cc: mysql@lists.mysql.com > Subject: Re: Handling Special Characters > > Jerry, > > On Jan

Re: Handling Special Characters

2008-01-18 Thread Baron Schwartz
Jerry, On Jan 18, 2008 2:27 PM, Jerry Schwartz <[EMAIL PROTECTED]> wrote: > I am having trouble inserting special characters into a table. I am using > the MySQL client. I put the following commands into a text file (I'm on > WinXP, using Notepad), copy them, and paste them in

Handling Special Characters

2008-01-18 Thread Jerry Schwartz
I am having trouble inserting special characters into a table. I am using the MySQL client. I put the following commands into a text file (I'm on WinXP, using Notepad), copy them, and paste them into the MySQL command line client. SET NAMES utf8; CREATE TEMPORARY TABLE `giiex

RE: speical characters in text column

2007-12-03 Thread Jerry Schwartz
w.the-infoshop.com www.giiexpress.com www.etudes-marche.com > -Original Message- > From: Hiep Nguyen [mailto:[EMAIL PROTECTED] > Sent: Monday, December 03, 2007 3:09 PM > To: mysql@lists.mysql.com > Subject: speical characters in text column > > hi friends, > > i s

speical characters in text column

2007-12-03 Thread Hiep Nguyen
hi friends, i searched on google but not file a solution. is there a way that i can store special characters (return, new line, tab, etc) into mysql (ver. 4.1.12) table with text type? i use textarea tag for user to enter the text. my goal is to store/display EXACTLY what user entered in

Re: finding non-ascii characters within a string

2007-10-18 Thread Ralf Hüsing
Olav Mørkrid schrieb: > hello > > i would like to search a table column for a range of non-ascii > characters, or a particular non-ascii character. how can i do this? Maybe via a inverted regular expression [1] like this?: SELECT * FROM WHERE RLIKE '[^-, a-zA-Z

Re: finding non-ascii characters within a string

2007-10-18 Thread Baron Schwartz
Hi, Olav Mørkrid wrote: hello i would like to search a table column for a range of non-ascii characters, or a particular non-ascii character. how can i do this? the column can be any string like "hello, world" or "norwegian characters æøå here". refer to these pseudo exam

finding non-ascii characters within a string

2007-10-18 Thread Olav Mørkrid
hello i would like to search a table column for a range of non-ascii characters, or a particular non-ascii character. how can i do this? the column can be any string like "hello, world" or "norwegian characters æøå here". refer to these pseudo examples: SELECT * FRO

RE: funky characters in columns

2007-10-01 Thread Jay Blanchard
[snip] Try: replace(replace(dealerLong, '\n', ''), '\r', '') [/snip] Didn't work, perhaps because they are hidden. I ended up taking the long road; update table set foo = replace(HEX(foo), '0D', ''); update table set foo = UNHEX(foo); HEX allowed me to see the carriage return (0D) and then use

Re: funky characters in columns

2007-10-01 Thread Gary Josack
file set dealerLong = replace(dealerLong, char(13), "") where id = '130'; has no affect. So I need to see all of the characters inn the column so that I can determine how to replace. Can someone point me in the correct direction? I sure do appreciate any help that you can give

Re: funky characters in columns

2007-10-01 Thread Baron Schwartz
rofile set dealerLong = replace(dealerLong, char(13), "") where id = '130'; has no affect. So I need to see all of the characters inn the column so that I can determine how to replace. Can someone point me in the correct direction? I sure do appreciate any help that you can give me.

funky characters in columns

2007-10-01 Thread Jay Blanchard
--+ You will note the way that the column displays, appearing to have no data at all. This is typically caused by having a carriage return somewhere in the column. update profile set dealerLong = replace(dealerLong, char(13), "") where id = '130'; has no affect. So I n

RE: Problem with characters

2007-09-24 Thread Jerry Schwartz
I found that using version 5.1 of the ODBC connector solved our problem with Chinese characters. It might solve the problem with the pound sterling sign. Regards, Jerry Schwartz The Infoshop by Global Information Incorporated 195 Farmington Ave. Farmington, CT 06032 860.674.8796 / FAX

RE: Problem with characters

2007-09-24 Thread John Trammell
> From: Critters [mailto:[EMAIL PROTECTED] > Sent: Monday, September 24, 2007 5:24 AM > To: MySQL General > Subject: Problem with characters > > I have a new setup with mySql version 4.1 and myODBC version 3.51 > running on Windows 2k3 standard > > In the database we ha

RE: Problem with characters

2007-09-24 Thread John Trammell
; Sent: Monday, September 24, 2007 5:24 AM > To: MySQL General > Subject: Problem with characters > > I have a new setup with mySql version 4.1 and myODBC version 3.51 > running on Windows 2k3 standard > > In the database we have something like "And this is £200" and when w

Problem with characters

2007-09-24 Thread Critters
I have a new setup with mySql version 4.1 and myODBC version 3.51 running on Windows 2k3 standard In the database we have something like "And this is £200" and when we write this out in ASP we get "And this is ?200" The same happens for some other symbols like the copy write symbol (c in a cir

Plz Help!!! SELECT not working with Å Æ Ø Ä Ö Characters

2007-08-11 Thread VeeJay
*From: VeeJay* <[EMAIL PROTECTED]> To: mysql@lists.mysql.com, [EMAIL PROTECTED] Date: Fri, Aug 10, 2007 at 8:19 AM Hello there I have a problem. When I try to select some names starting with extra alphabets (Å Æ Ø Ä Ö, etc), I simply don't get required results i.e., if I give a select command

Re: Plz Help!!! SELECT not working with Å Æ Ø Ä Ö Characters

2007-08-10 Thread mysql
in addition to the correct character-set also set the appropriate collation sequence suomi VeeJay wrote: Hello there I have a problem. When I try to select some names starting with extra alphabets (Å Æ Ø Ä Ö, etc), I simply don't get required results i.e., if I give a select command like: se

Plz Help!!! SELECT not working with Å Æ Ø Ä Ö Characters

2007-08-09 Thread VeeJay
Hello there I have a problem. When I try to select some names starting with extra alphabets (Å Æ Ø Ä Ö, etc), I simply don't get required results i.e., if I give a select command like: select * from employees where fname LIKE 'Å%'; I get results starting with English alphabet 'A' but not with 'Å'

Re: Suse Linux (SLES10), Portuguese characters and "dead keys" in "MySQL monitor" in SSH sessions with Unicode (UTF-8)

2007-08-08 Thread Ricardo Dias Marques
Hi all, Here I am, following up to my own post - available below and at http://lists.mysql.com/mysql/208343 - with a solution (basically, a "workaround"). To summarize: I couldn't enter Portuguese accented characters in "MySQL monitor" (MySQL command line / console c

Suse Linux (SLES10), Portuguese characters and "dead keys" in "MySQL monitor" in SSH sessions with Unicode (UTF-8)

2007-07-31 Thread Ricardo Dias Marques
Hi all, First of all, sorry for the lengthy subject, but it serves to describe my problem: I'm having problems entering Portuguese accented characters (with a Portuguese keyboard) in "MySQL monitor" (MySQL command line / console client), when I'm in a SSH (Secure Shell)

Re: To see Asian Characters in mysql

2007-07-29 Thread Michael Monaghan
I can't speak to your GUI tool, but here's some general pointers: 1. You have to be absolutely sure that your system can in fact render Myanmar. - so ensure that at least your browser can view proper Myanmar characters - see http://www.columbia.edu/kermit/utf8.html. This page has a samp

To see Asian Characters in mysql

2007-07-29 Thread zar purple
to a mysql table from a java application. i can input and output our fonts in application program, but, i can only see ??? characters in MySQL browser\'s table. How can i store and retrieve our fonts in mysql??? Thanks for any help!!! purple. -- MySQL General Mailing List For list arch

To store Myanmar unicode characters in MySQL database

2007-07-25 Thread zar purple
Hello everybody, I want to store Myanmar unicode data in MySQL database. Then, I want to make data manipulation with it. Firstly, i tried to input Myanmar characters in MySQL's GUI tool. i chose Myanmar keyboard and installed Myanmar font in tool. But, i couldn't ty

Re: restoring from sqldump with accented characters

2007-07-13 Thread Ananda Kumar
ministrator on Mac OSX. I've received a sql dumpfile from a database we need to restore on our development environment. In this file there are characters with accents and apostroph like "l'état" for example. When running the file I get an sql syntax error. When I remove the ac

restoring from sqldump with accented characters

2007-07-13 Thread Peter Teunissen
Hi all, mysql 5.0.37 on CentOS4, default install using Mysql's rpm and using the standard mysql querybrowser and administrator on Mac OSX. I've received a sql dumpfile from a database we need to restore on our development environment. In this file there are characters with a

Re: Field size for UTF-8 characters

2007-07-03 Thread Kenji HIROHAMA
I believe varchar(50) means 50 characters, not 50 bytes. So, usually I don't care when designing table schema at all, for Japanese characters. On 7/3/07, Cathy Murphy <[EMAIL PROTECTED]> wrote: I am limiting text to 50 chars in mysql field by varchar(50) ( UTF-8 enabled) but what

Re: Field size for UTF-8 characters

2007-07-03 Thread Ben Clewett
From my experience with InnoDB, IF the field is an index, it will use 3 bytes per character. So VARCHAR(50) = 150 bytes, when fully populated. (+ 1 for the length = 151 bytes.) IF the field is not an index, each character will consume between 1 and 3 chars. So VARCHAR(50) = 51 -> 151 char

Field size for UTF-8 characters

2007-07-02 Thread Cathy Murphy
I am limiting text to 50 chars in mysql field by varchar(50) ( UTF-8 enabled) but what if the user enters 50 japanese chars, does mysql accomodate it OR we have to consider some buffer during design ? -- Cathy www.nachofoto.com

Strange Garbage Characters ending up in Slave Relay Log !!!

2007-07-01 Thread Kishore Jalleda
back, it results in a "SQL Syntax error", thereby stopping replication... 4) and each time this happens the very last statement in the relay log before mysql rotates the log file after reconnecting to the master (see above error) , usually has garbage characters or some sql stateme

Accented characters in InnoDB tables?

2007-06-23 Thread patrick
Do you have to do something special with InnoDB tables to accept various character sets like accented, European characters? Using the default, these accented characters come out as garbage. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http

RE: Removing space characters ... char(160)? ... char(194)?

2007-02-13 Thread Jerry Schwartz
UTF-8 to Windows or vice versa. You should see that the accented characters change, so you'll have an example in front of you. The browser will typically render the page according to the character set specified in the HTML header (I think), or it makes a best guess, or it uses its default. Alt

Re: Removing space characters ... char(160)? ... char(194)?

2007-02-13 Thread Amer Neely
94) ). But when I compare both the characters: select char(160), char(194); ... I get: +---+---+ | char(160) | char(194) | +---+---+ | | | +---+---+ ... and both the and results are in reverse video. The *looks* like the stu

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 an

Re: UTF-8 collation problem with greek extended characters

2007-02-05 Thread Chris White
Sven Fuchs wrote: 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

UTF-8 collation problem with greek extended characters

2007-02-05 Thread Sven Fuchs
MySQL 4.1.22 seems to treat the following characters as equal (comparing them as varchar values): U+03B7 (206 183) greek small letter eta U+1F75 (225 189 181) greek small letter eta with accent oxia U+1FC4 (225 191 135) greek small letter eta with accent persispomeni and accent

Removing space characters ... char(160)? ... char(194)?

2007-01-22 Thread Daniel Kasak
94) ). But when I compare both the characters: select char(160), char(194); ... I get: +---+---+ | char(160) | char(194) | +---+---+ | | | +---+---+ ... and both the and results are in reverse video. The *looks* like the stuff I&#x

replacing characters

2006-11-29 Thread balaraju mandala
Hi I have to move the date to one DB to another by live, so i wrote a Java program which will read the data from Sourse DB, and make the data as a Strings which nothing but insert statements with data. I simply add these as a batch and fire them to destination. Everything is fine, if simple data

Re: Problems inserting chinese characters

2006-11-27 Thread Yonghua . Wu
Hi Barbara, The hex value '3F' represents the question mark, which means your server CAN'T convert the characters correctly from your client. Regards, "Barbara Deaton" <[EMAIL PROTECTED]> wrote on 2006-11-28 11:16:09: > All, > > I have an applica

Problems inserting chinese characters

2006-11-27 Thread Barbara Deaton
All, I have an application in which I am trying to insert some traditional Chinese characters. The insert statement probably won't cut and paste correctly but it is: insert into "TKTS13" values (2,'ÄãºÃ', 'ÄãºÃ'); I have used this website http://pe

Re: Remove unwanted characters from a name field

2006-10-25 Thread Daniel da Veiga
On 10/25/06, Mark <[EMAIL PROTECTED]> wrote: I have a field called name which stores a person's first, middle and last name. Previously, these names (17800 of them) were entered in the database by different people so there was no consistency in the format used. There are now names entered such a

Re: Remove unwanted characters from a name field

2006-10-25 Thread Chris W
Mark wrote: I have a field called name which stores a person's first, middle and last name. Previously, these names (17800 of them) were entered in the database by different people so there was no consistency in the format used. There are now names entered such as: Smith, John S. Doe - Jane

RE: Remove unwanted characters from a name field

2006-10-25 Thread Jerry Schwartz
, CT 06032 860.674.8796 / FAX: 860.674.8341 > -Original Message- > From: Mark [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 25, 2006 1:18 PM > To: mysql@lists.mysql.com > Subject: Remove unwanted characters from a name field > > I have a field called name which stores a pe

Remove unwanted characters from a name field

2006-10-25 Thread Mark
I have a field called name which stores a person's first, middle and last name. Previously, these names (17800 of them) were entered in the database by different people so there was no consistency in the format used. There are now names entered such as: Smith, John S. Doe - Jane W. Doe John

Re: storing URL 2083 characters

2006-09-14 Thread Anders Karlsson
har length depends on your MySQL version and character set. 5.0.3 and later handles upto 64k chars. See: http://dev.mysql.com/doc/refman/5.0/en/char.html /Johan Peter Van Dijck skrev: Hi, URL's have a practical limit of 2083 characters it seems. To store these in a space efficient way (I hav

Re: storing URL 2083 characters

2006-09-12 Thread Peter Van Dijck
> wrote: Peter Van Dijck wrote: > Hi, > URL's have a practical limit of 2083 characters it seems. To store > these in a space efficient way (I have 1,000,000s of url rows), what's > the best approach? varchar has a 255 maximum, right? Should I just use > TEXT? I'm

Re: storing URL 2083 characters

2006-09-12 Thread Mike Wexler
Peter Van Dijck wrote: Hi, URL's have a practical limit of 2083 characters it seems. To store these in a space efficient way (I have 1,000,000s of url rows), what's the best approach? varchar has a 255 maximum, right? Should I just use TEXT? I'm not searching *in* the urls, I am

Re: storing URL 2083 characters

2006-09-12 Thread Johan Höök
Hi Peter, I'd thought I'd just mention that the varchar length depends on your MySQL version and character set. 5.0.3 and later handles upto 64k chars. See: http://dev.mysql.com/doc/refman/5.0/en/char.html /Johan Peter Van Dijck skrev: Hi, URL's have a practical limit of 208

storing URL 2083 characters

2006-09-12 Thread Peter Van Dijck
Hi, URL's have a practical limit of 2083 characters it seems. To store these in a space efficient way (I have 1,000,000s of url rows), what's the best approach? varchar has a 255 maximum, right? Should I just use TEXT? I'm not searching *in* the urls, I am selecting like this: &q

Re: want to insert unicode myanmar characters into MySQL database

2006-08-01 Thread Visolve DB Team
COMPILED_CHARSETS lists in configure.in. Reconfigure, recompile, and test. Thanks Visolve DB Team. - Original Message - From: "khaing su yee" <[EMAIL PROTECTED]> To: Sent: Tuesday, August 01, 2006 9:28 AM Subject: want to insert unicode myanmar characters into MySQL data

want to insert unicode myanmar characters into MySQL database

2006-07-31 Thread khaing su yee
I use Toad for MySQL 2.0 and SQLyog 5.02. I want to insert unicode myanmar characters. I change uft8 charset and utf8_unicode_ci collation. But I can't insert myanmar characters. What is needed to do? Please tell me. Thanks -- MySQL General Mailing List For list archives: http://lists.mysq

Re: Limit characters in a long text

2006-03-22 Thread CodeHeads
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill Adams wrote: > http://dev.mysql.com/doc/refman/5.0/en/string-functions.html > I recommend "LEFT( )". > > If you are looking to do it in PHP then this is the wrong email list. > > Good luck. Sorry about that I realized I picked the wrong mailing

  1   2   3   4   5   >