Tag

mariadb

mariadb and postgresql crash course a step by ste

Bradley Bayer

ckup.sql ``` Restore: ``` psql sample_db < backup.sql ``` Replication and Clustering Both systems support replication: MariaDB: Master-slave replication setup via configuration files. PostgreSQL: Streaming replicat