Re: Moving MySQL data from Windows 4.0.12 to Linux 4.0.18

2004-08-27 Thread andy thomas
On Fri, 27 Aug 2004, Lehman, Jason (Registrar's Office) wrote:

 I am switching from a Windows computer to a Linux computer and when I
 dump the data from Windows to Linux I have no problem except for the
 fact that some of my characters have been converted to strange
 characters and when the data is displayed on a web page they show up as
 ?.  I am sure that it has to do with character sets but I am not sure
 what to do about it.  Any help would be appreciated.

I suspect you are using MySQL version 4 or later?  I'm not sure how/what
you are using to extract the data and display it on a web page but we had
a similar problem after we upgraded from MySQL 3.23.18 to 4.0.18 and our
experiences may be of some help to you.

We use Macromedia Cold Fusion MX 6.1 with apache on Linux - as Cold Fusion
is an ODBC-oriented environment, they supply the Merant ODBC driver for
MySQL to connect the two. After the upgrade, things like the UK pound
symbol and apostrophes in text fields were being displayed as black
squares or '?' on a web page even though they appeared correctly if viewed
with the mysql command-line client. After a lot of investigation I eventually
found that I had to add a parameter like:

useUnicode=truecharacterEncoding=Windows-1252

to the ODBC/MySQL driver which solved the problem.

It sounds to me as if you have a similar problem in your environment
although the fix in your case will be different.

Andy



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: Moving MySQL data from Windows 4.0.12 to Linux 4.0.18

2004-08-27 Thread Lehman, Jason \(Registrar's Office\)
I should have added what I was using to do the transfer.  I am using
phpmyadmin to do a dump to a gzipped file and then I am importing.
Thanks for the info.

-Original Message-
From: andy thomas [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 27, 2004 12:29 PM
To: Lehman, Jason (Registrar's Office)
Cc: [EMAIL PROTECTED]
Subject: Re: Moving MySQL data from Windows 4.0.12 to Linux 4.0.18

On Fri, 27 Aug 2004, Lehman, Jason (Registrar's Office) wrote:

 I am switching from a Windows computer to a Linux computer and when I
 dump the data from Windows to Linux I have no problem except for the
 fact that some of my characters have been converted to strange
 characters and when the data is displayed on a web page they show up
as
 ?.  I am sure that it has to do with character sets but I am not sure
 what to do about it.  Any help would be appreciated.

I suspect you are using MySQL version 4 or later?  I'm not sure how/what
you are using to extract the data and display it on a web page but we
had
a similar problem after we upgraded from MySQL 3.23.18 to 4.0.18 and our
experiences may be of some help to you.

We use Macromedia Cold Fusion MX 6.1 with apache on Linux - as Cold
Fusion
is an ODBC-oriented environment, they supply the Merant ODBC driver for
MySQL to connect the two. After the upgrade, things like the UK pound
symbol and apostrophes in text fields were being displayed as black
squares or '?' on a web page even though they appeared correctly if
viewed
with the mysql command-line client. After a lot of investigation I
eventually
found that I had to add a parameter like:

useUnicode=truecharacterEncoding=Windows-1252

to the ODBC/MySQL driver which solved the problem.

It sounds to me as if you have a similar problem in your environment
although the fix in your case will be different.

Andy



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: Moving MySQL data from Windows 4.0.12 to Linux 4.0.18

2004-08-27 Thread James
I had a situation you are seeing, what I ended up doing was create the
db's in the new mysql server, setup replication, do LOAD DATA FROM
MASTER let that run for a bit (while the first server is not in
production of course) then after it synched up, shut down them both,
removed the replication information and it started to work again. I may
have copied the tables' files over, but I do not recall (~1.5years ago)

HTH

Thanks, 
James 


-Original Message-
From: Lehman, Jason (Registrar's Office) [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 27, 2004 12:32 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: Moving MySQL data from Windows 4.0.12 to Linux 4.0.18

I should have added what I was using to do the transfer.  I am using
phpmyadmin to do a dump to a gzipped file and then I am importing.
Thanks for the info.

-Original Message-
From: andy thomas [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 27, 2004 12:29 PM
To: Lehman, Jason (Registrar's Office)
Cc: [EMAIL PROTECTED]
Subject: Re: Moving MySQL data from Windows 4.0.12 to Linux 4.0.18

On Fri, 27 Aug 2004, Lehman, Jason (Registrar's Office) wrote:

 I am switching from a Windows computer to a Linux computer and when I
 dump the data from Windows to Linux I have no problem except for the
 fact that some of my characters have been converted to strange
 characters and when the data is displayed on a web page they show up
as
 ?.  I am sure that it has to do with character sets but I am not sure
 what to do about it.  Any help would be appreciated.

I suspect you are using MySQL version 4 or later?  I'm not sure how/what
you are using to extract the data and display it on a web page but we
had
a similar problem after we upgraded from MySQL 3.23.18 to 4.0.18 and our
experiences may be of some help to you.

We use Macromedia Cold Fusion MX 6.1 with apache on Linux - as Cold
Fusion
is an ODBC-oriented environment, they supply the Merant ODBC driver for
MySQL to connect the two. After the upgrade, things like the UK pound
symbol and apostrophes in text fields were being displayed as black
squares or '?' on a web page even though they appeared correctly if
viewed
with the mysql command-line client. After a lot of investigation I
eventually
found that I had to add a parameter like:

useUnicode=truecharacterEncoding=Windows-1252

to the ODBC/MySQL driver which solved the problem.

It sounds to me as if you have a similar problem in your environment
although the fix in your case will be different.

Andy



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:
http://lists.mysql.com/[EMAIL PROTECTED]





-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]