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

Re: Error - Select Column Not Found Within Trigger

2009-10-17 Thread Dan Saul
CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=1 ; - michael dykman On Sat, Oct 17, 2009 at 2:20 PM, Dan Saul daniel.s...@gmail.com wrote: 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

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
/mysql.sock doesn't exist. Shouldn't the server create it? How-To-Repeat: Fix: Submitter-Id: submitter ID Originator: Saul Organization: Saul Jaffe [EMAIL PROTECTED] MySQL support: [none | licence | email support | extended email support ] Synopsis: Can't start

Re: Problem starting 4.0.12 server

2003-03-26 Thread Saul
, leaves a lot to be desired. -jeff On Wed, 2003-03-26 at 15:49, Saul wrote: From: Jeff Kilpatrick [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Organization: Date: 25 Mar 2003 21:08:56 -0600 Does the mysql user have permission to write

Re: Problem starting 4.0.12 server

2003-03-26 Thread Saul
Message - From: Saul [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 2:10 PM Subject: Re: Problem starting 4.0.12 server From: Jeff Kilpatrick [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Organization

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