"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.168.3.10' for table 'rcpt' at ./rcptsvr line 377
> 
> Could anyone tell me why this error happened with my Perl
> script?

Most probably not Perl-related. 

A quick 

  google: mysql "insert command denied" 

will find many like
  http://bugs.mysql.com/bug.php?id=5569 

-- 
Affijn, Ruud

"Gewoon is een tijger."

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to