Azure Mysql Connection Issue

Subhash Gander 96 Reputation points
2021-03-26T20:21:03.12+00:00

All,

I have created a MYSQL server on AZURE and able to connect with via WORKBENCH from LOCAL using administrator account.

Post that created couple of additional non admin accounts that was successful.

But when I am trying to connect AZURE MYSQL from local workbench using non admin account then getting below error.

ACCESS DENIED FOR THE USER 'XXXX' @ 'IP_ADDRESS' (Using password : YES)

I would appreciated any help on this issue.

Note - My local IP address is already whitelisted on AZURE for MYSQL.

Regards,
Subhash

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
820 questions
0 comments No comments
{count} votes

Accepted answer
  1. Subhash Gander 96 Reputation points
    2021-03-27T14:24:01.53+00:00

    This issue was resolved by simply recreating users.

    CREATE USER 'XXX'@'%' IDENTIFIED BY 'XXX';


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.