Bug #29572 Semicolon character in passwd over MyODBC 3.51
Submitted: 5 Jul 2007 14:19 Modified: 17 Jul 2007 14:38
Reporter: Jose Velez
Status: Duplicate
Category:Connector/ODBC Severity:S3 (Non-critical)
Version:5.1 OS:Microsoft Windows
Assigned to: Target Version:
Tags: passwd

[5 Jul 2007 14: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 15:30] Miguel Solorzano
Thank you for the bug report.
[17 Jul 2007 14:38] Susanne Ebrecht
This is a duplicate to: http://bugs.mysql.com/bug.php?id=16178