This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: Setting up environment variables and paths for mySQL
- From: Wuerfel Developer <developer at wuerfel-datentechnik dot de>
- To: cygwin at cygwin dot com
- Date: Mon, 19 Feb 2007 09:48:02 +0100
- Subject: Re: Setting up environment variables and paths for mySQL
- References: <u4kit2l0ra8uunma1atl02a8q1j1hm7vv0@4ax.com>
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/