Schedule Meeting

a
Enforcing strong passwords for MariaDB users

Enforcing strong passwords for MariaDB users

MariaDB users normally connect using a password. Weak passwords are a common security problem, especially when passwords are generated by humans. However, MariaDB comes with plugins that help validating passwords to make sure they are strong enough. This article is a...
Row-level Security Policy in PostgreSQL

Row-level Security Policy in PostgreSQL

In this article, we take a look at different ways to set row-level privileges in PostgreSQL. Before we proceed, let’s look at privileges in the context of database systems. Blixy can take care of your rows security What are privileges? Privileges a way of...