Update tutorial-12-mysql_cli.md

This commit is contained in:
xiehan
2021-06-03 00:41:01 +08:00
committed by GitHub
parent 0261ace959
commit 14ba4f7823

View File

@@ -15,6 +15,8 @@
mysql://username:password@host:port/dbname?character_set=charset&character_set_results=charset
- 如果以SSL连接访问MySQL则scheme为**mysqls://**
- username和password按需填写
- port默认为3306