Advertisement
rey13

mysql error

Aug 17th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. ubuntu@ubuntu:~$ sudo apt install mysql-client-core-5.7
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following additional packages will be installed:
  6. libaio1
  7. The following NEW packages will be installed:
  8. libaio1 mysql-client-core-5.7
  9. 0 upgraded, 2 newly installed, 0 to remove and 267 not upgraded.
  10. Need to get 7,409 kB of archives.
  11. After this operation, 34.5 MB of additional disk space will be used.
  12. Do you want to continue? [Y/n] y
  13. Get:1 http://security.ubuntu.com/ubuntu zesty-security/main amd64 mysql-client-core-5.7 amd64 5.7.19-0ubuntu0.17.04.1 [7,403 kB]
  14. Get:2 http://archive.ubuntu.com/ubuntu zesty/main amd64 libaio1 amd64 0.3.110-3 [6,382 B]
  15. 19% [1 mysql-client-core-5.7 811 kB/7,403 kB 11%] 92.8 kB/s 1min 1119% [1 mysql-client-core-5.7 857 kB/7,403 kB 12%] 92.8 kB/s 1min 10Fetched 7,409 kB in 1min 3s (117 kB/s)
  16. Selecting previously unselected package libaio1:amd64.
  17. (Reading database ... 186465 files and directories currently installed.)
  18. Preparing to unpack .../libaio1_0.3.110-3_amd64.deb ...
  19. Unpacking libaio1:amd64 (0.3.110-3) ...
  20. Selecting previously unselected package mysql-client-core-5.7.
  21. Preparing to unpack .../mysql-client-core-5.7_5.7.19-0ubuntu0.17.04.1_amd64.deb ...
  22. Unpacking mysql-client-core-5.7 (5.7.19-0ubuntu0.17.04.1) ...
  23. Processing triggers for libc-bin (2.24-9ubuntu2) ...
  24. Setting up libaio1:amd64 (0.3.110-3) ...
  25. Processing triggers for man-db (2.7.6.1-2) ...
  26. Setting up mysql-client-core-5.7 (5.7.19-0ubuntu0.17.04.1) ...
  27. Processing triggers for libc-bin (2.24-9ubuntu2) ...
  28. ubuntu@ubuntu:~$ mysql
  29. ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
  30. ubuntu@ubuntu:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement