2014. 6. 6. 23:50

Check where the data directory is on MySQL

The following command will show:

 

 

  mysql> show variables like 'datadir';
+---------------+---------------------------------------------+
| Variable_name | Value                                       |
+---------------+---------------------------------------------+
| datadir       | C:\ProgramData\MySQL\MySQL Server 5.6\data\ |
+---------------+---------------------------------------------+
1 row in set (0.00 sec)