Refonte sauvegarde MariaDB NAS => VPS2

This commit is contained in:
2026-06-08 10:44:38 +02:00
parent a49f20cd0b
commit 87e2bc7b51
6 changed files with 289 additions and 26 deletions

View File

@@ -0,0 +1,13 @@
import mysql.connector
conn = mysql.connector.connect(
host="10.9.0.1",
port=3306,
user="Michel",
password="wuP^wu&6xjx61bh*kjS^",
database="Sondes"
)
print("Connexion MariaDB OK via WireGuard")
conn.close()