C端打包修复不能在中文路径下启动的问题
This commit is contained in:
@@ -53,13 +53,13 @@ if exist "%LOGDIR%" (
|
||||
)
|
||||
echo.
|
||||
|
||||
echo [4] 检查 MySQL 服务...
|
||||
sc query mysql9100 >nul 2>&1
|
||||
if %errorlevel% equ 0 (
|
||||
echo MySQL 服务存在
|
||||
sc query mysql9100 | findstr "STATE"
|
||||
echo [4] 检查当前运行模式...
|
||||
echo 当前版本为绿色包进程模式,不使用 MySQL Windows 服务
|
||||
if exist "mysql\my.ini" (
|
||||
echo 检测到 MySQL 配置文件:
|
||||
findstr /i "^port=" "mysql\my.ini"
|
||||
) else (
|
||||
echo MySQL 服务不存在
|
||||
echo 尚未检测到 mysql\my.ini(可能应用还未完整启动)
|
||||
)
|
||||
echo.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user