Dr. Shim
03-27-2003, 03:13 AM
I've installed MySQL occording to the instructions located in the INSTALL-BINARY file. I used the mysql-4.0.12.tar.gz package, since the RPM version doesn't seem to work properly when I use "rpm -i" on it.
Anyhow, I've carefully followed the instructions, extracted it to the /usr/local/mysql directory, ect. My problem is that whenever I try to execute any of the files in the /usr/local/mysql/bin/ directory, I get a bash error telling me that the command was not found.
This is very strange. I've set the permissions properly, according to the instructions. Here's what I did (these commands where executed whilst I was in the /usr/local/ directory):
# chown -R root .
# chown -R mysql data
# chgrp -R mysql .
I tried executing the files as a normal user too, but to no avail. Could anybody assist me? What's goin' on here? :confused:
P.S. I did not add a link to the /usr/local/ directory to the mysql directory, since in the "detailed" version of the instructions located in the INSTALL-BINARY file made no mention of doing this.
Anyhow, I've carefully followed the instructions, extracted it to the /usr/local/mysql directory, ect. My problem is that whenever I try to execute any of the files in the /usr/local/mysql/bin/ directory, I get a bash error telling me that the command was not found.
This is very strange. I've set the permissions properly, according to the instructions. Here's what I did (these commands where executed whilst I was in the /usr/local/ directory):
# chown -R root .
# chown -R mysql data
# chgrp -R mysql .
I tried executing the files as a normal user too, but to no avail. Could anybody assist me? What's goin' on here? :confused:
P.S. I did not add a link to the /usr/local/ directory to the mysql directory, since in the "detailed" version of the instructions located in the INSTALL-BINARY file made no mention of doing this.