PymySQL3.

Pure Python MySQLドライバー
今すぐダウンロード

PymySQL3. ランキングとまとめ

広告

  • Rating:
  • ライセンス:
  • MIT/X Consortium Lic...
  • 出版社名:
  • David Story

PymySQL3. タグ


PymySQL3. 説明

純粋なPython MySQLドライバー PyMySQL3は純粋なPython MySQLクライアントであるMySQLクライアントは、バイナリクライアント/サーバープロトコルを介してサーバーに直接通信することで、MySQLデータベースにDB-APIを提供しています。 /tmp/mysql.sock '、user =' root '、passwd = none、db =' mysql ')#conn = pymysql.connect(host =' 127.0.0.1 '、port = 3306、user =' root '、passwd =なし、db = 'mysql')cur = conn.cursor()cur.execute( "Hostの選択、ユーザーからのユーザー")#print cur.description#r = cur.fetchall()#print r#...または ... CURのRの場合:rcur.close()conn.close()要件: ・Python


PymySQL3. 関連ソフトウェア