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
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