mysql.service fail to start after upgrade to mysql-server.5.6
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
mysql-5.6 (Ubuntu) |
Incomplete
|
High
|
Lars Tangvald |
Bug Description
After upgrade to mysql-server-5.6 mysql.service fail to start (after reboot).
Here the systemctl status mysql.service:
● mysql.service - MySQL Community Server
Loaded: loaded (/lib/systemd/
Active: activating (start-post) since mar 2015-03-24 08:41:00 CET; 25s ago
Process: 951 ExecStart=
Process: 943 ExecStartPre=
Main PID: 951 (code=exited, status=0/SUCCESS); : 952 (mysql-systemd-s)
CGroup: /system.
├─ 952 /bin/bash /usr/share/
└─2601 sleep 1
mar 24 08:41:00 luca-k53sd systemd[1]: Starting MySQL Community Server...
mar 24 08:41:00 luca-k53sd mysqld_safe[951]: 150324 08:41:00 mysqld_safe Can't log to error log and syslog at the same time. Remove all --log-err...e effect.
mar 24 08:41:00 luca-k53sd mysqld_safe[951]: 150324 08:41:00 mysqld_safe Logging to '/var/log/
mar 24 08:41:00 luca-k53sd mysqld_safe[951]: mkdir: impossibile creare la directory "/var/run/mysqld": Permesso negato
mar 24 08:41:00 luca-k53sd mysqld_safe[951]: chown: impossibile accedere a "/var/run/mysqld": File o directory non esistente
mar 24 08:41:00 luca-k53sd mysqld_safe[951]: chmod: impossibile accedere a "/var/run/mysqld": File o directory non esistente
mar 24 08:41:00 luca-k53sd mysqld_safe[951]: 150324 08:41:00 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
Hint: Some lines were ellipsized, use -l to show in full.
Changed in mysql-5.6 (Ubuntu): | |
importance: | Undecided → High |
Changed in mysql-5.6 (Ubuntu): | |
assignee: | nobody → Lars Tangvald (lars-tangvald) |
Changed in mysql-5.6 (Ubuntu): | |
status: | Confirmed → Incomplete |
Status changed to 'Confirmed' because the bug affects multiple users.