Downloads:
392,007
Downloads of v 5.7.9.20151029:
906
Last Update:
29 Oct 2015
Package Maintainer(s):
Software Author(s):
- Oracle
Tags:
mysql database admin- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
MySQL (Community Server)
This is not the latest version of MySQL (Community Server) available.
- 1
- 2
- 3
5.7.9.20151029 | Updated: 29 Oct 2015
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
392,007
Downloads of v 5.7.9.20151029:
906
Maintainer(s):
Software Author(s):
- Oracle
MySQL (Community Server) 5.7.9.20151029
This is not the latest version of MySQL (Community Server) available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Oracle. The inclusion of Oracle trademark(s), if any, upon this webpage is solely to identify Oracle goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install MySQL (Community Server), run the following command from the command line or from PowerShell:
To upgrade MySQL (Community Server), run the following command from the command line or from PowerShell:
To uninstall MySQL (Community Server), run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download mysql --internalize --version=5.7.9.20151029 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade mysql -y --source="'INTERNAL REPO URL'" --version="'5.7.9.20151029'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade mysql -y --source="'INTERNAL REPO URL'" --version="'5.7.9.20151029'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install mysql
win_chocolatey:
name: mysql
version: '5.7.9.20151029'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'mysql' do
action :install
source 'INTERNAL REPO URL'
version '5.7.9.20151029'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller mysql
{
Name = "mysql"
Version = "5.7.9.20151029"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'mysql':
ensure => '5.7.9.20151029',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 29 Oct 2015.
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.
Log in or click on link to see number of positives.
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
MySQL (Community Server) 8.0.31 | 99801 | Tuesday, October 11, 2022 | Approved | |
MySQL (Community Server) 8.0.30 | 7241 | Tuesday, July 26, 2022 | Exempted | |
MySQL (Community Server) 8.0.29 | 7753 | Tuesday, April 26, 2022 | Exempted | |
MySQL (Community Server) 8.0.28 | 9096 | Tuesday, January 18, 2022 | Approved | |
MySQL (Community Server) 8.0.27 | 7369 | Tuesday, October 19, 2021 | Exempted | |
MySQL (Community Server) 8.0.26 | 9901 | Tuesday, July 20, 2021 | Approved | |
MySQL (Community Server) 8.0.25 | 5758 | Tuesday, May 11, 2021 | Approved | |
MySQL (Community Server) 8.0.24 | 2229 | Tuesday, April 20, 2021 | Approved | |
MySQL (Community Server) 8.0.23 | 8656 | Monday, January 18, 2021 | Approved | |
MySQL (Community Server) 8.0.22 | 5757 | Tuesday, October 20, 2020 | Approved | |
MySQL (Community Server) 8.0.21 | 7271 | Monday, July 13, 2020 | Approved | |
MySQL (Community Server) 8.0.20 | 23962 | Monday, April 27, 2020 | Approved | |
MySQL (Community Server) 8.0.19 | 9043 | Monday, January 13, 2020 | Approved | |
MySQL (Community Server) 8.0.18 | 5626 | Monday, October 14, 2019 | Approved | |
MySQL (Community Server) 8.0.17 | 10037 | Monday, July 22, 2019 | Approved | |
MySQL (Community Server) 8.0.16.20190513 | 3887 | Monday, May 13, 2019 | Approved | |
MySQL (Community Server) 8.0.16 | 2466 | Thursday, April 25, 2019 | Approved | |
MySQL (Community Server) 8.0.15 | 4135 | Saturday, February 2, 2019 | Approved | |
MySQL (Community Server) 8.0.14 | 1147 | Monday, January 21, 2019 | Approved | |
MySQL (Community Server) 8.0.13 | 1706 | Thursday, December 27, 2018 | Approved | |
MySQL (Community Server) 5.7.18 | 95145 | Monday, April 10, 2017 | Approved | |
MySQL (Community Server) 5.7.17 | 13965 | Monday, December 12, 2016 | Approved | |
MySQL (Community Server) 5.7.16 | 3388 | Wednesday, October 12, 2016 | Approved | |
MySQL (Community Server) 5.7.15 | 1818 | Tuesday, September 6, 2016 | Approved | |
MySQL (Community Server) 5.7.14 | 8430 | Friday, July 29, 2016 | Approved | |
MySQL (Community Server) 5.7.13 | 1126 | Thursday, June 2, 2016 | Approved | |
MySQL (Community Server) 5.7.12 | 1099 | Monday, April 11, 2016 | Approved | |
MySQL (Community Server) 5.7.11.20160317 | 1060 | Thursday, March 17, 2016 | Approved | |
MySQL (Community Server) 5.7.11 | 1280 | Friday, February 5, 2016 | Approved | |
MySQL (Community Server) 5.7.10.20151209 | 1041 | Wednesday, December 9, 2015 | Approved | |
MySQL (Community Server) 5.7.10 | 677 | Monday, December 7, 2015 | Approved | |
MySQL (Community Server) 5.7.9.20151029 | 906 | Thursday, October 29, 2015 | Approved | |
MySQL (Community Server) 5.7.9 | 689 | Wednesday, October 21, 2015 | Approved | |
MySQL (Community Server) 5.6.27 | 1598 | Wednesday, September 30, 2015 | Approved | |
MySQL (Community Server) 5.6.26 | 1775 | Friday, July 24, 2015 | Approved | |
MySQL (Community Server) 5.6.25.20150611 | 1054 | Thursday, June 11, 2015 | Approved | |
MySQL (Community Server) 5.6.25 | 786 | Saturday, May 30, 2015 | Approved | |
MySQL (Community Server) 5.6.24 | 1193 | Tuesday, April 7, 2015 | Approved | |
MySQL (Community Server) 5.6.23 | 1637 | Monday, February 2, 2015 | Approved | |
MySQL (Community Server) 5.6.21 | 2271 | Wednesday, September 24, 2014 | Approved | |
MySQL (Community Server) 5.6.20 | 1060 | Friday, August 1, 2014 | Approved | |
MySQL (Community Server) 5.6.19 | 752 | Friday, July 18, 2014 | Approved | |
MySQL (Community Server) 5.6.15 | 1636 | Tuesday, December 3, 2013 | Approved | |
MySQL (Community Server) 5.6.14 | 885 | Friday, September 20, 2013 | Approved | |
MySQL (Community Server) 5.6.13 | 784 | Wednesday, July 31, 2013 | Approved | |
MySQL (Community Server) 5.6.12.20130618 | 707 | Tuesday, June 18, 2013 | Approved | |
MySQL (Community Server) 5.6.12.20130608 | 644 | Saturday, June 8, 2013 | Approved | |
MySQL (Community Server) 5.6.12 | 891 | Tuesday, June 4, 2013 | Approved | |
MySQL (Community Server) 5.6.11 | 808 | Friday, May 24, 2013 | Approved | |
MySQL (Community Server) 5.5.30 | 1363 | Monday, February 4, 2013 | Approved | |
MySQL (Community Server) 5.5.29 | 664 | Friday, December 21, 2012 | Approved | |
MySQL (Community Server) 5.5.28 | 737 | Saturday, September 29, 2012 | Approved | |
MySQL (Community Server) 5.5.27 | 643 | Monday, August 6, 2012 | Approved | |
MySQL (Community Server) 5.5.25.20120706 | 554 | Friday, July 6, 2012 | Approved | |
MySQL (Community Server) 5.5.25 | 794 | Sunday, June 3, 2012 | Approved | |
MySQL (Community Server) 5.5.24 | 684 | Sunday, May 27, 2012 | Approved | |
MySQL (Community Server) 5.5.22 | 652 | Wednesday, April 11, 2012 | Approved | |
MySQL (Community Server) 5.5.21 | 637 | Saturday, February 25, 2012 | Approved | |
MySQL (Community Server) 5.5.20 | 670 | Sunday, January 22, 2012 | Approved | |
MySQL (Community Server) 5.5.19 | 667 | Saturday, December 17, 2011 | Approved | |
MySQL (Community Server) 5.5.18 | 630 | Tuesday, November 29, 2011 | Approved | |
MySQL (Community Server) 5.5.14.1 | 656 | Tuesday, August 23, 2011 | Approved | |
MySQL (Community Server) 5.5.13 | 710 | Tuesday, August 23, 2011 | Approved |
Ground Rules:
- This discussion is only about MySQL (Community Server) and the MySQL (Community Server) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or MySQL (Community Server), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.