Re: [PHP] Help Please, MySQL is driving me insane

2001-01-26 Thread Chris
Ahh, thank you everyone...now I just have to figure this beast out - Original Message - From: "Jason Bouwmeester" <[EMAIL PROTECTED]> To: "PHP" <[EMAIL PROTECTED]> Sent: Friday, January 26, 2001 4:23 PM Subject: RE: [PHP] Help Please, MySQL is driving me

RE: [PHP] Help Please, MySQL is driving me insane

2001-01-26 Thread Jason Bouwmeester
lease, MySQL is driving me insane But i installed it to the default c:\mysql. How can I set a username and such to allow me to use it on my cpu? - Original Message - From: "Jason Bouwmeester" <[EMAIL PROTECTED]> To: "PHP" <[EMAIL PROTECTED]> Sent: Friday, Janua

Re: [PHP] Help Please, MySQL is driving me insane

2001-01-26 Thread Shane McBride
Sent: Friday, January 26, 2001 10:29 PM Subject: Re: [PHP] Help Please, MySQL is driving me insane > But i installed it to the default c:\mysql. > How can I set a username and such to allow me to use it on my cpu? > - Original Message - > From: "Jason Bouwmeester&qu

Re: [PHP] Help Please, MySQL is driving me insane

2001-01-26 Thread Shane McBride
Have you started the server? If not go to the command prompt and: 1. cd c:\mysql\bin (assuming this is where it was installed. 2. type mqsqld-opt (optimized for pentium class PC) That should start the server. If you need more help let me know. - Shane - Original Message - From: "Chris"

Re: [PHP] Help Please, MySQL is driving me insane

2001-01-26 Thread Chris
But i installed it to the default c:\mysql. How can I set a username and such to allow me to use it on my cpu? - Original Message - From: "Jason Bouwmeester" <[EMAIL PROTECTED]> To: "PHP" <[EMAIL PROTECTED]> Sent: Friday, January 26, 2001 4:12 PM Subject:

RE: [PHP] Help Please, MySQL is driving me insane

2001-01-26 Thread Jason Bouwmeester
I just installed mySQL yesterday from mysql.com (or .net or whatever it was). It installed fine, there was a note about what to do if you didn't install it to c:\mysql properly - I installed mine to a different directory, followed the instructions and all went fine. Might be one place to start. H