Click the Start a free trial link to start a 15-day SaaS trial of our product and join our community as a trial user. If you are an existing customer do not start a free trial.
AppDynamics customers and established members should click the sign in button to authenticate.
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