(for /f "tokens=2* delims==" %%a in ('wmic process where "name='mysqld.exe'" get executablepath /value') do echo %%~a)>msqld的路径.txt