InterviewSolution
Saved Bookmarks
| 1. |
Default Data Directory For Mariadb? |
|
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. 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. |
|