国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 數據庫 > MySQL > 正文

Mysql啟動報ERROR:2002的分析與解決

2024-07-24 12:51:13
字體:
來源:轉載
供稿:網友

前言

本文主要給大家介紹了關于Mysql啟動報ERROR:2002的分析與解決,分享出來供大家參考學習,下面話不多說了,來一起看看詳細的介紹吧。

1、故障現象

[root@localhost scripts]# mysql -u rootERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysqld.sock' (2)

2、故障分析

查看mysql實例的狀態

[root@localhost scripts]# netstat -ntlp | grep 3306tcp 0 0 :::3306 :::* LISTEN 13001/mysqld

查看my.cnf關于socket的配置

[root@localhost scripts]# more /etc/my.cnf |grep socksocket = /tmp/mysqld.sock

也就是說mysqld已經聲稱了正確的sock文件,但客戶端連接還是從初始目錄去找sock文件

下面查看后臺日志,有個ERROR,是關于滿查詢日志的,是由于目錄不存在而產生的錯誤,與當前故障無關

[root@localhost scripts]# more SZDB.err ............2014-10-11 13:17:21 13001 [Note] InnoDB: 5.6.12 started; log sequence number 1625997/app/soft/mysql/bin/mysqld: File '/log/mysql_logs/slowquery.log' not found (Errcode: 2 - No such file or directory)2014-10-11 13:17:21 13001 [ERROR] Could not use /log/mysql_logs/slowquery.log for logging (error 2). Turning logging off for the whole duration of the MySQL server process. To turn it on again: fix the cause, shutdown the MySQL server and restart it.2014-10-11 13:17:21 13001 [Note] Server hostname (bind-address): '*'; port: 33062014-10-11 13:17:21 13001 [Note] IPv6 is available.2014-10-11 13:17:21 13001 [Note] - '::' resolves to '::';2014-10-11 13:17:21 13001 [Note] Server socket created on IP: '::'.2014-10-11 13:17:21 13001 [Note] Event Scheduler: Loaded 0 events2014-10-11 13:17:21 13001 [Note] /app/soft/mysql/bin/mysqld: ready for connections.Version: '5.6.12-log' socket: '/tmp/mysql.sock' port: 3306 Source distribution#Author :Leshami#Blog : http://www.linuxidc.com

3、解決故障

a、通過配置my.cnf mysql選項socket文件位置解決

先停止mysql服務器

[root@localhost scripts]# systemvtl restart mysqldShutting down MySQL.[ OK ]

修改my.cnf,如下

[root@localhost scripts]# vi /etc/my.cnf[mysql]no-auto-rehashsocket = /tmp/mysqld.sock #添加該行

重啟mysql服務器

[root@localhost scripts]# systemctl restart mysqld Starting MySQL..[ OK ]

再次連接正常

[root@localhost scripts]# mysql -uroot -pEnter password:mysql> show variables like 'version';+---------------+------------+| Variable_name | Value |+---------------+------------+| version | 5.6.12-log |+---------------+------------+

b、為socket文件建立鏈接方式

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 田阳县| 宣汉县| 桂平市| 盐边县| 青田县| 化隆| 姜堰市| 容城县| 论坛| 仙桃市| 灵川县| 亚东县| 延寿县| 泽州县| 乌拉特后旗| 正宁县| 宁远县| 崇明县| 南华县| 汤阴县| 大庆市| 兴仁县| 虹口区| 炎陵县| 铜鼓县| 巴林左旗| 柘城县| 拉孜县| 登封市| 万盛区| 陇川县| 宁化县| 平遥县| 外汇| 林甸县| 东平县| 营口市| 凤台县| 招远市| 崇仁县| 茌平县|