Rob Snow wrote:
I reinstalled my entire system and then reinstalled mysql again. Making sure I went through the correct set-up this time.
I have set a root password and now when I go to /usr/local/mysql and type in mysql -u root -p it says that mysql is not a found command.
Your shell can't find mysql file under your PATH env var.
echo $PATH;
This var could be updated throught your profile file.
                Good luck. Ruslan.
You also can use full path to mysql, like:
/usr/local/mysql/bin/mysql -u root -p

What do I do, can I completely uninstall it or reset the password for the database, or run through the installation again without issues?


Please help

Very frustrated user!!

Rob Snow





-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to