Koozali.org: home of the SME Server

5.6 seems to have broken mysql

Steve

5.6 seems to have broken mysql
« on: January 18, 2003, 01:59:08 AM »
I had a windows vb6 myoledb app connecting to mysql on 5.5 - upgrade to 5.6 unsupported seems to have broken this. I also cant connect with mysql GUI client from the mysql site. php web apps on the localhost seem ok.

Any ideas ?

ted

Re: 5.6 seems to have broken mysql
« Reply #1 on: January 18, 2003, 04:07:46 AM »
I know its no help my myODBC doesn't seem to work with mysql in 5.6 either. I'm trying to use the open office 1.0.1 spreadsheet with a mysql database. It worked before on 5.5. I even did a fresh install of 5.6.

The server-manager is broken too. The fix in the published bug report didn't work.

Paul Isaacs

Re: 5.6 seems to have broken mysql
« Reply #2 on: January 19, 2003, 04:51:50 AM »
Agreed.

I have also tried to remotely access mySql. No joy. I have used a local console to set permissions etc. but get the message:
2013: Lost connection to MySQL server during query.

Any help/ideas would be greatly appreciated.

regards

Paul

Paul Isaacs

Re: 5.6 seems to have broken mysql
« Reply #3 on: January 20, 2003, 02:04:37 AM »
Hi,
Further investigation shows that the mysqld appears to be hanging.
I have reported this to bugs@e-smith

=====================================================================
030120 09:04:58 mysqld started
/usr/libexec/mysqld: ready for connections
Number of processes running now: 1
mysqld process hanging, pid 2067 - killed
030120 09:08:32 mysqld restarted
/usr/libexec/mysqld: ready for connections
030120 9:09:51 /usr/libexec/mysqld: Normal shutdown
030120 9:09:51 /usr/libexec/mysqld: Shutdown Complete
030120 09:09:51 mysqld ended
030120 09:12:14 mysqld started
/usr/libexec/mysqld: ready for connections
Number of processes running now: 1
mysqld process hanging, pid 1513 - killed
030120 09:29:16 mysqld restarted
/usr/libexec/mysqld: ready for connections
Number of processes running now: 1
mysqld process hanging, pid 2285 - killed
030120 09:43:07 mysqld restarted
/usr/libexec/mysqld: ready for connections
=======================
regards

Paul

Steve

Re: 5.6 seems to have broken mysql
« Reply #4 on: January 22, 2003, 12:25:10 PM »
I am also having the same problem after the upgrade and am unable to connect to the database remotely.

Beeckmans Olivier

Re: 5.6 seems to have broken mysql
« Reply #5 on: January 23, 2003, 01:57:35 PM »
I've the same trouble on a Fresh Installation, I've try on other computer and with a different lan address the problems still present !

regards Olivier

Charlie Brady

Re: 5.6 seems to have broken mysql
« Reply #6 on: January 24, 2003, 07:18:23 AM »
Paul Isaacs wrote:

> Further investigation shows that the mysqld appears to be
> hanging.

RedHat's bugzilla suggests that upgrading to RH7.3 latest glibc and glibc-common (version 2.2.5-42) will fix that problem. That seemed to do the trick for me.

Charlie

boris

Re: 5.6 seems to have broken mysql
« Reply #7 on: January 24, 2003, 01:13:21 PM »
It does indeed fixes it. Thanks for advice Charlie,
Boris.

Steve

Re: 5.6 seems to have broken mysql
« Reply #8 on: January 24, 2003, 01:22:01 PM »
What options did you us eto install ? I am having no joy

Beeckmans Olivier

Re: 5.6 seems to have broken mysql
« Reply #9 on: January 24, 2003, 07:18:35 PM »
I've made a Fresh Install. SME 5.6 unsupported developer release

English
be-latin1
more options
install Software Raid - DUAL IDE
install

Install phpmyadmin
Creation of a new user with all priviliges from anywhere

Try on 3 other Computer's, with other lan setting

MySQL unjoinable throug MyODBC-3.51 or LibMySQL

But running in local mode (PHP)

Olivier

Beeckmans Olivier

Re: 5.6 seems to have broken mysql
« Reply #10 on: January 24, 2003, 10:06:19 PM »
Can you write a procedure please with package link ?

Thanks a Lot

Beeckmans Olivier

Beeckmans Olivier

Re: 5.6 seems to have broken mysql
« Reply #11 on: January 24, 2003, 10:34:22 PM »
Solution (Thanks To Charlie Brady)

Create a directory

Download those 2 files in this directory

wget ftp://rpmfind.net/linux/redhat/updates/7.3/en/os/i386/glibc-common-2.2.5-42.i386.rpm

Size 11,186,583 bits

Wget ftp://rpmfind.net/linux/redhat/updates/7.3/en/os/i386/glibc-2.2.5-42.i386.rpm

Size 3,119,006 bits

rpm -Uvh *.rpm

After Update, MySQL is joinable without reboot or other action

Thanks and enjoy

Steve

Re: 5.6 seems to have broken mysql
« Reply #12 on: January 24, 2003, 11:24:28 PM »
Thanks Charlie

Steve

Re: 5.6 seems to have broken mysql
« Reply #13 on: January 26, 2003, 07:22:15 PM »
I can confirm that connecting externally  via myoledb/vb is once again possible, however once working code is unable to actually insert data.

Charlie Brady

Re: 5.6 seems to have broken mysql
« Reply #14 on: January 30, 2003, 06:28:34 PM »
Beeckmans Olivier wrote:

> Create a directory

Or better, don't create a directory. Just do:

R=ftp://rpmfind.net/linux/redhat/updates/7.3/en/os/i386
rpm -Uhv $R/glibc-common-2.2.5-42.i386.rpm   \
  $R/glibc-2.2.5-42.i386.rpm

> After Update, MySQL is joinable without reboot or other action
>
> Thanks and enjoy

Charlie