MariaDB Question:

Do you know default Data Directory For Mariadb?

MariaDB Interview Question
MariaDB Interview Question

Answer:

The data directory location is controlled by the datadir variable. Look at your /etc/mysql/my.cnf file to see where your installation of MariaDB is configured to store data. The default is /var/lib/mysql but it is often changed, like for example if you are using a RAID array.


Previous QuestionNext Question
Do you know how to use database in MariaDB?Tell me what is JOIN? How many types of JOIN in MariaDB?