各种数据库常用连接字符串

(1)MySql:server=localhost;DataBase=SkyBlue;user=sa;password=123456;port=3306;SslMode=None 

(2)SqlServer:data source=LOCALHOST;initial catalog=BlueShieldCollege;persist security info=True;user id=sa;password=123456;

(3)

原文地址:https://www.cnblogs.com/lanhaipeng/p/15612581.html