import mysql.connector as mariadb mariadb_connection = mariadb.connect(user='pi', password='password', database='weather') cursor ...
確定! 回上一頁