加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > Linux > 正文

linux安装MySQL后输入mysql显示 ERROR 2002 (HY000): Can't

发布时间:2020-12-14 00:47:35 所属栏目:Linux 来源:网络整理
导读:我是小白,大佬勿喷 *** linux安装MySQL后输入 mysql 显示 ERROR 2002 (HY000): Can‘t connect to local MySQL server through socket 解决办法 输入 service mysql restart [email?protected]:/# service mysql restart * Stopping MySQL database server

我是小白,大佬勿喷
***

linux安装MySQL后输入mysql显示

ERROR 2002 (HY000): Can‘t connect to local MySQL server through socket
解决办法
输入service mysql restart

[email?protected]:/# service mysql restart
 * Stopping MySQL database server mysqld                                                                         [ OK ]
 * Starting MySQL database server mysqld                                                                                No directory,logging in with HOME=/
                                                                                                                 [ OK ]

然后输入mysql

[email?protected]:/# mysql
Welcome to the MySQL monitor.  Commands end with ; or g.
Your MySQL connection id is 4
Server version: 5.7.26-0ubuntu0.18.04.1 (Ubuntu)

Copyright (c) 2000,2019,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>

问题解决

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读