RE: (beginner) mysql connection problem!

2002-11-04 Thread Jennifer Goodie
Message- From: Black, Kelly W [PCS] [mailto:kblack05@;sprintspectrum.com] Sent: Monday, November 04, 2002 1:21 PM To: 'David Wu' Cc: Mysql (E-mail) Subject: RE: (beginner) mysql connection problem! You might also need to add hostname. It depends on what GRANT sql statement was used

RE: (beginner) mysql connection problem!

2002-11-04 Thread Black, Kelly W [PCS]
You might also need to add hostname. It depends on what GRANT sql statement was used to add the user id. Something like mysql -u userid -p -h hostname dbasename should work. If not, check that mysqld is in fact running. You can use ps -aux | grep mysql Regards, ~Kelly W. Black -Orig

RE: (beginner) mysql connection problem!

2002-11-04 Thread Michael Gargiullo
Sounds like mysql service hasn't started yet. > -Original Message- > From: David Wu [mailto:dwu@;stepup.ca] > Sent: Monday, November 04, 2002 2:59 PM > To: [EMAIL PROTECTED] > Subject: (beginner) mysql connection problem! > > > Hi everyone, > > On my local machine I had mysql installe