hayaten0415 / isukit

0 stars 0 forks source link

NewRelic MySQL #12

Open hayaten0415 opened 3 years ago

hayaten0415 commented 3 years ago

sudo apt-get install nri-mysql sudo mysql -e "CREATE USER 'newrelic'@'localhost' IDENTIFIED BY 'newrelic';" sudo mysql -e "GRANT REPLICATION CLIENT ON . TO 'newrelic'@'localhost' WITH MAX_USER_CONNECTIONS 5;" cd /etc/newrelic-infra/integrations.d sudo cp mysql-config.yml.sample mysql-config.yml vi mysql-config.yml sudo systemctl restart newrelic-infra.service