Re: Cardinality doesn't auto start

2003-01-30 Thread John Hinton
"Grigor, Peter" wrote: > > You need to run [analyze table] to create the index stats...do this > reasonable often (once a day for a well-used table). This script will be run on servers around the world by regular people, not sys admins. I will have no control over their databases. > Running [o

RE: Cardinality doesn't auto start

2003-01-29 Thread Grigor, Peter
you do this from scrips pretty easy. Peter <^_^> > -Original Message- > From: John Hinton [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 29, 2003 7:36 AM > To: [EMAIL PROTECTED] > Subject: Cardinality doesn't auto start > > > mysql Ver 11.18

Cardinality doesn't auto start

2003-01-29 Thread John Hinton
mysql Ver 11.18 Distrib 3.23.54, for pc-linux (i686) INDEXING PROBLEM I'm building an application which will have a self install script, intended for use by many people. One particular area of the program requires the need for an index. If I create this index when I build the table or ap