ADA 11.2 database user account super
book
Article ID: 277494
calendar_today
Updated On:
Products
CA Application Delivery Analysis (NetQoS / ADA)
Issue/Introduction
Are there any requirements for the super account used by ADA 11.2 in MySQL?
Cause
The Installation Prerequisites in the documentation does not provide requirements for the password used by the super MySQL account.
Resolution
'super' cannot be the password used for the super MySQL account.
Additional Information
If 'super' has been used for the account and services are not starting, the following steps can be used to fix this:
- uninstall ADA
- run this command from mysql prompt login as root
ALTER USER 'super'@'%' IDENTIFIED BY '<NewPassword>';
- try to login mysql as super user and check connectivity works
- install ADA and provide mysql password as NewPassword instead of super
- After installation, finish rebooting the machine and check all services are up and running as expected.
Feedback
thumb_up
Yes
thumb_down
No