Hi,

        I'm converting my tables from MyISAM to InnoDB. One of them returns an
error
"Error: 1114 - The table '#sql-7b67_321' is full" - How can i avoid this
error?

Table Structure->
wmkt_client,CREATE TABLE `wmkt_client` (
  `idclient` int(11) NOT NULL auto_increment,
  `realname` varchar(80) NOT NULL default '',
  `fkemail` int(11) NOT NULL default '0',
  `dtInsert` datetime default NULL,
  `dtLastUp` datetime default NULL,
  `fkuser` int(11) NOT NULL default '1',
  PRIMARY KEY  (`idclient`),
  KEY `ixFkemail` (`fkemail`)
) TYPE=MyISAM
with 220945 records

Thank u very much,
Edilson.


Edilson Vasconcelos de Melo Junior
[EMAIL PROTECTED]
(19) 3256-3577
ICQ 136192234

sql,query


---------------------------------------------------------------------
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