现在我正在处理一些项目,所以我使用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。
发布于 2017-09-10 07:18:48
所以我找到了解决办法。我观看了日志,mysql无法插入tc.log (/opt/lampp/var/mysql/tc.log)。我刚刚删除了它并启动了服务器。开始起作用了!
但我还是得把日志移到另一个分区,因为日志占用了太多的内存.
https://stackoverflow.com/questions/46134286
复制相似问题