Monday, 23 January 2023

Python - Install mariadb

Command to install mariadb,

pip3 install mariadb

 

if needed, try this.

pip3 install mariadb-connector-python

 

No comments:

Snowflake - Cost Optimization

Reduce auto-suspend to 60 seconds Reduce virtual warehouse size Ensure minimum clusters are set to 1 Consolidate warehouses Separate warehou...