提交 77105650 编写于 作者: S ShadelessFox

#9983 Not null password fix


Former-commit-id: 87aa2137
上级 4645be1e
......@@ -61,7 +61,7 @@ public abstract class MySQLNativeToolHandler<SETTINGS extends AbstractNativeTool
toolUserPassword = settings.getDataSourceContainer().getActualConnectionConfiguration().getUserPassword();
}
process.environment().put(MySQLConstants.ENV_VAR_MYSQL_PWD, toolUserPassword);
process.environment().put(MySQLConstants.ENV_VAR_MYSQL_PWD, CommonUtils.notEmpty(toolUserPassword));
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册