connecting to mysql 3.23.49 very slow

2005-01-21 Thread B.Brey
I don't know if it's the right list to post it but here it goes: We've been trying to connect to a 3.23.49 server with several libmysql.dll's We found out that the 3.23.x and the 4.0.x dll's connect very slow (20 seconds). And the 4.1.x dll's connect in like 2 seconds. Does anyone have a clue on

binlog rotation problem (mysql 3.23.49 / debian 3.0)

2004-09-07 Thread Ryan Tracey
Hi I have had replication working for the past couple of years and have, at fairly regular intervals, restarted the whole replication process by distributing new snapshots to slaves, and reseting master and slaves. Last sunday I started replication from scratch. This time, however, I noticed tha

Restore problem: Delete link points outside datafile at 0 - on MySQL 3.23.49, FreeBSD 4.4, PHP Version 4.3.0

2003-10-14 Thread Global Country of World Peace
When restoring tables from a backup, get: Op: repair // - this should always be "restore" according to manual Msg_type: info Msg_text: Delete link points outside datafile at 0 The datafiles seem to restore ok. Have rtfm'd, googled and mysql forumed, but to no avail. Is this something to worr

sql syntax problem with mysql 3.23.49

2003-10-09 Thread Frederik Himpe
Hello, This sql query works fine with mysql 4.0.15, but it gives an error with mysql 3.23.49: SELECT officiele_naam, rechtsvorm, activiteit1, activiteit2, adres, postnummer, gemeente, Biogarantie, Hefboom, Netwerk_Vlaanderen, Vibe, Fair_Trade, NULL , Vosec, Solidr, Demeter, Europees_Ecolabel

FRom MYsql 3.23.39 to mysql 3.23.49

2003-06-10 Thread System Administrator a.k.a. The Root of the Problem
I installed from the BSDOS distribution. However, with the upgrade, nysql may not be seeing the Databases. Why? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

re: activate Innodb on mysql 3.23.49-3 (linux) ?

2003-03-05 Thread Victoria Reznichenko
On Tuesday 04 March 2003 22:38, François Roussel wrote: > I want to add transaction support to an > existing database running > on mysql 3.23.49-3 distributed with Red Hat 7.3. > > After browsing through the Mysql and the Innodb documentation, it appears > that > I have

activate Innodb on mysql 3.23.49-3 (linux) ?

2003-03-04 Thread François Roussel
I want to add transaction support to an existing database running on mysql 3.23.49-3 distributed with Red Hat 7.3. After browsing through the Mysql and the Innodb documentation, it appears that I have the following options: 1) Configure mysql 3.23.49-3 to support innodb tables. Since the

Re: error report using mysql 3.23.49 max

2003-01-15 Thread Gelu Gogancea
Hi, A very evasive description. - Original Message - From: "PC Systems" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 15, 2003 8:03 PM Subject: error report using mysql 3.23.49 max > Dear Sirs. > > We are programers in Brasil and we

error report using mysql 3.23.49 max

2003-01-15 Thread PC Systems
Dear Sirs. We are programers in Brasil and we are currently conducting tests with MySQL version 3.23.49 Max working with Dephi 6.0. For testing purposes we developed a very simple program that inserts 500 records into a table. The folowing teste has been conducted: With the test program two statio

error report using mysql 3.23.49 max

2003-01-15 Thread PC Systems
Dear Sirs. We are programers in Brasil and we are currently conducting tests with MySQL version 3.23.49 Max working with Dephi 6.0. For testing purposes we developed a very simple program that inserts 500 records into a table. The folowing teste has been conducted: With the test program two statio

re: MySQL 3.23.49 Merger table

2002-12-02 Thread Victoria Reznichenko
Kittiphum, Saturday, November 30, 2002, 2:09:00 AM, you wrote: KW> Why merge table have been done with table that have column char type KW> not varchar type. KW> Have anyone succesfully with varchar type merge table and how to do KW> that. KW> And how to use union query if merge table not work

MySQL 3.23.49 Merger table

2002-11-29 Thread Kittiphum Worachat
Hi. Why merge table have been done with table that have column char type not varchar type. Have anyone succesfully with varchar type merge table and how to do that. And how to use union query if merge table not work with varchar or what SQL to use for convert varchar back to char Kittiphum W

