echo off
title 正在启动mysql服务

set /p thepath =请输入mysql的安装路径直到bin目录:
cd %thepath%
mysqld.exe -install
pause

相关文章: