How to Change a MariaDB/MySQL Data Directory to a New Location on Linux
Step 1 — Moving the MariaDB Data Directory
mysql -u root -p
select @@datadir;
Output:
+-----------------+
| @@datadir | …
Read Article →
2 articles about mariadb development, tools, and best practices
mysql -u root -p
select @@datadir;
Output:
+-----------------+
| @@datadir | …
Read Article →
If you need to find the fastest way to count the number of rows in a massive MariaDB, or MySQL table, then you can do the following instead of …
Read Article →