RE: MySQL 3.23.49 - strange replication error

2002-11-26 Thread Liz Carroll
It only happened the once, I've checked the history and no one executed any odd commands (that I noticed:-) Thanks Liz -Original Message- From: Egor Egorov [mailto:[EMAIL PROTECTED]] Sent: 26 November 2002 15:45 To: [EMAIL PROTECTED] Subject: re: MySQL 3.23.49 - strange replication

re: MySQL 3.23.49 - strange replication error

2002-11-26 Thread Egor Egorov
Liz, Monday, November 25, 2002, 6:47:35 PM, you wrote: LC> I've got a master database with 2 slaves. I've had them up and running for LC> quite a while now with no problems, but today I noticed an error - there was LC> a slave running on the master! LC> I checked /etc/my.cnf - no mention of slav

Re Does FULLTEXT work in mysql-3.23.49?

2002-11-25 Thread John R Levine
> >> Your index contains a different set of columns than the columns listed > >> in the match() list. You'll need to create another FULLTEXT index > >> containing just title and subtitle. > > >Oh, OK. The manual needs to be corrected. > > Can you be more specific? I thought the manual already

Re: Re: Does FULLTEXT work in mysql-3.23.49?

2002-11-25 Thread Paul DuBois
sql,query At 16:01 -0500 11/25/02, John R Levine wrote: > Your index contains a different set of columns than the columns listed in the match() list. You'll need to create another FULLTEXT index containing just title and subtitle. Oh, OK. The manual needs to be corrected. Can you be

Re: Re: Does FULLTEXT work in mysql-3.23.49?

2002-11-25 Thread John R Levine
> Your index contains a different set of columns than the columns listed > in the match() list. You'll need to create another FULLTEXT index > containing just title and subtitle. Oh, OK. The manual needs to be corrected. Regards, John Levine, [EMAIL PROTECTED], Primary Perpetrator of "The Inter

Re: Does FULLTEXT work in mysql-3.23.49?

2002-11-25 Thread Paul DuBois
At 13:57 -0500 11/25/02, John R Levine wrote: I'm trying to make what I think is a very simple fulltext index for a small library catalog, viz: create table library ( id INTEGER UNSIGNED PRIMARY KEY NOT NULL, callnumber VARCHAR(8) NOT NULL, lastname TINYTEXT, first

Does FULLTEXT work in mysql-3.23.49?

2002-11-25 Thread John R Levine
I'm trying to make what I think is a very simple fulltext index for a small library catalog, viz: create table library ( id INTEGER UNSIGNED PRIMARY KEY NOT NULL, callnumber VARCHAR(8) NOT NULL, lastname TINYTEXT, firstname TINYTEXT, middlename TINYTEXT,

MySQL 3.23.49 - strange replication error

2002-11-25 Thread Liz Carroll
Hi I've got a master database with 2 slaves. I've had them up and running for quite a while now with no problems, but today I noticed an error - there was a slave running on the master! I checked /etc/my.cnf - no mention of slaves (it hadn't been changed for a good while anyway). I looked every

Re: MySQL 3.23.49

2002-10-12 Thread Chris Stoughton
"hosts:dns files nis"). We downloaded the MySql pre-built 3.23.52, and that solved the problem. J Ross Nicoll wrote: >I seem to have found a bug in MySQL 3.23.49 (untested in later versions). >It appears that if the server cannot resolve the hostname of an incoming >T

MySQL 3.23.49

2002-10-11 Thread J Ross Nicoll
I seem to have found a bug in MySQL 3.23.49 (untested in later versions). It appears that if the server cannot resolve the hostname of an incoming TCP connection, it crashes. I've been testing this under a RedHat 7.2/7.3 hybrid, and only came across the problem because I've managed

Fwd: Login command hanging - mysql 3.23.49

2002-08-12 Thread Reid Sutherland (mysql)
ve no effect and these 'connect' processes can last for > days/weeks until KILLed. > > Any ideas? > > -reid > > __ > mysql-3.23.49 > interactive_timeout=28800 > slave_net_timeout=3600 > wait_timeout=28800 > > > --

