X-Spam-Check-By: sourceware.org Message-ID: <45D96442.1050307@wuerfel-datentechnik.de> Date: Mon, 19 Feb 2007 09:48:02 +0100 From: Wuerfel Developer User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Setting up environment variables and paths for mySQL References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID2: V01U2FsdGVkX1/jAPmr00YQy4vGyoe/kLBxlYf3HCWP+GdHcJFAp1JdiLgxLePU/iHFv07KZrz2vAN+Zrykh682p9aQSpqea529mWp0HLXRk5TuSZHnU2D6rI69oHPV6VPv X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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/