mySQL error: Can't create/write to file '/tmp....MYI' (Errcode: 17)

Status
Not open for further replies.

SnT2k

New Member
Messages
58
Reaction score
0
Points
0
it was running fine a while ago but suddenly:

PHP:
mySQL query error: SELECT m.*, mem.id, mem.name FROM ibf_admin_logs m, ibf_members mem
					WHERE  m.member_id=mem.id ORDER BY m.ctime DESC LIMIT 0, 5

mySQL error: Can't create/write to file '/tmp/#sql_122a_0.MYI' (Errcode: 17)
mySQL error code: 
Date: Tuesday 05th of April 2005 09:10:13 AM


I chmodded my /tmp to 777 yet the same thing happened. Any other solutions? (or is it from the admin's side?)
I also tried repairing the database btw...
 

yhap2003

New Member
Messages
222
Reaction score
0
Points
0
I have the same problem, here's my error:

mySQL query error: SELECT m.*, mem.id, mem.name FROM ibf_admin_logs m, ibf_members mem
WHERE m.member_id=mem.id ORDER BY m.ctime DESC LIMIT 0, 5

mySQL error: Can't create/write to file '/tmp/#sql_eeb_0.MYD' (Errcode: 2)
mySQL error code:
Date: Tuesday 05th of April 2005 10:31:06 AM

Help plz??
 

dbforum

New Member
Messages
64
Reaction score
0
Points
0
Have same sort of problem with php sessions:

Code:
Warning: session_start(): open(/tmp/sess_22cc3c6524d2d908d6abfa98c9d2d8a0, O_RDWR) failed: 
No such file or directory (2) in /home/dbforum/public_html/phpwcms/login.php on line 28
 

Corey

I Break Things
Staff member
Messages
34,553
Reaction score
204
Points
63
Some problem with the files, the datacenter is working on it.

-corey
 

Corey

I Break Things
Staff member
Messages
34,553
Reaction score
204
Points
63
Is this resolved?

-Corey
 

crazzyt9

New Member
Messages
124
Reaction score
0
Points
0
would this also be causeing php-nuke to be unable to connect to the mysql data bases?


Tim
 

dbforum

New Member
Messages
64
Reaction score
0
Points
0
I guess that's because they took down the server to solve this problem ;)
 

Corey

I Break Things
Staff member
Messages
34,553
Reaction score
204
Points
63
That would be correct, there are corrupt files and it's being fixed. I have had no luck with this server since I got it ;(

-Corey
 

yhap2003

New Member
Messages
222
Reaction score
0
Points
0
Oh i c, well Coery that doesn't sound too good!!! LOL. No luck with the server.
 
Status
Not open for further replies.
Top