Bug #68680 orthographical variants about .mylogin.cnf's path in Windows
Submitted: 15 Mar 2013 2:42 Modified: 20 Mar 2013 22:07
Reporter: Tsubasa Tanaka (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.6.10 OS:Any
Assigned to: Paul DuBois CPU Architecture:Any
Tags: .mylogin.cnf, doc, windows

[15 Mar 2013 2:42] Tsubasa Tanaka
Description:
These are described including default .mylogin.cnf path when MYSQL_TEST_LOGIN_FILE variable is not defined.

4.2.3.3. Using Option Files says "APPDATA\.mylogin.cnf".
 http://dev.mysql.com/doc/refman/5.6/en/option-files.html

2.12. Environment Variables says "%APPDATA%\MySQL\.mylogin.cnf".
 http://dev.mysql.com/doc/refman/5.6/en/environment-variables.html

And my_default_get_login_file in mysys_ssl/my_default.cc points
"%s\\MySQL\\.mylogin.cnf".

How to repeat:
See docs.

Suggested fix:
Fix document 4.2.3.3. Using Option Files.
 http://dev.mysql.com/doc/refman/5.6/en/option-files.html
[15 Mar 2013 8:33] MySQL Verification Team
Thank you for the bug report.
[20 Mar 2013 22:07] Paul DuBois
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly, and will be included in the next release of the relevant products.

Modified docs to use %APPDATA%\MySQL\.mylogin.cnf consistently.