MySQL 5.0.27 replication problems

2007-09-28 Thread Andrew Braithwaite
Hi, I keep getting the below in the error log. I can't see any problems (no other errors and replication is working) and the master DB is available the whole time. 070928 12:07:31 [Note] Slave: received end packet from server, apparent master shutdown: 070928 12:07:31 [Note] Slave I/O thread:

RE: MySQL 5.0.27: character problem

2006-12-14 Thread Jerry Schwartz
, Jerry Schwartz Global Information Incorporated 195 Farmington Ave. Farmington, CT 06032 860.674.8796 / FAX: 860.674.8341 -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Eric Lilja Sent: Wednesday, December 13, 2006 2:03 PM To: mysql@lists.mysql.com Subject: MySQL

Re: MySQL 5.0.27: character problem

2006-12-14 Thread Eric Lilja
: news [mailto:[EMAIL PROTECTED] On Behalf Of Eric Lilja Sent: Wednesday, December 13, 2006 2:03 PM To: mysql@lists.mysql.com Subject: MySQL 5.0.27: character problem Hello, I'm using MySQL version 5.0.27 under Windows XP professional. I have a text file with some SQL commands (I create a few tables

RE: MySQL 5.0.27: character problem

2006-12-14 Thread Jerry Schwartz
:[EMAIL PROTECTED] On Behalf Of Eric Lilja Sent: Thursday, December 14, 2006 2:13 PM To: mysql@lists.mysql.com Subject: Re: MySQL 5.0.27: character problem Thanks for the reply, Mr Schwartz. I will see if I can find some clue on how to write such a program myself. - Eric Jerry Schwartz

Re: MySQL 5.0.27: character problem

2006-12-14 Thread Eric Lilja
Incorporated 195 Farmington Ave. Farmington, CT 06032 860.674.8796 / FAX: 860.674.8341 -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Eric Lilja Sent: Thursday, December 14, 2006 2:13 PM To: mysql@lists.mysql.com Subject: Re: MySQL 5.0.27: character problem Thanks

RE: MySQL 5.0.27: character problem

2006-12-14 Thread Jerry Schwartz
Of Eric Lilja Sent: Thursday, December 14, 2006 4:36 PM To: mysql@lists.mysql.com Subject: Re: MySQL 5.0.27: character problem Here's what I get when I perform mysql show variables like char%; +--+-+ | Variable_name| Value

Re: MySQL 5.0.27: character problem

2006-12-14 Thread Eric Lilja
Thanks for the help, Jerry, I think I solved it. I opened the script (a standard windows text file) in UltraEdit. It can convert between some different text formats. After some experimenting it seems that selecting the conversion ansi-to-oem does the trick! It's now inserted properly into

Re: MySQL 5.0.27: character problem

2006-12-14 Thread DuĊĦan Pavlica
To: mysql@lists.mysql.com Subject: MySQL 5.0.27: character problem Hello, I'm using MySQL version 5.0.27 under Windows XP professional. I have a text file with some SQL commands (I create a few tables and insert some rows into them). I noticed that all columns where I tried to insert a swedish character

MySQL 5.0.27: character problem

2006-12-13 Thread Eric Lilja
Hello, I'm using MySQL version 5.0.27 under Windows XP professional. I have a text file with some SQL commands (I create a few tables and insert some rows into them). I noticed that all columns where I tried to insert a swedish character, that character got corrupted. But it works if I type

quantum effects on MySQL 5.0.27?

2006-12-08 Thread Ciprian Marius Vizitiu
Hi everybody, We've been badly hit by a very interesting problem: an index gets into a disabled state if, during the filling up of a table containing a column having the said index, one only *looks* at the data which is being loaded! =:-o In other words I start with DROP TABLE after which I

MySQL 5.0.27

2006-10-31 Thread Jacques Marneweck
Hi, What impact does the MySQL 5.0.27 ABI changes have on various components available from the MySQL Website: * OBDC 3.51 * php pdo-mysql * php ext/mysql Does the ABI breakage which this release fixes cause issues when connecting from 5.0.26 clients or only for clients which use