Yeah the problem was the tables I created were not MyISAM.  Once I changed
it; EVERYTING GONNA BE ALRIGHT!

/T

on 11/25/03 7:20, Victoria Reznichenko at [EMAIL PROTECTED]
wrote:

> "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>> I am getting the following error when I try to access a merged table:
>> 
>> This:
>> 
>> Select * from subjects_2;  or insert into subjects_2 (subj_id) values('10');
>> 
>> Returns:
>> 
>> ERROR 1017: Can't find file: 'subjects_2.MRG' (errno: 2)
>> 
>> Any Ideas what this means and how I can correct it.  I can access the two
>> tables merged by this table, just not the merged table itself.
>> 
>> Merging tables are new to me so take it easy on my novice self...
>> 
> 
> Does file 'subjects_2.MRG' exist in the database directory?
> 


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

Reply via email to