> ERROR 1005: Can't create table './TNMailServer/TNSession.frm' (errno: 121)
>
> This is on version mysql-standard-4.0.18-pc-linux-i686

If this is on a typical linux box, errno 121 is

#define EREMOTEIO       121     /* Remote I/O error */

typically relate to an NFS mounted file system.  Does the MySQL server have
permission to write on this mounted file system?  Or might there be an issue
with the way the remote system is mounted?
             Brad Eacker ([EMAIL PROTECTED])



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to