Edilson,
Saturday, May 18, 2002, 9:29:38 PM, you wrote:

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

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

You should add new data file: add new file to innodb_data_file_path in
my.cnf file. Then restart MySQL server.

EVdMJ> Thank u very much,
EVdMJ> Edilson.





-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com



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

  • MyISAM -> IN Edilson Vasconcelos de Melo Junior
    • Egor Egorov

Reply via email to