We recently installed Profiler 6.2.3.
I am trying to use the mysql.exe utility from the Windows command prompt to query the database and setup/allow external connections. When I attempt the following, I am given an access denied error. What am I doing wrong?
Command used: \>mysql -uadmin -p**********
Error message: ERROR 1045 (28000): Access denied for user 'admin'@';localhost' (using password: YES)
FYI - I'm using the same creds I would use to log into the Profiler console.