SQL

Working with SQL, MySQL, MariaDB, mysqldump backups

Last updated 2022-08-30

Quite often we need to make SQL backups of databases. In this article, we will discuss several ways to do this.

More
Working with SQL, MySQL, MariaDB, mysqldump backups

Show list of MySQL processes

Last updated 2022-08-29

Sometimes we need to review a list of SQL queries or cancel some slow SQL query. What to do in such a case?

More
Show list of MySQL processes