没有mysql sock_MySQL问题:没有mysql.sock

bd96500e110b49cbb3cd949968f18be7.png

Yesterday I was working using MySQL installed on my computer.

I downloaded xampp, so I have I changed on my.cnf file the path to the socket:

/opt/lampp/var/mysql/mysql.sock

That file was just there. Today I wanted to keep working on it, and I found that file is not there anymore, so I am getting the following error while I am starting mysql server:

ERROR 2002 (HY000):

Can't connect to local MySQL server through socket

'/opt/lampp/var/mysql/mysql.sock' (2)

Here are some tests I made:

mujeresponja@ubuntu:~$ ps -fea | grep mysqld

1000 15707 15615 0 16:28 pts/1 00:00:00 grep --color=auto mysqld

mujeresponja@ubuntu:~$ ps -fea | grep mysql

1000 15709 15615 0 16:29 pts/1 00:00:00 grep --color=auto mysql

As a possible solution I uninstalled xampp and reinstall it, and also a new MySQL server, just in case. Anyway, that file is not there anymore.

EDIT

Where the mysql.sock should be, instead there are two files mysql_upgrade_info (Which contains just 5.5.8) and another binary file called ubuntu.err:

mujeresponja@ubuntu:/opt/lampp/var/mysql$ sudo cat ubuntu.err

110403 17:28:52 mysqld_safe Starting mysqld daemon with databases from /opt/lampp/var/mysql

110403 17:28:52 [Note] Plugin 'FEDERATED' is disabled.

/opt/lampp/sbin/mysqld: Can't find file: './mysql/plugin.frm' (errno: 13)

110403 17:28:52 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.

InnoDB: The InnoDB memory heap is disabled

InnoDB: Mutexes and rw_locks use InnoDB's own implementation

InnoDB: Compressed tables use zlib 1.2.3

110403 17:28:52 InnoDB: Initializing buffer pool, size = 16.0M

110403 17:28:52 InnoDB: Completed initialization of buffer pool

110403 17:28:52 InnoDB: Operating system error number 13 in a file operation.

InnoDB: The error means mysqld does not have the access rights to

InnoDB: the directory.

InnoDB: File name /opt/lampp/var/mysql/ibdata1

InnoDB: File operation call: 'create'.

InnoDB: Cannot continue operation.

110403 17:28:52 mysqld_safe mysqld from pid file /opt/lampp/var/mysql/ubuntu.pid ended

110403 17:29:22 mysqld_safe Starting mysqld daemon with databases from /opt/lampp/var/mysql

110403 17:29:22 [Note] Plugin 'FEDERATED' is disabled.

/opt/lampp/sbin/mysqld: Can't find file: './mysql/plugin.frm' (errno: 13)

110403 17:29:22 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.

InnoDB: The InnoDB memory heap is disabled

InnoDB: Mutexes and rw_locks use InnoDB's own implementation

InnoDB: Compressed tables use zlib 1.2.3

110403 17:29:22 InnoDB: Initializing buffer pool, size = 16.0M

110403 17:29:22 InnoDB: Completed initialization of buffer pool

110403 17:29:22 InnoDB: Operating system error number 13 in a file operation.

InnoDB: The error means mysqld does not have the access rights to

InnoDB: the directory.

InnoDB: File name /opt/lampp/var/mysql/ibdata1

InnoDB: File operation call: 'create'.

InnoDB: Cannot continue operation.

110403 17:29:22 mysqld_safe mysqld from pid file /opt/lampp/var/mysql/ubuntu.pid ended

(Sorry, I don't know how to show terminal messages in an appropiuate way)

Can anybody help me on this? Thanks in advance!

解决方案

You can locate the actual socket file and create a symbolic link leading to it as follows:

# check path to socket from mysql settings

mysqladmin | grep d.sock

# create a symbolic link

ln -s path_to_mysql_socket /opt/lampp/var/mysql/mysql.sock

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值