Current time: 09-09-2024, 09:54 AM Hello There, Guest! (LoginRegister)


Post Reply 
Mysql Open table error
Author Message
homodo Offline
Junior Member
*

Posts: 55
Joined: Sep 2008
Reputation: 0
Post: #1
Mysql Open table error
Open table error
#1 - Can't create/write to file '/tmp/#sql_98e_0.MYI' (Errcode: 13)
09-19-2008 05:40 PM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #2
RE: Mysql Open table error
"Write permissions on /tmp" or "enough space on /tmp"???
(This post was last modified: 09-19-2008 05:43 PM by joximu.)
09-19-2008 05:42 PM
Visit this user's website Find all posts by this user Quote this message in a reply
homodo Offline
Junior Member
*

Posts: 55
Joined: Sep 2008
Reputation: 0
Post: #3
RE: Mysql Open table error
how usr the Berechtigungen auf /tmp
09-19-2008 05:46 PM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #4
RE: Mysql Open table error
Please post the output:
Code:
df -h
Permissions on /tmp should be:
Code:
drwxrwxrwt    5 root root  4096 Sep 19 07:45 tmp

Greez BeNe
09-19-2008 05:48 PM
Visit this user's website Find all posts by this user Quote this message in a reply
homodo Offline
Junior Member
*

Posts: 55
Joined: Sep 2008
Reputation: 0
Post: #5
RE: Mysql Open table error
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 141G 3.2G 131G 3% /
tmpfs 1.5G 0 1.5G 0% /lib/init/rw
udev 10M 72K 10M 1% /dev
tmpfs 1.5G 0 1.5G 0% /dev/shm
09-19-2008 05:50 PM
Find all posts by this user Quote this message in a reply
homodo Offline
Junior Member
*

Posts: 55
Joined: Sep 2008
Reputation: 0
Post: #6
RE: Mysql Open table error
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 141G 3.2G 131G 3% /
tmpfs 1.5G 0 1.5G 0% /lib/init/rw
udev 10M 72K 10M 1% /dev
tmpfs 1.5G 0 1.5G 0% /dev/shm
6do:~# drwxrwxrwt 5 root root 4096 Sep 19 15:56 tmp
bash: drwxrwxrwt: command not found
09-19-2008 05:58 PM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #7
RE: Mysql Open table error
Code:
/dev/sda1 141G 3.2G 131G 3% /
tmpfs 1.5G 0 1.5G 0% /lib/init/rw
udev 10M 72K 10M 1% /dev
tmpfs 1.5G 0 1.5G 0% /dev/shm
This is OK - there is enough space free.
Code:
6do:~# drwxrwxrwt 5 root root 4096 Sep 19 15:56 tmp
bash: drwxrwxrwt: command not found
This was not a command - it was an output from a /tmp direcotry.
So you can compare it with yours.

Greez BeNe
09-19-2008 06:06 PM
Visit this user's website Find all posts by this user Quote this message in a reply
homodo Offline
Junior Member
*

Posts: 55
Joined: Sep 2008
Reputation: 0
Post: #8
RE: Mysql Open table error
drwxr-xr-x 2 server server 4096 2008-09-14 22:01 .
drwxr-xr-x 4 root root 4096 2008-09-14 21:49 ..
-rw------- 1 server server 78 2008-09-19 04:12 .bash_history
-rw-r--r-- 1 server server 220 2008-09-14 21:37 .bash_logout
-rw-r--r-- 1 server server 414 2008-09-14 21:37 .bash_profile
-rw-r--r-- 1 server server 2227 2008-09-14 21:37 .bashrc
# drwxr-xr-x 4 root root 4096 2008-09-14 1613 tmp
bash: drwxr-xr-x: command not found
09-19-2008 06:21 PM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #9
RE: Mysql Open table error
Code:
ls -lad /tmp
09-19-2008 06:31 PM
Visit this user's website Find all posts by this user Quote this message in a reply
homodo Offline
Junior Member
*

Posts: 55
Joined: Sep 2008
Reputation: 0
Post: #10
RE: Mysql Open table error
ls: /tmp: No such file or directory
09-19-2008 06:33 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 4 Guest(s)