RE: mysql_safe just ends

2004-07-29 Thread Cameron Roe
So it turns out that the RPM install didn't work nor did the binary version but by rebuilding the source with a configure --prefix=/usr/local/mysql --- Well, that worked in the end. I still don't know why but there it is. :) Just thought I'd post my experience. Cheers -Original Message--

RE: mysql_safe just ends

2004-07-28 Thread Cameron Roe
Thanks Rory, I did go through (as per the manual)and set the permissions shell> groupadd mysql shell> useradd -g mysql mysql shell> cd /usr/local shell> gunzip < /path/to/mysql-VERSION-OS.tar.gz | tar xvf - shell> ln -s full-path-to-mysql-VERSION-OS mysql shell> cd mysql shell> scripts/mysql_ins