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

后端 未结 8 1304
后悔当初
后悔当初 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:04

    Check if the Data directory is in "C:\ProgramData\MySQL\MySQL Server 5.7\Data". This is where it is on my computer. Someone might find this helpful.

提交回复
热议问题