Connect to a MySQL server as root with no password.
Command: Linux copy
mysql -h $IP -P 3306 -u root -p"" --skip-ssl
References: