mysql installer community 静默安装
目标:通过mysql-installer-community-5.7.25.0.msi 静默安装数据库
步骤:
1.运行cmd, msi文件
msiexec.exe /i BasicMSI.msi /qb
msiexec.exe /i BasicMSI.msi /qr
msiexec.exe /i BasicMSI.msi /qf
参考博文:https://www.cnblogs.com/BeyondTechnology/archive/2011/01/15/1936511.html
2.安装MySQL server
"C:\Program Files (x86)\MySQL\MySQL Installer for Windows\MySQLInstallerConsole.exe" install server;5.6.21;x64:*:port=3306;passwd=Test123 -silent
参考文章:https://forums.mysql.com/read.php?169,629136,629136
mysql installer community 静默安装
原文:https://www.cnblogs.com/0523jy/p/10754465.html