"[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?


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





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

Reply via email to