MySQL Forums
Forum List  »  Newbie

Re: MySQL Command Line Client
Posted by: Barry Galbraith
Date: December 27, 2010 09:06PM

Quote

How do I add mysql_installdir\bin to the path?

Start | Right click "My Computer" | Properties

Advanced tab

Environment Variables
Select "Path"

Click Edit

At the end of the existing path, add ;c:\program files\mysql\mysql server 5.1\bin or what ever your path is.
Click Save

OK all the way out.

Now, in a command line you can just type mysql -u root -p and it will find the client and run it for you.

Good luck,
Barry.



Edited 1 time(s). Last edit at 12/27/2010 09:06PM by Barry Galbraith.

Options: ReplyQuote


Subject
Written By
Posted
December 22, 2010 09:44AM
December 22, 2010 10:39AM
December 27, 2010 10:37AM
December 27, 2010 04:21PM
Re: MySQL Command Line Client
December 27, 2010 09:06PM
February 19, 2011 10:02PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.