[debian-mysql] Bug#839130: Why and workarround

GUERIN François fguerin at ville-tourcoing.fr
Thu Sep 29 11:05:09 UTC 2016


Hi,

I've work-arrounded the bug.

I had a timezone settings in my.cnf :

[mysqld]
...
default_time_zone="Europe/Paris"

to define the time zone for my projects, and it seams this value breaks the launching of:

MYSQL_BOOTSTRAP="/usr/sbin/mysqld --bootstrap --user=mysql --disable-log-bin --skip-grant-tables --default-storage-engine=myisam"

from dpkg postinst script : the value is not recognized, and the direct launch of the server fails with 1 exit status, BUT, the systemctl start mysql still works.

The workarround was to use:

default_time_zone="+02:00"

instead, and then the update goes on, without stopping the server.


François GUÉRIN
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-mysql-maint/attachments/20160929/3b0eb3b8/attachment.html>


More information about the pkg-mysql-maint mailing list