Advertisement
Guest User

Untitled

a guest
Sep 8th, 2017
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. :/# apt install mysql-server-5.7
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. Suggested packages:
  6. mailx tinyca
  7. The following NEW packages will be installed:
  8. mysql-server-5.7
  9. 0 upgraded, 1 newly installed, 0 to remove and 5 not upgraded.
  10. Need to get 0 B/3,363 kB of archives.
  11. After this operation, 50.0 MB of additional disk space will be used.
  12. Preconfiguring packages ...
  13. Selecting previously unselected package mysql-server-5.7.
  14. (Reading database ... 98007 files and directories currently installed.)
  15. Preparing to unpack .../mysql-server-5.7_5.7.19-0ubuntu0.17.04.1_amd64.deb ...
  16. Unpacking mysql-server-5.7 (5.7.19-0ubuntu0.17.04.1) ...
  17. Processing triggers for ureadahead (0.100.0-19) ...
  18. Processing triggers for systemd (232-21ubuntu5) ...
  19. Processing triggers for man-db (2.7.6.1-2) ...
  20. Setting up mysql-server-5.7 (5.7.19-0ubuntu0.17.04.1) ...
  21. update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
  22. Renaming removed key_buffer and myisam-recover options (if present)
  23. Job for mysql.service failed because the control process exited with error code.
  24. See "systemctl status mysql.service" and "journalctl -xe" for details.
  25. invoke-rc.d: initscript mysql, action "start" failed.
  26. ● mysql.service - MySQL Community Server
  27. Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: enabled)
  28. Active: activating (auto-restart) (Result: exit-code) since Fri 2017-09-08 16:58:25 EDT; 15ms ago
  29. Process: 29965 ExecStartPost=/usr/share/mysql/mysql-systemd-start post (code=exited, status=0/SUCCESS)
  30. Process: 29964 ExecStart=/usr/sbin/mysqld (code=exited, status=1/FAILURE)
  31. Process: 29956 ExecStartPre=/usr/share/mysql/mysql-systemd-start pre (code=exited, status=0/SUCCESS)
  32. Main PID: 29964 (code=exited, status=1/FAILURE)
  33. CPU: 304ms
  34.  
  35. Sep 08 16:58:25 LKNServer-Ubuntu systemd[1]: Failed to start MySQL Community Server.
  36. Sep 08 16:58:25 LKNServer-Ubuntu systemd[1]: mysql.service: Unit entered failed state.
  37. Sep 08 16:58:25 LKNServer-Ubuntu systemd[1]: mysql.service: Failed with result 'exit-code'.
  38. dpkg: error processing package mysql-server-5.7 (--configure):
  39. subprocess installed post-installation script returned error exit status 1
  40. Errors were encountered while processing:
  41. mysql-server-5.7
  42. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement