Richard E Miles wrote:
On Wed, 09 Feb 2005 15:34:02 +0900 Mark Sargent <powderkeg@xxxxxxxxxxxxxxxx> wrote:
Hi All,
get the following error,
-bash: mysql: command not found
for the following cmd,
[root@localhost mysql]# mysql -h localhost.localdomain mysql -p
Get the feeling it's related to the cmd's needing to be added to the bash for mysql, yes..? Cheers.
mysql is installed here, /usr/local/mysql
Mark Sargent.
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
/usr/local/mysql is probable not available from you PATH. Normally executables are stored in bin directories so if the executable is stored in /usr/local it should be in the /usr/local/bin directory.
Hi All,
with mysql installed here, /usr/local/mysql I needed, ./usr/local/mysql/bin/mysql to connect. Cheers.
Mark Sargent.