Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
on 08-01-2018 09:46 AM
1. From $EUM_HOME/mysql/bin folder run the below command:
./mysql -u root -p eum_db --protocol=TCP --protocol=TCP -P [EUM-MySQL-Port]
eum_user_password:[plain eum_user password]
,./mysql -u eum_user --password eum_db --protocol=TCP -P [EUM-MySQL-Port]
UPDATE mysql.user SET authentication_string = PASSWORD('MyNewPass')WHERE User = 'root' AND Host = 'localhost';
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form