RE: command mysql -u $user without typing it ????

2002-01-10 Thread Ho, Kam
Matt: Can you check and see if you have more than 1 entry for user in your user table? I wonder if there were more than 1 entry in the user table for user, MySQL might pick the first one which do not allow you to connect using user user. Kam -Original Message- From: Matthew Darcy

RE: Disable case sensitivity

2002-01-10 Thread Ho, Kam
Jerry: Can you specify the hardware/software your MySQL 3.23.41-max is running on? Kam -Original Message- From: Jeremy Zawodny [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 10, 2002 9:07 AM To: Fernando Monteiro Duarte Cc: [EMAIL PROTECTED] Subject: Re: Disable case sensitivity

RE: command mysql -u $user without typing it ????

2002-01-09 Thread Ho, Kam
: Wednesday, January 09, 2002 11:51 AM To: Ho Kam; Gerald Clark Cc: MySql List Subject: RE: command mysql -u $user without typing it tired that but I am getting Query OK, 0 rows affected (0.00 sec) don't understand why it is not granting to the user ? Matt. -Original Message- From: Ho

Help! Undefined symbols while building c++ program using libmysqlclient.a in solaris

2002-01-09 Thread Ho, Kam
Hi All: I have problem linking my c++ program in solaris. The same program link correctly in Redhat linux. I'm using mysql 3.23.47 source build using gcc 2.95.3 (source build on solaris using Sun pre-build gcc 2.95.3) Here's the output from gcc: Undefined first referenced

RE: command mysql -u $user without typing it ????

2002-01-09 Thread Ho, Kam
) -Original Message- From: Matthew Darcy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 2:26 PM To: Ho Kam; Gerald Clark Cc: MySql List Subject: RE: command mysql -u $user without typing it query ok I would expect to see, but no rows affected ??? this must mean it has