I am setting up a MySQL account to use with open c...
# support
m
I am setting up a MySQL account to use with open collector. I assume the only privileges needed are SELECT, PROCESS, REPLICATION CLIENT. Any other GRANTs needed?
n
Hey @Mike McCune, did you mean you want to use the open-telemetry collector for the MYSQL?
I would recommend you to go through this mysql receiver if that's your use case: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/mysqlreceiver
m
The standard open-telemetry collector is working with the rights listed above. Thanks for the info on MySQL receiver. I will check it out!