How to find the mysql data directory from command line in windows

后端 未结 8 1322
后悔当初
后悔当初 2020-12-07 07:50

In linux I could find the mysql installation directory with the command which mysql. But I could not find any in windows. I tried echo %path% and i

8条回答
  •  眼角桃花
    2020-12-07 08:07

    Use bellow command from CLI interface

    [root@localhost~]# mysqladmin variables -p | grep datadir
    

提交回复
热议问题