Re: Start up problem

2002-12-09 Thread Sean Phillips
Try: shell> chown -R root /usr/local/mysql shell> chown -R mysql /usr/local/mysql/var shell> chgrp -R mysql /usr/local/mysql then: shell> /usr/local/mysql/bin/safe_mysqld --user=mysql & or shell> /usr/local/mysql/bin/mysqld_safe --user=mysql & if you are running MySQL 4.x. Sean - Original

MySQL 4 Indexing

2002-11-24 Thread Sean Phillips
Is it possible to tell MySQL 4.0.5 what special characters it can index? For instance, I would like it to index "-" and "+" characters so that hyphenated words like "full-text" and words like "C++" are indexed and can be searched. I've been trying to find a way to do this, but haven't found a