Re: mysql insert errors

2006-04-07 Thread Practical Perl
Thanks for all,I'll try some ways to fit it.

Re: mysql insert errors

2006-04-07 Thread Dr.Ruud
"Practical Perl" schreef: > I wrote a script to insert datas to mysql database.The insert > frequency is about 45 times per second. > Most of the insert actions are successful,but I still see some errors > as follow: > > DBD::mysql::st execute failed: INSERT command denied to user > 'abc'@'192.16

Re: mysql insert errors

2006-04-07 Thread Chas Owens
On 4/7/06, Practical Perl <[EMAIL PROTECTED]> wrote: > Hello,all, > > I wrote a script to insert datas to mysql database.The insert frequency is > about 45 times per second. > Most of the insert actions are successful,but I still see some errors as > follow: > > DBD::mysql::st execute failed: INSER

mysql insert errors

2006-04-07 Thread Practical Perl
Hello,all, I wrote a script to insert datas to mysql database.The insert frequency is about 45 times per second. Most of the insert actions are successful,but I still see some errors as follow: DBD::mysql::st execute failed: INSERT command denied to user 'abc'@'192.168.3.10' for table 'rcpt' at .