gpt4 book ai didi

mysql - 终端mysql错误2002

转载 作者:行者123 更新时间:2023-11-29 21:00:06 26 4
gpt4 key购买 nike

我使用 php 切换器和 phpmyadmin 自己安装 Apache/php/mysql。

我经常在 phpmyadmin 上遇到 2002 错误,然后将 pma 文件“pma/config.inc.php”中的主机从“localhost”更改为“127.0.0.1”来修复该错误。

在我的终端上,输入 mysql 命令时,它总是返回我:

> mysql 

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

但是,如果我在本地 IP 地址 127.0.0.1 上强制使用 root 密码进​​行连接,则它可以工作。请注意,在 Google Chrome 中,phpmyadmin 适用于 http://127.0.0.1/pmahttp://localhost/pma .

终端:

> mysql -u root -h 127.0.0.1 -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 3
Server version: 5.7.12 MySQL Community Server (GPL)

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

在/tmp 文件夹中我有一个锁定的文件:

mysql.sock.lock

Apache 版本:

> apachectl -v
Server version: Apache/2.4.18 (Unix)
Server built: Feb 20 2016 20:03:19

PHP 版本(请记住我有一个 php 切换器),但它也不适用于其他版本:

> php -v
PHP 7.0.6 (cli) (built: Apr 29 2016 04:21:39) ( NTS )
Copyright (c) 1997-2016 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies
with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies
with Xdebug v2.4.0, Copyright (c) 2002-2016, by Derick Rethans

mysql 状态:

mysql  Ver 14.14 Distrib 5.7.12, for osx10.11 (x86_64) using  EditLine wrapper

Connection id: 4
Current database:
Current user: root@localhost
SSL: Not in use
Current pager: less
Using outfile: ''
Using delimiter: ;
Server version: 5.7.12 MySQL Community Server (GPL)
Protocol version: 10
Connection: 127.0.0.1 via TCP/IP
Server characterset: latin1
Db characterset: latin1
Client characterset: utf8
Conn. characterset: utf8
TCP port: 3306
Uptime: 1 day 3 hours 28 min 19 sec

Threads: 1 Questions: 9 Slow queries: 0 Opens: 105 Flush tables: 1 Open tables: 98 Queries per second avg: 0.000

感谢您帮助我获得了稳定的配置,而无需再次安装 MAMP 或其他服务器配置软件。我希望能够在我的终端上使用 mysql 命令而不强制使用它,并且不再看到这个 2002 错误。

Ps:抱歉第一篇法语帖子

编辑:好吧,似乎没有人知道为什么。但是,您可以为“mysql -u root -h 127.0.0.1 -p”创建别名。

最佳答案

尝试添加 ~/.my.cnf

[client]
user=root
password=crazypasswordhere

还看到了MySQL Utilities - ~/.my.cnf option file

关于mysql - 终端mysql错误2002,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37309480/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com