Functional Test script results in an authentication error
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Medium
|
Sara Nierodzik |
Bug Description
The script is the "configure_
When the guidelines are followed from the following link:https:/
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
Possibly due to the version of MySQL version being used:
"Since version 5.7, MySQL is secure-by-default: a random root password is generated upon installation; you need to read this password from the server log. you have to change this password the first time you connect. you cannot use a blank password because of the validate_password plugin."
The fix for this is to include the already set password in order to access the MySQL database.
Changed in neutron: | |
assignee: | nobody → Sara Nierodzik (snierodz) |
status: | New → Incomplete |
status: | Incomplete → In Progress |
tags: | added: functional-tests |
Changed in neutron: | |
status: | Fix Committed → In Progress |
importance: | Undecided → Medium |
Changed in neutron: | |
status: | In Progress → Fix Released |
The commit which includes the fix for this issue: /review. opendev. org/#/c/ 670021/
https:/
There might be a better way of fixing the bug rather than copying and pasting in the password on a different line however this fix gets rid of the error.