DBD::MySQL

2004-09-20 Thread Nathan Mealey
Has anyone out there had any trouble installing DBD::MySQL for MySQL 4.1.x on Mac OS X 10.3? I have tried it on several machines in my company's office, but it fails on all that are running 4.1.x, and installs fine on those running 4.0.x Thoughts? Thanks, Nathan -- Nathan Mealey Direct

Install 2 parallel versions?

2004-08-07 Thread Nathan Mealey
Is it possible to install 2 versions of MySQL, 4.0.x and 4.1.x, on the same system? Do you just have to ensure that they are installed in separate, distinct, directories? Thanks for any help/advice! Nathan -- Nathan Mealey Director of Operations Cycle-Smart, Inc. P.O. Box 1482 Northampton, MA

BLOB columns

2004-08-05 Thread Nathan Mealey
nd "select" syntax? Any help would be much appreciated. Thanks, Nathan -- Nathan Mealey Director of Operations Cycle-Smart, Inc. P.O. Box 1482 Northampton, MA 01061-1482 [EMAIL PROTECTED] (413) 587-3133 (413) 210-7984 Mobile (512) 681-7043 Fax -- MySQL General Mailing List For

Fulltext index

2004-04-12 Thread Nathan Mealey
d from the "title" column are not bringing up any results (for known-item searching). The query against this index was: >SELECT * FROM articles WHERE MATCH (title,text) AGAINST ('search_term'); Am I missing something? Is the query I wrote above incorrect? Any help would be