database - Unable to Connect to Azure MySQL using MySQL Work Bench -


i create mysql storage in microsoft azure. did portal clicked "new > data+storage > mysql". kept defaults , continued. after azure says storage , ready.

so, went "dashboard > clicked on newly created database resource". can see ip address of database.

i opened mysql work bench, clicked "database >connect database" , inserted ip found in above step. kept port 3306 is. user name , password inserted username , password inserted during database creation.

anyway can't connect database, below error. enter image description here

i tried editing "security group" in azure. below screenshot of contains now.

inbound rules: enter image description here

outbound rules enter image description here

even after of these things, why still can't connect azure mysql?

i using 'bitnami' , 'bitnami' comes own username , password! default password bitnami 'bitnami' , user name 'root'


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -