Re: Installation 4.1.1
"Bertrand Lanneau" <[email protected]>
| Newsgroups | gmane.comp.db.mysql.bugs |
|---|---|
| Message-ID | <00b301c3be45$bf3ddff0$4601a8c0@TINTIN> |
Hi,
Ok, I stole the file in the tar distribution and succeeded in the
installation of mysql 4.1.1 .
I then checked some new features i was interested in:
- you wrote in the changelog that mysql 4.1.1 count now characters and
no more bytes.
I checked the length of "abé" and got 4 ... it doesn't work.
- I had mentionned a bug two months ago : crash of mysql with the execution of
create table t1 (col1 varchar(20) PRIMARY KEY, col2 varchar(30) not null, unique index(col2));
insert into t1 set col1="abc", col2="Ikéa";
update t1 set col2="Ikea" where col2="Ikéa";
This still crashes mysql... :-(
I then supposed that i could use mysql 4.1.1 and have to wait some more time for the
fixes of the bugs mentionned above but :
- I'm now unable to connect from Java. I got exactly the same error messages as if
mysql was down :
Caused by: java.sql.SQLException: Server connection failure during transaction.
Attempted reconnect 3 times. Giving up.
at com.mysql.jdbc.Connection.createNewIO(Connection.java:1704)
Does i have to change something in my code to upgrade from 4.10 to 4.1.1 ?
- I'm also unable to type characters with accents(é,è, ...) in the client . My console
is unusable...
I reinstalled mysql 4.1.0 and everything works fine again (java, console).
I have no doubt mysql 4.1.1 will bring a lot of ameliorations/bug fixes, but i suppose
i have to wait some more time before it will be usable.
I hope the mention of these bugs can help fixing it.
Bertrand Lanneau.
----- Original Message -----
From: "Lenz Grimmer" <[email protected]>
To: "Bertrand Lanneau" <[email protected]>
Cc: <[email protected]>
Sent: Friday, December 05, 2003 9:33 PM
Subject: Re: Installation 4.1.1
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi,
>
> On Fri, 5 Dec 2003, Bertrand Lanneau wrote:
>
> > I have a problem in the installation of mysql 4.1.1. When i try to
> > install the server rpm, i get the following error message :
> >
> > /usr/bin/mysql_install_db: line 202: /usr/bin/mysql_create_system_tables: No such file or directory
> > ERROR: 1046 No Database Selected
> > (...)
> >
> > This file (mysql_create_system_tables) doesn't seem to be in the rpm.
>
> Yes, you are right - thanks for spotting this one!
>
> > Is it a bug in the rpm or does i do something wrong ?
>
> No, it's a packaging bug on our side - it will be fixed soon.
>
> As a workaround, you can "steal" that file from a binary distribution
> (tarball) and place it into /usr/bin.
>
> I will prepare an updated MySQL-server RPM ASAP.
>
> Bye,
> LenZ
> - --
> Lenz Grimmer <[email protected]>
> Senior Production Engineer
> MySQL GmbH, http://www.mysql.de/
> Hamburg, Germany
>
> For technical support contracts, visit https://order.mysql.com/?ref=mlgr
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.2 (GNU/Linux)
> Comment: For info see http://quantumlab.net/pine_privacy_guard/
>
> iD8DBQE/0OuASVDhKrJykfIRAmhoAJ4gEAXgCI/WBQcAXULgTU41hoUw5gCffg7H
> ZyUxTtgMJlZYQRwDXWcqsco=
> =tSGS
> -----END PGP SIGNATURE-----
>
> --
> MySQL Bugs Mailing List
> For list archives: http://lists.mysql.com/bugs
> To unsubscribe: http://lists.mysql.com/[email protected]
>
>