On our NEW API Gateways, we are unable to sign into the mysql database using the command "mysql". On our old Gateways we are able to and we are not sure why?
Release : 10.0
Component : API GATEWAY
If you have changed the root password from the default.
And # mysql -u root -p
Allows login when specifying the password at the prompt.
You will need to modify the file
/root/.my.cnf
To have your new password since this is behind the scenes used to authorize the user and automatically specify the password for root.