Hello.

On Tue, Sep 04, 2001 at 03:53:00PM -0700, [EMAIL PROTECTED] wrote:
> Dear When I try to create this if show the below
> mentioned error msg  .Can some light on it?
> mysql> create table usermaster(user_name varchar(50),
> user_id varchar(40) Primary Key,
> user_level varchar(8), password varchar(20), user_sex
> varchar(1), user_dob varchar(10),
> user_street varchar(50), user_city varchar(30),
> user_state varchar(30), user_zip varchar(8),
> user_country varchar(30), user_phone varchar(16),
> user_mobile varchar(15), user_mailid
> varchar(40), user_age varchar(6), user_income
> varchar(15), user_buy varchar(20), user_budget
> varchar(20), user_choice varchar(20), rdate
> varchar(20)); 
> 
> ERROR 3: Error writing file
> './databasename/usermaster.frm' (Errcode: 28) 

# perror 28
Error code  28:  No space left on device

Hope this helps.

Bye,

        Benjamin.

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to