Answers for "connect to azure database locally"

0

connect to azure database locally

mysql -u <admin-user>@<mysql-server-name> -h <mysql-server-name>.mysql.database.azure.com -P 3306 -p
Posted by: Guest on May-13-2021

Code answers related to "connect to azure database locally"

Browse Popular Code Answers by Language