Re: MYSQL on Windows 2k

2001-03-22 Thread Gerald Jensen
G. Jensen - Original Message - From: "Daniel J." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 22, 2001 11:20 AM Subject: MYSQL on Windows 2k I installed mysql as a service and it starts/stops fine, but whenever I try any commands starting with '

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 Cal Evans
Windows can't find your exe's. Cal http://www.calevans.com -Original Message- From: Daniel J. [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 22, 2001 11:20 AM To: [EMAIL PROTECTED] Subject: MYSQL on Windows 2k I installed mysql as a service and it starts/stops fine, but

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 Jon Haworth
t: 22 March 2001 17:20 To: [EMAIL PROTECTED] Subject: MYSQL on Windows 2k I installed mysql as a service and it starts/stops fine, but whenever I try any commands starting with 'mysql' on the prompt it says it's an unrecognized

MYSQL on Windows 2k

2001-03-22 Thread Daniel J.
I installed mysql as a service and it starts/stops fine, but whenever I try any commands starting with 'mysql' on the prompt it says it's an unrecognized command. Please help.