Re: Error - "Select Column Not Found Within Trigger"

2009-10-17 Thread Dan Saul
27;, > > `description` text collate utf8_bin NOT NULL, > > PRIMARY KEY (`line_number`) > > ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=1 ; > > > - michael dykman > > > On Sat, Oct 17, 2009 at 2:20 PM, Dan Saul wrote: > >

Error - "Select Column Not Found Within Trigger"

2009-10-17 Thread Dan Saul
This is the first time I have attempted to expand beyond basic sql for storing data in a table like structure. So my level of knowledge is "familiar with basic SQL, but lacking in expanded knowledge". I expect my error is a newbie mistake. I have attempted to create a trigger to update another tab

Re: Need help to query with timestamp in C++

2008-08-14 Thread Saul Bejarano
I have done queries to the database in PHP with variables like month but easily can select from a range of time and data to produce the same results, the output goes directly to the web so if that is what you are seeking for, I can help with PHP. Saul Kandy Wong wrote: Hi, I need to write

Re: Problem starting 4.0.12 server

2003-03-26 Thread Saul
ytime trying to connect from inside php... may have to rebuild php... Already rebuilt the Perl modules... >--jeff > >- Original Message - >From: "Saul" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Cc: <[EMAIL PROTECTED]> >Se

Re: Problem starting 4.0.12 server

2003-03-26 Thread Saul
the fact that I'm an obsessive compiler. Well, I could... except that the documentation, as far as I'm concerned, leaves a lot to be desired. >-jeff > >On Wed, 2003-03-26 at 15:49, Saul wrote: >> >From: Jeff Kilpatrick <[EMAIL PROTECTED]> >

Re: Problem starting 4.0.12 server

2003-03-26 Thread Saul
unning on socket: >> /var/lib/mysql/mysql.sock ? >> 030325 21:23:41 Aborting >> >> 030325 21:23:41 /usr/sbin/mysqld: Shutdown Complete >> >> 030325 21:23:41 mysqld ended >> >> I've checked, and /var/lib/mysql/mysql.sock doesn't exi

Load Balanced Mysql Cluster

2003-03-04 Thread Jared Saul
I have a database heavy site that utilizes a master mysql server which processes all updates and replicates to 4 slave servers that handle the queries. Right now I have a simple perl randomized selection that determines which of the four database slaves will receive any given query. This wo