C 殺死資料庫死鏈結

2021-05-08 05:44:59 字數 482 閱讀 4850

先連進mysql 下show processlist的查詢可查出 processid 在把他殺掉

c#**:

using system.data.odbc;

using system.data;

static public int killsleepingconnections(int iminsecondstoexpire) }

myreader.close();

foreach (int apid in m_processestokill) }

catch (exception excep)

finally

if (myconn != null && myconn.state == connectionstate.open) }

return m_processestokill.count;

} killsleepingconnections(100);

c 鏈結資料庫

c 連線access程式 using system.data using system.data.oledb string strconnection provider microsoft.jet.oledb.4.0 strconnection data source c begaspnetnort...

C 鏈結ORACLE資料庫

using system using system.data using system.configuration using system.linq using system.web using system.web.security using system.web.ui using syste...

c 鏈結MySql資料庫

用mysql建立乙個表,然後輸出到控制台!首先電腦安裝完成mysql資料庫。1.net start mysql80 mysql80 為自己的資料庫名稱 接下來看到自己資料庫 服務已啟動成功 2.mysql u root p回車後 在enter password 輸入自己的mysql資料庫密碼,回車。...