i had a mess and by accident over writen the the 2 of the 3 DB files with the extensions :
MYI and frm
the situation now it that i have a table with mroe then 100000 lines (which end with the file extension : MYD),but when i make for example cont() on the rows i recive 504 then 100,000!!!!
the problem is beaucse i have ovveriden files!!!
how can i fiex it so all the rows will be seen!!!
this is by the way the table structure if it help :
ordc_id int(6) unsigned NOT NULL auto_increment,
order_num varchar(8) ,
order_date int(11) unsigned ,
must_date int(11) unsigned ,
done_date int(11) unsigned ,
client_id int(9) ,
makat varchar(14) ,
qnt float ,
unit_id tinyint(3) ,
color text ,
user_name varchar(10) ,
status varchar(20) ,
basis char(1) ,
row_id int(5) unsigned ,
mahsan char(3) NOT NULL DEFAULT '0' ,
makat_givun varchar(14) ,
tsir char(3) ,
for_who varchar(30) ,
printCount double NOT NULL DEFAULT '0' ,
insertTime int(11) unsigned NOT NULL DEFAULT '0' ,
updateTime int(11) unsigned NOT NULL DEFAULT '0' ,
PRIMARY KEY (ordc_id)
thnaks in advvance
peleg