3306 - Pentesting Mysql
Basic Command
mysql -h 172.18.0.1 -u rootSSL is Required
you can ignore ssl checks by using the below command
mysql -h 172.18.0.1 -u root --skip-sslLast updated
mysql -h 172.18.0.1 -u rootyou can ignore ssl checks by using the below command
mysql -h 172.18.0.1 -u root --skip-sslLast updated