Re: mysql question

2003-01-23 Thread Stas Bekman
Martin Moss wrote: oooh handbags! Apologies to the group this is my last email on this topic. Apologies accepted ;) As Perrin said, we all do mistakes. Now let's move on to the fun with mod_perl. __ Stas BekmanJAm_pH

Re: mysql question

2003-01-23 Thread Martin Moss
ld suggest that reading one post out of context, and then assuming I'm just randomly posting a mysql question 'out of the blue', is a little naive. Marty - Original Message - From: "Perrin Harkins" <[EMAIL PROTECTED]> To: "Nick Tonkin" <[E

Re: mysql question

2003-01-23 Thread Perrin Harkins
Calm down folks. Anyone can make a mistake. This is a diverse list with many different levels of Internet experience represented, and one off-topic post is not a big enough problem to merit banning people. General list etiquette is discussed here: http://perl.apache.org/maillist/email-etiquett

Re: mysql question

2003-01-23 Thread Nick Tonkin
On Thu, 23 Jan 2003, Martin Moss wrote: > slightly off topic, > but is it possible to grant permissions to a user on multiple tables in one > sql statement in mysql? This is not slightly off topic. It has nothing to do with mod_perl. You are being selfish, rude and stupid. Especially since MySQL

RE: mysql question

2003-01-23 Thread Joe Palladino
: Martin Moss [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 9:10 AM To: [EMAIL PROTECTED] Subject: mysql question slightly off topic, but is it possible to grant permissions to a user on multiple tables in one sql statement in mysql? >From mysql.com:- GRANT SELECT,INSERT,UPDATE,DEL

Re: mysql question

2003-01-23 Thread Huili_Liu
"Martin Moss" ternet.com> cc:

Re: mysql question

2003-01-23 Thread Jason Galea
you better duck dude. "slightly" is "slightly" understating the off-topicness of your post.. Martin Moss wrote: slightly off topic, but is it possible to grant permissions to a user on multiple tables in one sql statement in mysql? From mysql.com:- GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DR

mysql question

2003-01-23 Thread Martin Moss
slightly off topic, but is it possible to grant permissions to a user on multiple tables in one sql statement in mysql? >From mysql.com:- GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP -> ON bankaccount.* -> TO custom@localhost -> IDENTIFIED BY 'stupid'; can I do this ON b

Re: Apache::Session::MySQL question regarding lenght of _session_id

2000-12-19 Thread Jeffrey W. Baker
On Mon, 18 Dec 2000, Andreas Marienborg wrote: > I just can't seem to find any info on how to specify that Apache::Session > should create session_id's that are shorter than 32 hex chars? could > someone point me in the right direction?? You can use the argument 'IDLength' when using Apache::Ses

Re: Apache::Session::MySQL question regarding lenght of _session_id

2000-12-18 Thread Andreas Marienborg
On Mon, 18 Dec 2000, Aaron E. Ross wrote: > at a time earlier than now, Andreas Marienborg wrote: > > I just can't seem to find any info on how to specify that Apache::Session > > should create session_id's that are shorter than 32 hex chars? could > > someone point me in the right direction?? >

Re: Apache::Session::MySQL question regarding lenght of _session_id

2000-12-18 Thread Aaron E. Ross
at a time earlier than now, Andreas Marienborg wrote: > I just can't seem to find any info on how to specify that Apache::Session > should create session_id's that are shorter than 32 hex chars? could > someone point me in the right direction?? Just write a module to sub class Apache::Session. A

Apache::Session::MySQL question regarding lenght of _session_id

2000-12-18 Thread Andreas Marienborg
I just can't seem to find any info on how to specify that Apache::Session should create session_id's that are shorter than 32 hex chars? could someone point me in the right direction?? thanks in advance Andreas -- Andreas Marienborg +47 92 28 63 82 [EMAIL PROTECTED]

Re: modperl/MySQL question

2000-02-11 Thread Matt Carothers
On Tue, 8 Feb 2000, Terry G Lorber II wrote: > DBD::mysql::st execute failed: MySQL server has gone away at slashmod.pm > line 23 [...] > Is this a server problem, a perl problem, or a MySQL problem? Do I need > to adjust a timeout setting somewhere? Sounds like you need Apache::DBI. 1) Enab

modperl/MySQL question

2000-02-08 Thread Terry G Lorber II
I am trying to implement a SLASH (http://www.slashdot.org) on my server. Whenver I hit a *.pl file from the browser, I get the following erorr message: [Tue Feb 8 17:08:43 2000] [error] [client 192.168.1.2] File does not exist: /ho me/slash/public_html/slashdot.gif DBD::mysql::st execute faile