This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Profiler (Storage Manager) - Connect to MariaDB

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.