输入banner图图片脚本导航/分类

UWP MySQL 最新版 6.10.5是坏的

static MySqlConnection CreateMySqlConnection() { string strConn = String.Format("server={0}; uid={1}; pwd={2}; database={3}", strServer, strUserID, strPassword, strDatabase); MySqlConnection conn = null; try { conn = new MySqlConnection(); conn.ConnectionString = strConn; conn.Open(); } catch (MySqlException myex) { } catch (Exception ex) { } return conn; }

 



How to repeat:
Build a uwp project, using the above code

Mysql 6.10.5
windows 10 16299
vs 15.5.3

 

Gayhub测试地址:网页链接 ????

 

 

静静地等官方回复吧

UWP MySQL 最新版 6.10.5是坏的

标签:database   mysq   pps   bubuko   pwd   my sql   技术   cti   format