I am using the following command to log the results of pt-query-digest into mysql test.query_review table
pt-query-digest D=test,t=query_review /home/dbadmin/devmysql1-slow.log
Some imp points for this 1) I am logged in linux machine as root user and using the above command line of root user. 2) no such user exist for mysql db(there is another set of user name and pwd , that I use to login into mysql)
Its giving me access denied for root user.
I wanna know, where and how to give the user name n pwd of mysql user with exact syntax so that this command runs and logs in data into target table