SQL_Handler.py 文件源码

python
阅读 30 收藏 0 点赞 0 评论 0

项目:RFID-System 作者: DecaturMakers 项目源码 文件源码
def connectToDatabase(db, user, psswrd, host):
    try:
        global conn
        conn = pymysql.connect(
            db=db,
            user=user,
            passwd=psswrd,
            host=host
        )
        global data
        data = getAndSetData(conn)
        return conn, data
    except pymysql.err.OperationalError:
        Q = QMessageBox()
        Q = QMessageBox.information(Q, 'Error', 'Your username and/or password was incorrect. Please try again.', QMessageBox.Ok)
        return None, None
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号