您好,登錄后才能下訂單哦!
防偽碼:沒有相當程度的孤獨是不可能有內心的平和。
【現象】
mysql.sock被刪除,導致無法連接數據庫。
[root@MySQL-01 ~]#mysql -uroot -p Enter password: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
提示無法通過mysql.sock連接MySQL server。
【解決】
方案一:重啟數據庫會重新創建mysql.sock。
方案二:若暫時無法重啟數據庫,可以通過TCP協議連接數據庫。
MySQL默認使用的是UNIX套接字文件連接,而不是TCP/IP從。MySQL4.1開始,可以用--protocol=TCP|SOCKETPIPE|MEMORY指定選項連接數據庫。
[root@MySQL-01 ~]#mysql -uroot -p --protocol=TCP Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 16127 Server version: 5.6.36-log MySQL Community Server (GPL) Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql>
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。