I was trying to imnport a csv file into an online
databse table, but I kept getting error messages
alluding to a "child row," foreign key, etc. So I
decided to delete both keys (primary and index), then
import the csv file.

I finally managed to delete the primary key, but I
can't zap the index. When I try to delete the field
itself, I get this error message:

#1025 - Error on rename of
'./geoblue_gypsy/#sql-bb1_1e763' to
'./geoblue_gypsy/counties' (errno: 150)

When I try to delete the primary key, I get this
message:

#1025 - Error on rename of
'./geoblue_gypsy/#sql-bb1_1e782' to
'./geoblue_gypsy/counties' (errno: 150)

So how do I get rid of it?

Thanks.


                
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 

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

Reply via email to