mysqld nie uruchomi się w Fedorze 22
Mam maszynę wirtualną, na której działa stos LAMP z Fedorą 22. To jest serwer przeznaczony do uruchamiania OwnCloud.
Serwer i OwnCLoud działały dobrze od kilku tygodni. Musiałem zrestartować serwer. Mysqld nie uruchomi się po ponownym uruchomieniu. Próba ręcznego uruchomienia usługi również nie powiodła się.
[root@cloudServ]/home/rcreasy# service mysqld start
Redirecting to/bin/systemctl start mysqld.service
Job for mysqld.service failed because the control process exited with
error code. See "systemctl status mysqld.service" and "journalctl -xe"
for details.
Oto wyniki statusu systemctl mysqld.service
[root@cloudServ]/home/rcreasy# systemctl status mysqld.service
● mysqld.service - MySQL Server
Loaded: loaded (/usr/lib/systemd/system/mysqld.service; enabled; vendor preset: disabled)
Active: failed (Result: start-limit) since Fri 2016-09-30 12:03:34 EDT; 1min 3s ago
Process: 3851 ExecStart=/usr/sbin/mysqld --daemonize --pid-file=/var/run/mysqld/mysqld.pid $MYSQLD_OPTS (code=exited, status=1/FAILURE)
Process: 3829 ExecStartPre=/usr/bin/mysqld_pre_systemd (code=exited, status=0/SUCCESS)Sep 30 12:03:34 cloudServ systemd[1]: mysqld.service: Unit entered failed state.
Sep 30 12:03:34 cloudServ systemd[1]: mysqld.service: Failed with result 'exit-code'.
Sep 30 12:03:34 cloudServ systemd[1]: mysqld.service: Service hold-off time over, scheduling ...art.
Sep 30 12:03:34 cloudServ systemd[1]: mysqld.service: Start request repeated too quickly.
Sep 30 12:03:34 cloudServ systemd[1]: Failed to start MySQL Server.
Sep 30 12:03:34 cloudServ systemd[1]: mysqld.service: Unit entered failed state.
Sep 30 12:03:34 cloudServ systemd[1]: mysqld.service: Failed with result 'start-limit'.
journalctl -xe daje wiele wierszy z (gdzie XXX to kilka różnych liczb)
Sep 30 12:15:12 cloudServ ownCloud[XXX]: {remote} Failed to connect to the database: An exception occured in driver: SQLSTATE[HY000] [2002] No such file or dir
Nic nowego nie jest zapisane w/var/log/mysqld.log Własność w/var/lib/mysql, a jego zawartość to mysql: mysql
Czy ktoś może wskazać mi właściwy kierunek?
Nie znaleziono powiązanych wyników
Zaproszony:
Aby odpowiedzieć na pytania, Zaloguj się lub Zarejestruj się
1 odpowiedzi
Anonimowy użytkownik
Potwierdzenie od:
Ponieważ jest to maszyna wirtualna, dodałem wirtualne miejsce na dysku.
Publikuję to w nadziei, że pomoże to komuś innemu i że mój zegar będzie korzystny dla kogoś.