Re: Full Text Stopwords

2004-09-06 Thread Ari Denison
and have reindexed the field but still return no records. Any idea how to get my May students to show in full text search results? Thanks, Ari Denison -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Full Text Stopwords

2004-09-06 Thread Ari Denison
for all the help Ari On Sep 6, 2004, at 10:11 AM, Michael Stassen wrote: Ari Denison wrote: the ft_min_word_length is now set to 3. That did the trick. Many thanks. I forgot to mention that I need to be able to perform boolean searches on the first_name field. If it's possible to do boolean searching

Full Text Stopwords

2004-09-05 Thread Ari Denison
reindexed the field but still return no records. Any idea how to get my May students to show in full text search results? Thanks, Ari Denison -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

duplicating records

2004-02-17 Thread Ari Denison
I have a need to duplicate individual records in a table with a large number of fields. This is not part of a backup or restore process. I simply need to be able to duplicate a record or two on occasion. Is there an efficient way to do this? I obviously don't want to duplicate keyfields,

Re: duplicating records

2004-02-17 Thread Ari Denison
On Feb 17, 2004, at 7:13 PM, Sasha Pachev wrote: Ari Denison wrote: I have a need to duplicate individual records in a table with a large number of fields. This is not part of a backup or restore process. I simply need to be able to duplicate a record or two on occasion. Is there an efficient

Installing on Red Hat

2004-01-22 Thread Ari Denison
A few quick questions for installing on red hat 9 (on a funky old Pentium 2 333mhz machine with 256MB ram). When I attempt to install the rpm for the server I get a HUGE list of conflicts with an existing install of mysql (3.53.x). Weird thing is, I've never installed MySQL on this machine and

Re: Installing on Red Hat

2004-01-22 Thread Ari Denison
) If that helps narrow down what's going wrong. On Jan 22, 2004, at 9:57 PM, Ari Denison wrote: A few quick questions for installing on red hat 9 (on a funky old Pentium 2 333mhz machine with 256MB ram). When I attempt to install the rpm for the server I get a HUGE list of conflicts with an existing

tab import question

2004-01-15 Thread Ari Denison
Hi. I'm new to MySQL (and LOVING it) and have a simple question about importing tab delimited files into MySQL. I have a table in mysql called form_instances with the following three fields: id student_id form_id I want to import records from a tab-delimited file with only two fields:

Re: tab import question

2004-01-15 Thread Ari Denison
never mind... just discovered the --columns= option for mysqlimport. :-) On Jan 15, 2004, at 3:43 PM, Ari Denison wrote: Hi. I'm new to MySQL (and LOVING it) and have a simple question about importing tab delimited files into MySQL. I have a table in mysql called form_instances