This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Setting up environment variables and paths for mySQL


Hi Robert,

robert_neville310[...] schrieb:
I am new to cygwin and need some assistance setting up environment
variables and paths. [...]

The PATH variable for all users is set in /etc/profiles. Just append your xamp/mysql/bin-Path there.

Or you could set it per user in [homedir]/.bashrc, using something like
PATH=/cygdrive/d/xamp/mysql/bin:$PATH

bash: mysql.exe: command not found

This message appears even in the in /cygdrive/d/xampp/mysql/bin.

This is because "." is not in your PATH. It will start when you enter "./mysql.exe" in your mysql/bin directory, or if you add "." to your PATH.

HTH.

- Lars

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]