How do I get MySQL errno from Perl DBI interface?

2001-05-17 Thread Jim Beigel
er. I presume it's something like what we are doing to get the insert ID ($statementHandle->{'mysql_insertid'}). Any ideas? Jim Beigel [EMAIL PROTECTED] - Before posting, please check: http://www.mysql.com/m

RE: Antwort: PHP and MySQL - Default Socket Setting

2001-03-02 Thread Jim Beigel
DIR_VERSION --datadir=$DATADIR --user=$user --pid-file=$pid_file --skip-locking "$@" >> $err_log 2>&1 ) fi Jim Beigel Alabanza Corporation [EMAIL PROTECTED] > -Original Message- > From: Ben Kennish [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 01,

RE: Performance issues.

2001-02-07 Thread Jim Beigel
rows at the same time, use LOCK TABLES. See section 7.32 LOCK TABLES/UNLOCK TABLES Syntax. Jim Beigel Director of Software Development Alabanza Corporation [EMAIL PROTECTED] 740-282-2971 x.5205 > -Original Message- > From: Ryan Hadley [mailto:[EMAIL PROTECTED]] > Sent:

RE: Stale mysql queries

2001-02-05 Thread Jim Beigel
s, mysql really hits the cpu peek. I do believe there > is one or more clients that are running high loads of querys > without actually closing them, or perhaps even running querys that > dosn't timeout. Is there any way to make a default timeout on > querys from