MySQL Forums
Forum List  »  Router & Proxy

Re: mysql proxy - every other query
Posted by: Jan Kneschke
Date: March 28, 2008 12:55AM

Are you using old-passwords ?

SELECT LENGTH(password) FROM mysql.user;
+------------------+
| LENGTH(password) |
+------------------+
|               41 |  ## new password
|                0 |  ## no password
|               16 |  ## old password
...

I think we have problems with old-passwords and connection pooling.

--
Jan Kneschke, MySQL Enterprise Tools

Options: ReplyQuote


Subject
Views
Written By
Posted
5160
February 22, 2008 01:16PM
3333
February 23, 2008 05:25AM
6020
February 23, 2008 04:13PM
3497
February 26, 2008 06:00AM
Re: mysql proxy - every other query
3289
March 28, 2008 12:55AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.