| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Hossein Younesi | Date: | October 1 2010 12:53pm |
| Subject: | Problem: Access denied for user 'root'@'localhost' (using password: NO) | ||
| View as plain text | |||
Hi everyone,
I'm using mysqlpp on ubuntu 10.04 with mysql 5.1. my program is a multi
threaded one, after each client request it connects to mysql through
mysqlpp, executes some queries and sends the result back to client. So
mysqlpp is used simultaneously between threads. Problem is that when number
of requests increases (more that 10 in a sec) , This error appears:
"Access denied for user 'root'@'localhost' (using password: NO)"
What's wrong? Connection limitation? Executing limitation?
Thanks b4
--
Hossein Younesi Vaghar
| Thread | ||
|---|---|---|
| • Problem: Access denied for user 'root'@'localhost' (using password: NO) | Hossein Younesi | 1 Oct |
| • RE: Problem: Access denied for user 'root'@'localhost' (using password: NO) | F.N. Bruggeman | 1 Oct |
| • Re: Problem: Access denied for user 'root'@'localhost' (usingpassword: NO) | Hossein Younesi | 1 Oct |
| • Re: Problem: Access denied for user 'root'@'localhost' (using password: NO) | Warren Young | 1 Oct |
