Re: renaming indexes

2005-09-06 Thread Jason Pyeron
I do not want to change any details about a field. I only want to rename an index. The index is not involved in a PRIMARY key, albeit the index in question is a UNIQUE key. On Tue, 6 Sep 2005, m i l e s wrote: Jason, The only way that I can think to do this is the change its status as a pr

Re: renaming indexes

2005-09-06 Thread m i l e s
Jason, The only way that I can think to do this is the change its status as a primary key field... Once you do that, you can rename the field, and then reinitiate it as a primary keyfield. M i l e s. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubsc