Re: question?

2015-01-08 Thread Ron Piggott
The only way I could see this work would be to write forms to a temporary text file array. Then using a cron job to update the database. On Thu, January 8, 2015 10:01 am, bruce wrote: > hey. > > within php (or any other language) > > is there a way to create the mysql sql, and execute the sql, wh

Re: question?

2015-01-08 Thread Reindl Harald
Am 08.01.2015 um 16:01 schrieb bruce: hey. within php (or any other language) is there a way to create the mysql sql, and execute the sql, where the process can "wait" until the network connection for the mysql command/process is actually valid? IE (phpesque) $pdo=new pdo() sql = "select * f

question?

2015-01-08 Thread bruce
hey. within php (or any other language) is there a way to create the mysql sql, and execute the sql, where the process can "wait" until the network connection for the mysql command/process is actually valid? IE (phpesque) $pdo=new pdo() sql = "select * from foo where a=:a" $s=$pdo->prepare($sql)

MySQL error to syslog

2015-01-08 Thread Olivier Nicole
HI, I am running MySQL 5.5.31 on FreeBSD 9.2. I have a web server with a miss-configured service that generates faulty connections. After a while, MySQl blocks any connection from the web server. At some stage, I had set-up a script that would browse syslog log and look for a string like "Host 'x