Advertisement
Masaru_Kitajima

20181230MySQL Operation.

Dec 30th, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.55 KB | None | 0 0
  1. mysql> use mylife;
  2. Reading table information for completion of table and column names
  3. You can turn off this feature to get a quicker startup with -A
  4.  
  5. Database changed
  6. mysql> show tables;
  7. ERROR 2006 (HY000): MySQL server has gone away
  8. No connection. Trying to reconnect...
  9. Connection id:    1
  10. Current database: mylife
  11.  
  12. ERROR 2006 (HY000): MySQL server has gone away
  13. No connection. Trying to reconnect...
  14. ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)
  15. ERROR:
  16. Can't connect to the server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement