Your message dated Fri, 6 Apr 2007 20:53:03 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#416029: mysql-server: Server stopped but not started
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: mysql-server
Version: 5.0.36-1
Severity: normal
Hi,
The mysql-server package stopped the server (why? I thought it was only a dummy
package) but didn't start it.
For some reason mysql-server-5.0 wasn't part of todays updates.
$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree... Done
The following packages will be upgraded:
grub libdb4.2 libdbi-perl mysql-common mysql-server
5 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/1590kB of archives.
After unpacking 295kB of additional disk space will be used.
Do you want to continue [Y/n]?
(Reading database ... 23516 files and directories currently installed.)
Preparing to replace libdb4.2 4.2.52+dfsg-1 (using
.../libdb4.2_4.2.52+dfsg-2_i386.deb) ...
Unpacking replacement libdb4.2 ...
Preparing to replace grub 0.97-24 (using .../archives/grub_0.97-26_i386.deb) ...
Unpacking replacement grub ...
Preparing to replace libdbi-perl 1.53-1 (using .../libdbi-perl_1.54-1_i386.deb)
...
Unpacking replacement libdbi-perl ...
Preparing to replace mysql-common 5.0.32-10 (using
.../mysql-common_5.0.36-1_all.deb) ...
Unpacking replacement mysql-common ...
Preparing to replace mysql-server 5.0.32-10 (using
.../mysql-server_5.0.36-1_all.deb) ...
Stopping MySQL database server: mysqld.
Unpacking replacement mysql-server ...
Setting up libdb4.2 (4.2.52+dfsg-2) ...
Setting up grub (0.97-26) ...
Setting up libdbi-perl (1.54-1) ...
Setting up mysql-common (5.0.36-1) ...
Setting up mysql-server (5.0.36-1) ...
$ mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket
'/var/run/mysqld/mysqld.sock' (2)
$ sudo /etc/init.d/mysql start
Starting MySQL database server: mysqld . ..
Checking for corrupt, not cleanly closed and upgrade needing tables..
$ mysql
ERROR 1045 (28000): Access denied for user 'olaf'@'localhost' (using password:
NO)
$
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages mysql-server depends on:
ii mysql-server-5.0 5.0.32-10 mysql database server binaries
mysql-server recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Hi Olaf
On 2007-03-24 Olaf van der Spek wrote:
> The mysql-server package stopped the server (why? I thought it was only a
> dummy package) but didn't start it.
The mysql-server.preinst tries to convert old ISAM tables. That could for
some reasons only happen in the dummy package's preinst and not in
mysql-server-5.0.preinst as we found out during sarge->etch tests.
As this had to start a mysqld if none was running anyway it was probably
easier to implement it by stopping a running one unconditionally...
Anyway, it will vanish after the etch release.
> For some reason mysql-server-5.0 wasn't part of todays updates.
This can happen in testing/unstable when the FTP servers don't catch up.
Should not be a problem for etch though, so I close this bug.
bye,
-christian-
signature.asc
Description: PGP signature
--- End Message ---