Login command hanging - mysql 3.23.49

2002-08-09 Thread Reid Sutherland (mysql)
ommands to resonable limits. But they have no effect and these 'connect' processes can last for days/weeks until KILLed. Any ideas? -reid __ mysql-3.23.49 interactive_timeout=28800 slave_net_timeout=3600 wait_timeout=28800

Re: mysql 3.23.49 code

2002-07-31 Thread Egor Egorov
Pushkar, Wednesday, July 31, 2002, 7:00:19 AM, you wrote: PP> I'm using 3.23.49, and trying to load the menagerie database (online PP> examples) by executing the example: PP> LOAD DATA LOCAL INFILE 'pet.txt' INTO TABLE pet; PP> This is the error I get: PP> ERROR 1148: The used command is not allo

mysql 3.23.49 code

2002-07-30 Thread Pushkar Pradhan
I'm using 3.23.49, and trying to load the menagerie database (online examples) by executing the example: LOAD DATA LOCAL INFILE 'pet.txt' INTO TABLE pet; This is the error I get: ERROR 1148: The used command is not allowed with this MySQL version Is this not compatible with 3.23.49? -Pushkar S. P

problem importing null values in mysql 3.23.49 Win32

2002-07-26 Thread Karen L. Updegraff
There appears to be a bug in the Win32 version of Mysql 2.23.49. When I try to read data in (using the "load data infile" syntax) that contains null values they are converted to "0"s. The fields in question are numeric, nulls allowed, default value is NULL. I tried coding them blank, "\N" and "NUL

Re: phpMyAdmin and mysql 3.23.49

2002-07-05 Thread hcir
around this new "feature"? Thanks. > > Bz > > On Fri, 2002-07-05 at 10:14, hcir wrote: >> starting with version 3.23.49, load data local is dis-abled >> >> see this URL for more info >> >> http://www.mysql.com/doc/L/O/LOAD_DATA_LOCAL.html >>

Re: phpMyAdmin and mysql 3.23.49

2002-07-05 Thread Bin Zhang
p://www.mysql.com/doc/L/O/LOAD_DATA_LOCAL.html > > > I upgraded my redhat to 7.3, which comes with mysql 3.23.49. Since > > then, I am no longer able to upload data files into mysql databases. > > > > This is what I got: > > > > The used command is not allowed with this MySQL

Re: phpMyAdmin and mysql 3.23.49

2002-07-05 Thread hcir
starting with version 3.23.49, load data local is dis-abled see this URL for more info http://www.mysql.com/doc/L/O/LOAD_DATA_LOCAL.html > I upgraded my redhat to 7.3, which comes with mysql 3.23.49. Since > then, I am no longer able to upload data files into mysql databases. >

phpMyAdmin and mysql 3.23.49

2002-07-05 Thread Bin Zhang
I upgraded my redhat to 7.3, which comes with mysql 3.23.49. Since then, I am no longer able to upload data files into mysql databases. This is what I got: The used command is not allowed with this MySQL version I think the "used command" here is referring to "load data loca

Re: TCP & TIME_WAIT strange problem ( LINUX & mysql 3.23.49 )

