我必须使用静默安装来安装MySQL Server Community Edition版本5.6.x.我计划使用Volley
和---
title: "Show Git version in R Code"
output: html_document
date: "`r format(Sys.time(), '%d %B, %Y')`"
author: "SHA: `r git2r::branch_target(git2r::head(git2r::repository(getwd())))`"
---
You could also put the SHA elsewhere, like in a concluding chunk along with session info.
```{r collapse = TRUE}
git2r::branch_target(git2r::head(git2r::repository(getwd())))
## ADD devtools::session_info() or sessionInfo() ??
```
命令运行MySQLInstallerConsole.exe来静默安装和配置服务器。
我在安装时发现了MySQL安装程序的问题,安装后它始终以商业模式运行。我尝试通过相同的程序多次重新安装它,但结果没有不同。
如何强制安装程序在社区模式下运行?
答案 0 :(得分:4)
如果从未启动过“MySQL Installer - Community”应用程序,它将以商业模式运行。
使用“社区”前置“安装”运行命令应该有效。
MySQLInstallerConsole.exe community install server;5.6.24;x86:*:port=3306;rootpasswd=PASSWORD;servicename=MySQL -silent