RE: MYSQL on Windows 2k

2001-03-22 Thread Jon Haworth
Are you in the right directory, or do you have your PATH environment variable set to point to the right directory? Running mysql from C:\windows\ is unlikely to work unless you've tweaked your settings. HTH Jon -Original Message- From: Daniel J. [mailto:[EMAIL PROTECTED]] Sent: 22

Re: MYSQL on Windows 2k

2001-03-22 Thread John Dean
Hi Please make sure the PATH environmental variable includes the location of mysql/bin e.g. %PATH%;x:\mysql\bin. Where x = a drive letter. At 09:20 22/03/2001 -0800, Daniel J. wrote: I installed mysql as a service and it starts/stops fine, but whenever I try any commands starting with 'mysql'

RE: MYSQL on Windows 2k

2001-03-22 Thread C. Duncan Hudson
You need to add the \mysql\bin directory to your path. Dunc. -Original Message- From: Daniel J. [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 22, 2001 12:20 PM To: [EMAIL PROTECTED] Subject: MYSQL on Windows 2k I installed mysql as a service and it starts/stops fine, but whenever I

Re: MYSQL on Windows 2k

2001-03-22 Thread Gerald Jensen
Daniel ... Make sure the path to C:\MYSQL\BIN (or wherever it is installed) is in the PATH environment variable (Settings - Control - System - Environment). Login as Administrator and edit the value for the path variable, set and apply ... your problems should be over! G. Jensen - Original