MySQL没有在XAMPP中启动

时间:2017-09-09 19:19:09

标签: mysql xampp

现在我正在使用一些项目,所以我使用xampp填充我的数据库(我的英语是s * cking,抱歉)。我收到错误:

Warning: Unknown(): write failed: No space left on device (28) in Unknown on line 0

Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0 

我更改了会话存储并获得下一级别的头痛:

#2002 - No such file or directory — Server isn't responding (or local socket of Mysql incorrectly configured ).
mysqli_real_connect(): (HY000/2002): No such file or directory
An error occurred while indicating the connection for controluser in configuration
mysqli_real_connect(): (HY000/2002): No such file or directory.

之前我安装了conkeror浏览器,并尝试将其设置为默认浏览器。经过一段时间(约4小时),mysql崩溃了。我使用了命令:

sudo update-alternatives --config x-www-browser 
sudo update-desktop-database

我真的需要保存我的数据库,因为它包含如此多的数据...... 请帮忙 ( 关于我的电脑:Debian 8 GNOME +真棒WM。联想b590。

1 个答案:

答案 0 :(得分:0)

所以我找到了解决方案。我看了我的日志和mysql无法初始化tc.log(/opt/lampp/var/mysql/tc.log)。 我刚删除它并启动了服务器。它开始工作了!

但我仍然必须将我的日志移动到另一个分区,因为日志会占用大量内存......