对mysql出现1006错误问题的解决办法

echo off
title 正在启动mysql服务

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

原文地址:https://www.cnblogs.com/ciscolee/p/8460997.html