Python3入門(十三)——連接數據庫

以Mysql爲例:   要操作關係數據庫,首先需要連接到數據庫,一個數據庫連接稱爲Connection; 連接到數據庫後,需要打開遊標,稱之爲Cursor,通過Cursor執行SQL語句,然後,獲得執行結果。       1。安裝驅動 $ pip install mysql-connector-python --allow-external mysql-connector-python 或者嘗試:
相關文章
相關標籤/搜索