RE: Password function

2002-04-02 Thread Lee, Andrew
If user_id and passwd are fields in your table and the passwd field is encrypted : SELECT user_id FROM user WHERE passwd = PASSWORD('plaintext_user_pass') > -Original Message- > From: Ramiro Varandas Jr [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, April 02, 2002 11:49 AM > To: [EMAIL PRO

RE: software errors when trying to execute

2002-03-29 Thread Lee, Andrew
$sth->execute || die "Not successful: $!"; doesn't tell you why the command did not work ... die with $dbh->errstr; That will give you more info. > -Original Message- > From: Ray Goniea [SMTP:[EMAIL PROTECTED]] > Sent: Friday, March 29, 2002 1:41 PM > To: [EMAIL PROTECTED] > S

RE: Cannot connect to MySQL server with a java application

2002-02-12 Thread Lee, Andrew
Almost, but not exactly the same . DriverManager.getConnection(dburl, dbuser, dbpasswd) <-- note, 3 arguments here > -Original Message- > From: debian [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, February 06, 2002 1:59 PM > To: [EMAIL PROTECTED] > Subject: Cannot connect to MyS

RE: Cannot connect to MySQL server with a java application

2002-02-06 Thread Lee, Andrew
Almost, but not exactly the same . DriverManager.getConnection(dburl, dbuser, dbpasswd) <-- note, 3 arguments here > -Original Message- > From: debian [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, February 06, 2002 1:59 PM > To: [EMAIL PROTECTED] > Subject: Cannot connect to MyS

Anyone running MySQL 4 and MySQL 3.23 on the same box?

2002-01-30 Thread Lee, Andrew
I downloaded a precompiled version of MySQL 4 for Linux and I'd like to try it out. Anyone had success getting both running? What did you have to edit in the startup and config scripts? TIA - Before posting, please check: