Chocolatey Packages

Documentation about My Chocolatey Packages.

View project on GitHub

MySQL (Community Server) MySQL (Community Server)

Usage

To install MySQL (Community Server), run the following command from the command line or from PowerShell:

choco install mysql

To upgrade MySQL (Community Server), run the following command from the command line or from PowerShell:

choco upgrade mysql

To uninstall MySQL (Community Server), run the following command from the command line or from PowerShell:

choco uninstall mysql

Description

MySQL Community Edition is the freely downloadable version of the world’s most popular open source database. It is available under the GPL license and is supported by a huge and active community of open source developers.

Please Note: This is an automatically updated package. If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know here that the package is no longer updating correctly.

Package Parameters

The package accepts the following optional parameters:

  • /installLocation - filesystem location for mysql binaries
  • /dataLocation - filesystem location for mysql data
  • /port - numberic TCP listening port
  • /serviceName - custom name for the Windows services entry

Example: choco install mysql --params "/port:3307 /serviceName:AltSQL"

Chocolatey Package Page

Software Site

Package Source