Bug #29572 Semicolon character in passwd over MyODBC 3.51
Submitted: 5 Jul 2007 12:19 Modified: 17 Jul 2007 12:38
Reporter: Jose Velez Email Updates:
Status: Duplicate Impact on me:
None 
Category:Connector / ODBC Severity:S3 (Non-critical)
Version:5.1 OS:Windows
Assigned to: CPU Architecture:Any
Tags: passwd

[5 Jul 2007 12:19] Jose Velez
Description:
With a passwd like 'a;' the conector always response 
[MySQL][ODBC 3.51 Driver]Access denied for user 'usarname'@'IP' (using password: YES)

How to repeat:
Using MySQLAdministrator:
- Create a schema S
- Create a user U
- Assing all privileges to the user U in the schema S
- Use as passwd 'x;'

Using mySQL ODBC Conector (3.51.16)
- Create a conector using the user U and the passwd 'x;'
- Test the conection

Suggested fix:
Don't use ';' in the passwd
[5 Jul 2007 13:30] MySQL Verification Team
Thank you for the bug report.
[17 Jul 2007 12:38] Susanne Ebrecht
This is a duplicate to: http://bugs.mysql.com/bug.php?id=16178