2002-07-04 Thread Gelu Gogancea
CTED]> Cc: "Gelu Gogancea" <[EMAIL PROTECTED]> Sent: Wednesday, July 03, 2002 10:21 PM Subject: Re: TCP & TIME_WAIT strange problem ( LINUX & mysql 3.23.49 ) > > Hi, > > What is written in err.log ("/var/lib/mysql") ? > nothing :( > somethin

Re: TCP & TIME_WAIT strange problem ( LINUX & mysql 3.23.49 )

2002-07-03 Thread David BORDAS
<[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, July 03, 2002 7:03 PM > Subject: TCP & TIME_WAIT strange problem ( LINUX & mysql 3.23.49 ) > > > > Hi list, > > > > I've got lots of troubles with one of my mysql dedicated server.

Re: TCP & TIME_WAIT strange problem ( LINUX & mysql 3.23.49 )

2002-07-03 Thread Gelu Gogancea
PROTECTED] [EMAIL PROTECTED] - Original Message - From: "David BORDAS" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 03, 2002 7:03 PM Subject: TCP & TIME_WAIT strange problem ( LINUX & mysql 3.23.49 ) > Hi list, > > I've got

TCP & TIME_WAIT strange problem ( LINUX & mysql 3.23.49 )

2002-07-03 Thread David BORDAS
config : uname -a Linux 2.4.7-10smp #1 SMP Thu Sep 6 17:09:31 EDT 2001 i686 unknown Red Hat 7.2 2 * 1Ghz Intel 1 Go of ram 2 Go of swap Raid 5 scsi hdds Running mysql 3.23.49 from mysql team tar.gz binary. I've got only one MYISAM table like this : 8922 jun 19 07:43 Forums.frm

mysql 3.23.49 crashing with netbsd 1-6BETA1

2002-06-27 Thread root
: [none | licence | email support | extended email support ] >Synopsis: >Severity: >Priority: >Category: mysql >Class: >Release: mysql-3.23.49 (Source distribution) >Environment: System: NetBSD pauk 1.6_BETA1 NetBSD 1.6_BETA1 (pauk.4sc

repost: MySQL 3.23.49 vs. BerkeleyDB 4.0.14? (anybody?) (fwd)

2002-06-13 Thread R Blake
hi all, i've built mysql-3.23.49 on MacOSX Server 10.1.4, as well as Sleepycat's BerkeleyDB 4.0.14. i note the "--with-berkeley-db" options in configure, but am stumped as to if/how to allow support for the bdb 4.0.14 version. mysql (in configure, acinclude.m4 & acloc

Problems in compiling Mysql-3.23.49. on AIX 4.2

2002-06-11 Thread System Administrator for R&D, EGIS Ltd.
Dear Sir/Madam! I tried compiling the MySQL-3.23.39 on AIX 4.2 but I failed. Attached please find : 1.A script (aixconf) that I used to compile the software: aixconf file. 2.The error messages obtained when running the script: config.log file. 3.OS version: AIX 4.2 0051482C400 I

unable to install mysql 3.23.49 on solaris-sparc

2002-06-07 Thread Pushkar Pradhan
Hi, I'm new to this stuff. I first tried to install the binary distribution but it failed because of not finding libz.so, then I am trying to install with the source code, ./configure --prefix=/rstc/user1/erc/pushkar/mysql-3.23.49 make was okay, mesgs. were given about not finding libz.s

unable to install mysql 3.23.49 on solaris-sparc 5.8

2002-06-06 Thread Pushkar Pradhan
Hi, I'm new to this stuff. I first tried to install the binary distribution but it failed because of not finding libz.so, then I am trying to install with the source code, ./configure --prefix=/rstc/user1/erc/pushkar/mysql-3.23.49 make was okay, mesgs. were given about not finding libz.s

Installation fail for mysql 3.23.49 on sun solaris 2.8

2002-05-30 Thread Karen Zheng
Hi professional, I got the following error when I install mysql 3.23.49 binary on sun solaris 2.8: ld.so.1: ./bin/mysqld: fatal: libz.so.1: open failed: No such file or directory Killed Installation of grant tables failed! Could you tell me where I can get this library libz.so.1 installed

AW: Foreign Keys with MySQL 3.23.49 and 3.23.50

2002-05-28 Thread Jostkleigrewe, Heiner
> An: [EMAIL PROTECTED] > Betreff: Re: Foreign Keys with MySQL 3.23.49 and 3.23.50 > > In article <[EMAIL PROTECTED]>, > "Jostkleigrewe, Heiner" <[EMAIL PROTECTED]> writes: > > >> sql,query > >> > >> Hello, > >> > >

Re: Foreign Keys with MySQL 3.23.49 and 3.23.50

2002-05-28 Thread Christopher Book
This example is in InnoDB though, which should support foreign key constraints. Chris Book >>In other words data integrity between two tables is not ensured by MySQL. Your application code must solve this. - Before posting, p

Re: Foreign Keys with MySQL 3.23.49 and 3.23.50

2002-05-28 Thread René Moonen
Hi Nothing is wrong! The behaviour of your example is correct, because MySQL does not support the concept of foreign keys. See section 1.4.4.5 of the MySQL manual. In other words data integrity between two tables is not ensured by MySQL. Your application code must solve this. Regards Rene Mo

bug mySQL 3.23.49

2002-05-28 Thread Antoine Clanché
sql Antoine Clanché [EMAIL PROTECTED] 0663645239 - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL

Foreign Keys with MySQL 3.23.49 and 3.23.50

2002-05-27 Thread Jostkleigrewe, Heiner
> sql,query > > Hello, > > i've tried the foreign key-example out of the documentation(3.5.6 Using > Foreign Keys) on W2K (3.23.49 + 3.23.50) and LINUX (3.23.49). The tables > persons and shirts are created as innodb-tables. > > I could insert a shirt for a non-existing person. Also i could de

help / MySQL 3.23.49 vs. BerkeleyDB 4.0.14?

2002-04-29 Thread R Blake
hi all, i've built mysql-3.23.49 on MacOSX Server 10.1.4, as well as Sleepycat's BerkeleyDB 4.0.14. i note the "--with-berkeley-db" options in configure, but am stumped as to if/how to allow support for the bdb 4.0.14 version. mysql (in configure, acinclude.m4 & acloc

help / MySQL 3.23.49 vs. BerkeleyDB 4.0.14?

2002-04-28 Thread R Blake
hi all, i've built mysql-3.23.49 on MacOSX Server 10.1.4, as well as Sleepycat's BerkeleyDB 4.0.14. i note the "--with-berkeley-db" options in configure, but am stumped as to if/how to allow support for the bdb 4.0.14 version. mysql (in configure, acinclude.m4 & acloc

help / MySQL 3.23.49 vs. BerkeleyDB 4.0.14? (fwd)

2002-04-28 Thread R Blake
hi all, i've built mysql-3.23.49 on MacOSX Server 10.1.4, as well as Sleepycat's BerkeleyDB 4.0.14. i note the "--with-berkeley-db" options in configure, but am stumped as to if/how to allow support for the bdb 4.0.14 version. mysql (in configure, acinclude.m4 & acloc

Re: Intermittent 1049 error in MySQL 3.23.49

2002-04-23 Thread Clay Loveless
on Mac OS X Server. -Clay PS -- I'm running MySQL 3.23.49, but have experienced this problem in other MySQL versions on Mac OS X Server. ___ Clay Loveless Webmaster, Crawlspace http://www.crawlspace.com/ > From: Clay Loveless <[EMAIL PROTECTED]> >

unable to build mysql-3.23.49 on Solaris2.6

2002-04-23 Thread Anderson, Robert
>Description: I am unable to build mysql-3.23.49 on Solaris2.6 using gcc 2.95.3. Build fails with following error in mysql-3.23.49/sql. Rest of project builds successfully. . . . Making all in sql Making all in share make[3]: Nothing to be done for `all'. /bin/sh ../libtool --m

Re: MySQL 3.23.49 and HP-UX 10.20 Install

2002-04-19 Thread Michael Widenius
Hi! > "Michael" == Michael Stassen <[EMAIL PROTECTED]> writes: Michael> This has come up before. In fact, I had the exact same problem. You can Michael> see the the thread "Coredump when running scripts/mysql_install_db " at Michael> http://lists.mysql.com/cgi-ez/ezmlm-cgi?1:msp:93051

Re: sigwait problem in mysql -3.23.49 installation to openbsd 3.0 i386

2002-04-18 Thread romka
can anyone help with this problem ? i looked mysql manual pages and also openbsd.. but still i cant get any information about this problem. please help me. On Thu, 18 Apr 2002 17:59:42 GMT Unknown wrote: > i try to configure mysql 3.23.49 with command line > --with-client-ldflag

Re: MySQL 3.23.49 and HP-UX 10.20 Install

2002-04-08 Thread Michael Stassen
with: > Tcp port: 3306 Unix socket: /tmp/mysql.sock > Time Id CommandArgument > > > > >How-To-Repeat: > > >Fix: > > > >Submitter-Id: > >Originator: > >Organization: > > >MySQL supp

MySQL 3.23.49 and HP-UX 10.20 Install

2002-04-08 Thread Clarence W. Robison
>Submitter-Id: >Originator: >Organization: >MySQL support: [none | licence | email support | extended email support ] >Synopsis: Severity: Priority: Category: mysql Class: > >Release: mysql-3.23.49 (Official MySQL binary) >Enviro

MySQL 3.23.49 Installation - password problems

2002-04-03 Thread Victoria Reznichenko
Lee, Tuesday, April 02, 2002, 8:54:44 PM, you wrote: LPR> I just installed MySQL 3.23.49 on NT and executed the following LPR> commands: LPR> UPDATE USER SET password=password("test1") WHERE host="localhost"; LPR> UPDATE USER SET password=password("tes

MySQL 3.23.49 Installation - password problems

2002-04-02 Thread Lee P Reilly
Hi, I just installed MySQL 3.23.49 on NT and executed the following commands: UPDATE USER SET password=password("test1") WHERE host="localhost"; UPDATE USER SET password=password("test1") WHERE host="%"; Now, after doing 'mysqladmin reload'

xp and mysql 3.23.49-win

2002-03-12 Thread Michael Grassman
I am trying to install mysql for use with iis4 and when I click on the setup.exe file an error message pops up but closes right away so I can't see the problem. has anyone had this frustrating experiance. If so please help. Thank Mike --

Re: mysql 3.23.49-1.src.rpm and RPM 4.0.2 on RH 6.2

2002-03-08 Thread Gabriele Carioli
> I want rebuild source rpm: MySQL-3.23.49-1.src.rpm with rpm 4.0.2 > But it fails. You need the rpm-build-4.0.2-6x.i386.rpm package to use the --rebuild option. You need gcc >= 2.95 to build MySQL (look at the "Why v3.23.49 does not build on RedHat 6.2

mysql 3.23.49-1.src.rpm and RPM 4.0.2 on RH 6.2

2002-03-08 Thread Ireneusz Piasecki
Hi everybody. I want rebuild source rpm: MySQL-3.23.49-1.src.rpm with rpm 4.0.2 But it fails. I type: rpm --rebuild MySQL-3.23.49-1.src.rpm and i see: all options for RPM. What is wrong ?? In MAN for RPM is: REBUILD AND RECOMPILE OPTIONS There are two other ways to invoke building with

Re: core dump in clients in MYSQL 3.23.49 using groups

2002-03-06 Thread Sinisa Milivojevic
Hi! We have a fix for the problem that you have hit. It is a temporary one. Final one will come in the nexe MySQL release: *** tmp/libmysql.c Wed Mar 6 22:00:00 2002 --- tmp/fixed.c Wed Mar 6 21:59:34 2002 *** *** 737,743 *end=0;

[Fwd: mysql 3.23.49 porting problem on POSIX 1003.1-2001 hosts]

2002-03-01 Thread Michael Widenius
hi! >> Description: Paul> The new POSIX standard is now official (IEEE Std 1003.1-2001), Paul> and it has removed support for some obsolete utility options Paul> that mysql uses in a few places. Basically, the new POSIX Paul> has removed digit-string options (e.g., "tail -1") and optio

Re: core dump in clients in MYSQL 3.23.49 using groups

2002-02-28 Thread Sinisa Milivojevic
Laurent Wacrenier writes: > Sinisa Milivojevic wrote: > > Do you mean that you have defined a group as [bug] ??? > > Yes. > > I've discovered the problem upgrading a server and reproduced it with > minimal C program and minimal my.cnf on another host. > > > Does it change anything if spaces ar

Re: core dump in clients in MYSQL 3.23.49 using groups

2002-02-28 Thread Laurent Wacrenier
Sinisa Milivojevic wrote: > Do you mean that you have defined a group as [bug] ??? Yes. I've discovered the problem upgrading a server and reproduced it with minimal C program and minimal my.cnf on another host. > Does it change anything if spaces are trimmed of host=foobar line ?? No. The co

Re: core dump in clients in MYSQL 3.23.49 using groups

2002-02-28 Thread Sinisa Milivojevic
Laurent Wacrenier writes: > Sinisa Milivojevic wrote: > > This seems worth investigating. > > > > Please send me your entire /etc/my.cnf > > > > Change password if you have defined it there. > > The full my.cnf I have used has been send in the report without change. > > --- > [bug] >

Re: core dump in clients in MYSQL 3.23.49 using groups

2002-02-28 Thread Laurent Wacrenier
Sinisa Milivojevic wrote: > This seems worth investigating. > > Please send me your entire /etc/my.cnf > > Change password if you have defined it there. The full my.cnf I have used has been send in the report without change. --- [bug] host=foobar --- If the the group match an

Re: core dump in clients in MYSQL 3.23.49 using groups

2002-02-28 Thread Sinisa Milivojevic
[EMAIL PROTECTED] writes: > >Description: > > When using groups in 3.23.49, client dumps core. > This bug sounds to be new (it does not appear in 3.23.41) > > [skip] This seems worth investigating. Please send me your entire /etc/my.cnf Change password if you have defined it there. -- Reg

MySQL-3.23.49-1.src.rpm does not build under RedHat Linux 6.2

2002-02-27 Thread Gabriele Carioli
I see binaries are now shipping with vwesrion 3.23.49a. Have sources been changed since 3.23.49? I'm asking since I've tried to build binary packages from MySQL-3.23.49-1.src.rpm as suggested. The compilation fails like this: [..snip...] creating libmysqlclient.la (cd .lib

core dump in clients in MYSQL 3.23.49 using groups

2002-02-27 Thread lwa
gt;Organization: France Teaser >MySQL support: none >Synopsis: core dump in clients using groups >Severity: critical >Priority: medium >Category: mysql >Class: sw-bug >Release: mysql-3.23.49 (FreeBSD port: mysql-server-3.23.49) >Environment:

Re: mysql 3.23.49-1 rpm fails with redhat 7 thu 7.2

2002-02-25 Thread Trond Eivind Glomsrød
[EMAIL PROTECTED] writes: > The latest rpms for mysql 3.23.49 produce a signal 4 error when > attempting to run the installed mysql server. > on all our servers running redhat 7 thru 7.2. > > Obviously this can't be a kernel 2.2.x issue, since 7.2 is on 2.4.x. > > I&

Re: mysql 3.23.49-1 rpm fails with redhat 7 thu 7.2

2002-02-23 Thread Doug Thompson
iam Schulz wrote: >On Sat, Feb 23, 2002 at 01:32:11PM +1300, [EMAIL PROTECTED] wrote: >> Hi all, >> >> The latest rpms for mysql 3.23.49 produce a signal 4 error when >> attempting to run the installed mysql server. >> on all our servers running redhat 7 thru 7.2. &g

Re: mysql 3.23.49-1 rpm fails with redhat 7 thu 7.2

2002-02-23 Thread S. William Schulz
On Sat, Feb 23, 2002 at 01:32:11PM +1300, [EMAIL PROTECTED] wrote: > Hi all, > > The latest rpms for mysql 3.23.49 produce a signal 4 error when > attempting to run the installed mysql server. > on all our servers running redhat 7 thru 7.2. > > Obviously this can'

Re: mysql 3.23.49 porting problem on POSIX 1003.1-2001 hosts

2002-02-23 Thread Sinisa Milivojevic
Paul Eggert writes: > >Description: > The new POSIX standard is now official (IEEE Std 1003.1-2001), > and it has removed support for some obsolete utility options > that mysql uses in a few places. Basically, the new POSIX > has removed digit-string options (e.g., "tail -

Error in --rebuild MySQL-3.23.49-1.src.rpm on RedHat 6.2

2002-02-22 Thread Gabriele Carioli
I'm running MySQL on a RedHat 6.2 linux box (kernel 2.2.20). The MySQL-shared-3.23.49-1.i386.rpm package does not install since it's compiled using GLIBC 2.2. I've tried to build binary packages from MySQL-3.23.49-1.src.rpm as suggested. The compilation fails: [..sn

RE: mysql 3.23.49-1 rpm fails with redhat 7 thu 7.2

2002-02-22 Thread Matthew Walker
5:32 PM To: [EMAIL PROTECTED] Subject: mysql 3.23.49-1 rpm fails with redhat 7 thu 7.2 Hi all, The latest rpms for mysql 3.23.49 produce a signal 4 error when attempting to run the installed mysql server. on all our servers running redhat 7 thru 7.2. Obviously this can't be a kernel 2

mysql 3.23.49-1 rpm fails with redhat 7 thu 7.2

2002-02-22 Thread simon
Hi all, The latest rpms for mysql 3.23.49 produce a signal 4 error when attempting to run the installed mysql server. on all our servers running redhat 7 thru 7.2. Obviously this can't be a kernel 2.2.x issue, since 7.2 is on 2.4.x. I've tried multiple installs now with no success

mysql 3.23.49 porting problem on POSIX 1003.1-2001 hosts

2002-02-22 Thread Paul Eggert
+932,7 @@ sub version { if ($dir && -e "$dir/bin/solcon") { - $version=`$dir/bin/solcon -e"ver" $main::opt_user $main::opt_password | grep Server | head -1`; + $version=`$dir/bin/solcon -e"ver" $main::opt_user $main::opt_password | grep +

Re: Installation Problem mysql-3.23.49

2002-02-20 Thread Sinisa Milivojevic
[EMAIL PROTECTED] writes: > >Description: > When I run a ./configure --prefix=/usr/local/mysql --with-libwrap the configure >completes but the make fails. > > Making all in sql > make[2]: Entering directory `/usr/local/src/mysql-3.23.49/sql' > Making all in share

install and upgrade problems with MySQL 3.23.49 via rpms

2002-02-20 Thread flynch
I maintain 3 machines running MySQL. Machine 1: Redhat 6.2 (Pentium 133, 40 megs, 1.5 gig) An attempt to upgrade the server from version 3.23.46 to 3.23.49 via rpm upgrade generated no errors or warnings but the resulting mysqld server crashed. Reinstallation of an earlier version was required

Installation Problem mysql-3.23.49

2002-02-19 Thread cdilks
>Description: When I run a ./configure --prefix=/usr/local/mysql --with-libwrap the configure completes but the make fails. Making all in sql make[2]: Entering directory `/usr/local/src/mysql-3.23.49/sql' Making all in share make[3]: Entering directory `/usr/local/src/mysql-3.23.49/s

Time bug with MySQL 3.23.49

2002-02-19 Thread Richard Gabriel
After MySQL 3.23.49 was release the other day, I upgraded my server as usual. After a while I noticed something odd. All datetimes that were entered into the database after I upgraded the server to 3.23.49 were 5 hours ahead. I am located in Upstate NY, which I think is -5 hours from GMT

MySQL-3.23.49-1.src.rpm does not build on RedHat 6.2

2002-02-19 Thread Gabriele Carioli
I'm running MySQL on a RedHat 6.2 linux box (kernel 2.2.20). The MySQL-shared-3.23.49-1.i386.rpm package does not install since it's compiled using GLIBC 2.2. I've tried to build binary packages from MySQL-3.23.49-1.src.rpm as suggested. The compilation fails: creating libmys

Re: Problem with mysql 3.23.49 rpm install

2002-02-18 Thread Trond Eivind Glomsrød
"Ireneusz Piasecki" <[EMAIL PROTECTED]> writes: > Hi. > I want upgrade mysql from 3.23.48 to 3.23.49 but i see that. > > first. shared > ># /usr/lib/mc/extfs/rpm run /home/httpd/MySQL-shared-3.23.49-1.i386.rpm > UPGRADE > Upgrading "/home/httpd/MySQL-shared-3.23.49-1.i386.rpm" > error: failed de

Problem with mysql 3.23.49 rpm install

2002-02-18 Thread Ireneusz Piasecki
Hi. I want upgrade mysql from 3.23.48 to 3.23.49 but i see that. first. shared ># /usr/lib/mc/extfs/rpm run /home/httpd/MySQL-shared-3.23.49-1.i386.rpm UPGRADE Upgrading "/home/httpd/MySQL-shared-3.23.49-1.i386.rpm" error: failed dependencies: libc.so.6(GLIBC_2.2) is needed by MySQL-share

mysql-3.23.49-pc-linux-gnu-i686

2002-02-18 Thread tech
Hello, The binary distribution of mysql 3.23.49 seems to be non-functional under slackware 8.0, unable to find the user the database is configured to run as Fatal error: Can't change to run as user 'mysql' ; Please check that the user exists! root@mysql:~# id mysql uid=27(mysq