Running MYSQL 5.7 By Bash On Ubuntu On Windows:ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)


root@PC-RENGUOQIANG:/usr/sbin# /etc/init.d/mysql start
* Starting MySQL database server mysqld [ OK ]
root@PC-RENGUOQIANG:/usr/sbin# ps -ef | grep mysql
mysql 171 1 0 11:58 ? 00:00:00 /bin/sh /usr/bin/mysqld_safe
mysql 641 171 0 11:58 ? 00:00:00 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib/mysql/plugin --log-error=/var/log/mysql/error.log --pid-file=/var/run/mysqld/mysqld.pid --socket=/var/run/mysqld/mysqld.sock --port=3306 --log-syslog=1 --log-syslog-facility=daemon --log-syslog-tag=
root 740 7 0 13:47 tty1 00:00:00 grep --color=auto mysq

 

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) - 國內版 Bing
https://cn.bing.com/search?FORM=U227DF&PC=U227&q=ERROR+2002+(HY000)%3A+Can%27t+connect+to+local+MySQL+server+through+socket+%27%2Fvar%2Frun%2Fmysqld%2Fmysqld.sock%27+(2)

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) - 樂於改變 - CSDN博客
https://blog.csdn.net/lmss82/article/details/4414178

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) - LaMw - 博客園
https://www.cnblogs.com/Lam7/p/6090975.html

MYSQL錯誤解決:ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)-雲棲社區-阿里雲
https://yq.aliyun.com/articles/44934

phpmyadmin - ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) - Stack Overflow
https://stackoverflow.com/questions/11657829/error-2002-hy000-cant-connect-to-local-mysql-server-through-socket-var-run

Can’t connect to local MySQL server through socket_數據庫技術_Linux公社-Linux系統門戶網站
https://www.linuxidc.com/Linux/2018-05/152246.htm

 

文件相關路徑:

MySQL
https://help.ubuntu.com/lts/serverguide/mysql.html

Ubuntu中MySQL5.7設置utf8編碼格式步驟 - 為了、夢想 的博客 - CSDN博客
https://blog.csdn.net/qq_32144341/article/details/51318390

ubuntu徹底刪除mysql,並重裝 - weixin_41918841的博客 - CSDN博客
https://blog.csdn.net/weixin_41918841/article/details/82993537

 

root@PC-RENGUOQIANG:~# cat /etc/mysql/my.cnf
#
# The MySQL database server configuration file.
#
# You can copy this to one of:
# - "/etc/mysql/my.cnf" to set global options,
# - "~/.my.cnf" to set user-specific options.
#
# One can use all long options that the program supports.
# Run program with --help to get a list of available options and with
# --print-defaults to see which it would actually understand and use.
#
# For explanations see
# http://dev.mysql.com/doc/mysql/en/server-system-variables.html

#
# * IMPORTANT: Additional settings that can override those from this file!
#   The files must end with '.cnf', otherwise they'll be ignored.
#

!includedir /etc/mysql/conf.d/
!includedir /etc/mysql/mysql.conf.d/

root@PC-RENGUOQIANG:~# cat /etc/mysql/mysql.conf.d/mysqld.cnf

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM