一夜之间,我们的MySQL服务器完全填满了硬盘驱动器。现在,我不能通过phpMyAdmin登录
`Cannot log in to the MySQL server`
或通过命令行
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
或者通过mysqladmin
mysqladmin: connect to server at 'localhost' failed
error: 'Can
我的磁盘满了,我没有注意到它,所以我无法作出反应。现在,当我来到登录屏幕时,它会循环,我假设这是由于磁盘已经满了。
按ctrl + alt + f1可以让我进入命令行。然而,我甚至不能rm -f任何东西,因为我得到了这个错误
-bash: cannot create temp file for here-document: No space left on device
我不知道下一步该怎么办?我如何删除任何东西以回到我的系统中?
我们要在业务中替换一个失败的文件服务器,在server数据库中的某些表中大约有一个文件服务器。200 k记录,其中有一个列,该列将UNC文件路径存储到旧文件服务器上的文件。
我目前正在使用下面的代码来实现更新,不幸的是,它失败了,抱怨事务日志已经满了,最后我不得不恢复数据库。
DECLARE @currentServerName as nvarchar(50)
DECLARE @newServerName as nvarchar(50)
DECLARE @likeMatch as nvarchar(50)
SET @currentServerName = N'\\dom-fls-p01