mysql -h 172.18.0.1 -u root
you can ignore ssl checks by using the below command
mysql -h 172.18.0.1 -u root --skip-ssl
Last updated 1 month ago