Re: Adding an index to a table

2002-03-29 Thread Marc Prewitt
James Riordon wrote: > > At 15:07 +0800 03/28/2002, Sammy Lau was thought to have said : > > >?http://www.mysql.com/doc/C/R/CREATE_INDEX.html > > Granted, I should have looked before I spoke for the first question. > > > > 2 - Do I have to do anything special like stop requests to t

Re: Adding an index to a table

2002-03-28 Thread James Riordon
At 15:07 +0800 03/28/2002, Sammy Lau was thought to have said : >?http://www.mysql.com/doc/C/R/CREATE_INDEX.html Granted, I should have looked before I spoke for the first question. > > 2 - Do I have to do anything special like stop requests to the >> server while I add the index. >

Re: Adding an index to a table

2002-03-27 Thread Sammy Lau
http://www.mysql.com/doc/C/R/CREATE_INDEX.html > > 1 - What command do I issue to add a simple index to one field in a > table. > 2 - Do I have to do anything special like stop requests to the > server while I add the index. > 3 - How safe is this to do? > > Before post