Datenbankfehler taucht sporadisch auf

Benutzer-2472

abgemeldet
1 Mai 2006
32.694
1.621
Es erscheint eine "normale" Fehlerseite mit eingebettetem Code:

PHP:
Datenbankfehler in vBulletin 3.7.2:

Invalid SQL:

		SELECT pm.*, pmtext.*, userlist_ignore.userid AS ignored
			,icon.iconpath, icon.title AS icontitle
		FROM pm AS pm
		INNER JOIN pmtext AS pmtext ON(pmtext.pmtextid = pm.pmtextid)
		LEFT JOIN userlist AS userlist_ignore ON
			(userlist_ignore.userid = 2472 AND userlist_ignore.relationid = pmtext.fromuserid AND userlist_ignore.type = 'ignore')
		LEFT JOIN icon AS icon ON(icon.iconid = pmtext.iconid)
		WHERE pm.userid = 2472
			AND pm.messageread = 0
		ORDER BY pmtext.dateline DESC
		LIMIT 5;

MySQL-Fehler  : Can't create/write to file '/db/tmp/#sql_772_0.MYI' (Errcode: 13)
Fehler-Nr.    : 1
Fehler-Zeit   : Sunday, 10.08.2008 @ 12:35:30
Datum         : Sunday, 10.08.2008 @ 12:35:30
Skript        : https://www.klamm.de/forum/usercp.php
Referrer      : https://www.klamm.de/forum/showthread.php?t=215681
IP-Adresse    : ******
Benutzername  : Cybo
Klassenname   : vb_database
MySQL-Version : 5.0.51a-community-log
 
Dito
Datenbankfehler in vBulletin 3.7.2:
Invalid SQL:
SELECT pm.*, pmtext.*, userlist_ignore.userid AS ignored
,icon.iconpath, icon.title AS icontitle
FROM pm AS pm
INNER JOIN pmtext AS pmtext ON(pmtext.pmtextid = pm.pmtextid)
LEFT JOIN userlist AS userlist_ignore ON
(userlist_ignore.userid = 4 AND userlist_ignore.relationid = pmtext.fromuserid AND userlist_ignore.type = 'ignore')
LEFT JOIN icon AS icon ON(icon.iconid = pmtext.iconid)
WHERE pm.userid = 4
AND pm.messageread = 0
ORDER BY pmtext.dateline DESC
LIMIT 5;
MySQL-Fehler : Can't create/write to file '/db/tmp/#sql_772_0.MYI' (Errcode: 13)
Fehler-Nr. : 1
Fehler-Zeit : Sunday, 10.08.2008 @ 12:35:18
Datum : Sunday, 10.08.2008 @ 12:35:18
Skript : https://www.klamm.de/forum/usercp.php
Referrer :
IP-Adresse : **********
Benutzername : Totte
Klassenname : vB_Database
MySQL-Version : 5.0.51a-community-log

Alternativ:
Fehler-Zeit : Sunday, 10.08.2008 @ 12:37:39
Datum : Sunday, 10.08.2008 @ 12:37:40