Re: inquiry

2006-02-22 Thread Pat Adams
On Wed, 2006-02-22 at 03:47 -0800, Anago Chima wrote: Q: What do the exams cost? > > A: Both exams are offered at the local equivalent of > US$200 / EUR 170*. > > This question and answer was copied from certification > FAQ. Please can somebody tell me 'both' means in the > answer here. Does it m

RE: inquiry

2003-03-09 Thread Loren McDonald
09/03/2003 7:15 PM To: 'daniel'; 'Philip McCarthy'; [EMAIL PROTECTED] Subject: RE: inquiry First, for some reason the connection attempt is defaulting to the user ODBC (probably set in one of the my.* files). If this user does not exist in the database, it will naturally fail. Seco

Re: inquiry

2003-03-09 Thread Paul DuBois
At 21:06 +1100 3/9/03, Philip McCarthy wrote: Loren Firstly thanks heaps for your reply. I will try and be as specific as possible to not waste your time. If indeed the connection is defaulting to the user ODBC and it is set in one of the my.* files, where can I see this? Fix this? You could try

RE: inquiry

2003-03-09 Thread Loren McDonald
inal Message- From: daniel [mailto:[EMAIL PROTECTED] Sent: Sunday, March 09, 2003 1:15 AM To: Philip McCarthy; [EMAIL PROTECTED] Subject: RE: inquiry have u set the pass or is it correct ? usually mysqladmin -u root password newpassword then mysqladmin -u root -p create sample_db >=

RE: inquiry

2003-03-08 Thread daniel
have u set the pass or is it correct ? usually mysqladmin -u root password newpassword then mysqladmin -u root -p create sample_db >= Original Message From "Philip McCarthy" <[EMAIL PROTECTED]> = >Dear mysql > > > >I have just downloaded mysql 3.23 for Windows and I am running XP. > > > >

Re: inquiry

2003-02-23 Thread Andreas
Alex Garcia wrote: I have installed mysql form the rpm files that are on rpm finder, acording to the installation it is working, and if I check with redhat-config-services it is running, how do I get mysql on the path so I can call mysql from any where? There are a few ways to do that. I've got

Re: inquiry

2003-02-23 Thread KH Chiu
Your problems are really very common when switching from MS to Linux. Don't worry, as your experience with Linux grow all these problem will gone. First of all, MySQL database work in a Client/Server fashion. It means that you need to get the server up and running. To doing that, you can type th