Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
1.0.11
-
None
Description
If we look at the code, we can see that post-mysql-install just greps .my.cnf for a password. This is likely to lead to problems in a bunch of scenarios, such as if someone has multiple configuration sections with different passwords defined. See here:
We should probably make this check more robust. Could it be changed to use my_print_defaults or something?