
How to backup and restore a MySQL database from the command line
Backing Up To backup a MySQL database from the command line, use the mysqldump command and pip the output to a file. For example: mysqldump
Backing Up To backup a MySQL database from the command line, use the mysqldump command and pip the output to a file. For example: mysqldump
Background You have some sticky queries but you can’t see what’s happening. On certain website actions pages are just slow and you fully suspect the
You might encounter a situation (e.g. on AWS) where you have a new CentOS 7 server, but an old version of MariaDB 5.5 on the
Background A MySQL server stop working. You’re confused as this is a new Virtualmin installation and everything went smooth. You start troubleshooting: # service mariadb
Update February 2022 Resetting MySQL password remains a nightmare due to all the differences between MySQL 7 and 8, and MariaDB. If you’re running the
rename table t1 to t2; Reference: https://blog.marceloaltmann.com/en-how-to-rename-table-in-mysql-pt-como-renomear-tabelas-no-mysql/
MySQL has two good methods for replication, the one called Master-Master Replication, and the other called Group Replication. Group replication is more powerful and is
Sometimes when you try to access MySQL, you will get an access denied message. There could be a multitude of reasons but if you are
u or µ microseconds ms milliseconds s seconds m minutes h hours d days w weeks Reference: https://docs.influxdata.com/influxdb/v1.7/query_language/data_exploration/#duration-literal
Background This article explains how to upgrade the default MariaDB 10.1 installation provided with Linux Mint 19 Tara or Tessa to MariaDB 10.3. One reason