mysql dbs

It depends. Mine are in /usr/local/mysql/data that is a symlink to /home/mysql, for example.
Use this command and look for "--datadir=" to retrieve your location:
Code:
mysqld --print-defaults
 
Back
Top