Recentemente, fiz uma pergunta em This post
Eu tive alguma ajuda, mas minha pergunta não foi resolvida. Eu ainda não tenho acesso ao phpmyadmin e o mysql não está funcionando corretamente. Aqui é onde eu estou agora.
Eu corri este código:
$ systemctl status mysql.service
● mysql.service - MySQL Community Server
Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: enabled)
Active: activating (start-post) (Result: exit-code) since Tue 2017-01-10 09:17:03 CST; 16s ago
Process: 15561 ExecStart=/usr/sbin/mysqld (code=exited, status=1/FAILURE)
Process: 15556 ExecStartPre=/usr/share/mysql/mysql-systemd-start pre (code=exited, status=0/SUCCESS)
Main PID: 15561 (code=exited, status=1/FAILURE); : 15562 (mysql-systemd-s)
CGroup: /system.slice/mysql.service
└─control
|─15562 /bin/bash /usr/share/mysql/mysql-systemd-start post
└─15623 sleep 1
Jan 10 09:17:03 logan-Latitude-E6320 systemd[1]: Starting MySQL Community Server...
Jan 10 09:17:06 logan-Latitude-E6320 systemd[1]: mysql.service: Main process exited, code=exited, status=1/FAILURE
Eu já tentei desinstalar e reinstalar tudo. Aqui está esse processo:
logan@logan-Latitude-E6320:~$ sudo rm -f /var/lib/mysql/debian-*.flag
logan@logan-Latitude-E6320:~$ sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
mysql-server-5.7
Suggested packages:
mailx tinyca
The following NEW packages will be installed:
mysql-server-5.7
0 upgraded, 1 newly installed, 0 to remove and 195 not upgraded.
3 not fully installed or removed.
Need to get 0 B/2,597 kB of archives.
After this operation, 48.3 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Preconfiguring packages ...
(Reading database ... 230105 files and directories currently installed.)
Preparing to unpack .../mysql-server-5.7_5.7.16-0ubuntu0.16.04.1_amd64.deb ...
Unpacking mysql-server-5.7 (5.7.16-0ubuntu0.16.04.1) ...
Processing triggers for ureadahead (0.100.0-19) ...
Processing triggers for systemd (229-4ubuntu10) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-2) ...
Setting up mysql-server-core-5.7 (5.7.16-0ubuntu0.16.04.1) ...
Setting up mysql-server-5.7 (5.7.16-0ubuntu0.16.04.1) ...
Installing new version of config file /etc/apparmor.d/usr.sbin.mysqld ...
Installing new version of config file /etc/init.d/mysql ...
Installing new version of config file /etc/logrotate.d/mysql-server ...
Installing new version of config file /etc/mysql/debian-start ...
update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
update-alternatives: warning: not replacing /etc/mysql/my.cnf with a link
Job for mysql.service failed because the control process exited with error code. See "systemctl status mysql.service" and "journalctl -xe" for details.
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing package mysql-server-5.7 (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of mysql-server:
mysql-server depends on mysql-server-5.7; however:
Package mysql-server-5.7 is not configured yet.
dpkg: error processing package mysql-server (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Processing triggers for systemd (229-4ubuntu10) ...
Processing triggers for ureadahead (0.100.0-19) ...
Errors were encountered while processing:
mysql-server-5.7
mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)
Acredito que esse problema esteja com / usr / bin / dpkg (já que é o que está retornando o código de erro, mas não sei como resolver o problema. Alguém sabe quais etapas devem ser tomadas para chegar a uma solução?
Qualquer conselho é bem-vindo, agradeço sua ajuda antecipadamente.
Se precisar de mais informações, informe-nos.
Editar 1: Esta questão foi identificada como uma possível duplicação de outra questão. Essa possível duplicata é a pergunta anterior que fiz, que não produziu uma solução para o problema.