Bill Carney's picture

Output of netstat:

tcp6       0      0 :::3306                 :::*                    LISTEN      1238/mysqld

Output of mysql query (user name is new_user, I literally cut & pasted the code.

+-----------+-----------+-------------+--------------+

| host      | user      | plugin      | default_role |

+-----------+-----------+-------------+--------------+

| localhost | root      | unix_socket |              |

| %         | adminer   |             |              |

| localhost | new_user  |             |              |

| %         | new_user  |             |              |

+-----------+-----------+-------------+--------------+

Output of nmap (I run a Mac, downloaded the Mac version)

nmap 172.16.82.220 -p 3306

Starting Nmap 7.80 ( https://nmap.org ) at 2019-11-27 16:49 EST

Nmap scan report for 172.16.82.220

Host is up (0.097s latency).


PORT     STATE SERVICE

3306/tcp open  mysql


Nmap done: 1 IP address (1 host up) scanned in 0.39 seconds