多項選擇題pymysql.Connect()中,包含的參數(shù)有()

A.host
B.port
C.user
D.passwd


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題安裝mysql數(shù)據(jù)庫時默認的用戶名是()

A.root
B.none
C.name
D.user

2.單項選擇題localhost參數(shù)表示的是()

A.本機
B.其它設置
C.未知服務器
D.外置設備

3.單項選擇題mysql數(shù)據(jù)庫默認的端口號是()

A.3306
B.8000
C.8080
D.3000

4.單項選擇題關閉游標的方法是()

A.fetchone()
B.fetchmany(size)
C.fetchall()
D.close()

5.單項選擇題數(shù)據(jù)庫中,獲取結果集中所有的數(shù)據(jù),應使用()

A.fetchone()
B.fetchmany(size)
C.fetchal()
D.close()