Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

I am trying to connect to MySQL Server from my local PC using MySQL Workbench (Connection Method: Standard TCP/IP). Server
Server: Ubuntu 20.04.2 LTS
Changing the IP Address
# Instead of skip-networking the default is now to listen only on
# localhost which is more compatible and is not less secure.
bind-address = 0.0.0.0
mysqlx-bind-address = 0.0.0.0
Port Status
netstat -antp | grep 3306
tcp 0 0 0.0.0.0:33060 0.0.0.0:* LISTEN 690/mysqld
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 690/mysqld
firewall
ufw status
Status: active
To Action From
-- ------ ----
3306 ALLOW 0.0.0.0
3306 ALLOW Anywhere
22/tcp ALLOW Anywhere
3306 (v6) ALLOW Anywhere (v6)
22/tcp (v6) ALLOW Anywhere (v6)
The Error Message
Failed to Connnect ot MySQL at IP:3306 with user UserName
Host'PC IP' is not allowed to connect to this MySQL Serve
I really appreciate if you could help me. Thank you
hbarnard
keneucker
keneucker
rich
santoshpatil
Aspiresoftserv
Yakin
Thejaswini-Rao-U
775c69c916d345a7a367d867078ccb
mayricoak
ndam
bc2f52583874402a988f587c00195d