Downloads:
87,164
Downloads of v 11.5.1:
2,383
Last Update:
30 May 2024
Package Maintainer(s):
Software Author(s):
- MariaDB Foundation
Tags:
rdbms sql database mysql- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
MariaDB
- 1
- 2
- 3
11.5.1 | Updated: 30 May 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
87,164
Downloads of v 11.5.1:
2,383
Maintainer(s):
Software Author(s):
- MariaDB Foundation
MariaDB 11.5.1
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by MariaDB Foundation. The inclusion of MariaDB Foundation trademark(s), if any, upon this webpage is solely to identify MariaDB Foundation goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install MariaDB, run the following command from the command line or from PowerShell:
To upgrade MariaDB, run the following command from the command line or from PowerShell:
To uninstall MariaDB, 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 mariadb --internalize --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 mariadb -y --source="'INTERNAL REPO URL'" [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 mariadb -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install mariadb
win_chocolatey:
name: mariadb
version: '11.5.1'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'mariadb' do
action :install
source 'INTERNAL REPO URL'
version '11.5.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller mariadb
{
Name = "mariadb"
Version = "11.5.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'mariadb':
ensure => '11.5.1',
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 is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved as a trusted package on 30 May 2024.
MariaDB is designed as a drop-in replacement of MySQL with more features, new storage engines, fewer bugs, and better performance. MariaDB server is a community developed fork of MySQL server started by core members of the original MySQL team.
MariaDB strives to be the logical choice for database professionals looking for a robust, scalable, and reliable SQL server. To accomplish this, the MariaDB Foundation work closely and cooperatively with the larger community of users and developers in the true spirit of Free and open source software, and release software in a manner that balances predictability with reliability.
MariaDB comparison to MySQL
Community
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.
Log in or click on link to see number of positives.
- mariadb.11.5.1.nupkg (36ecbcd5de6c) - ## / 62
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 |
---|---|---|---|---|
MariaDB 11.5.1 | 2383 | Thursday, May 30, 2024 | Approved | |
MariaDB 11.5.0 | 1203 | Monday, March 18, 2024 | Approved | |
MariaDB 11.4.2 | 38 | Thursday, May 30, 2024 | Approved | |
MariaDB 11.4.1 | 489 | Thursday, February 29, 2024 | Approved | |
MariaDB 11.3.2 | 49 | Thursday, February 29, 2024 | Approved | |
MariaDB 11.3.1 | 1456 | Tuesday, November 21, 2023 | Approved | |
MariaDB 11.3.0 | 1073 | Wednesday, September 20, 2023 | Approved | |
MariaDB 11.2.4 | 25 | Friday, May 17, 2024 | Approved | |
MariaDB 11.2.3 | 33 | Thursday, February 29, 2024 | Approved | |
MariaDB 11.2.2 | 55 | Tuesday, November 21, 2023 | Approved | |
MariaDB 11.2.1 | 578 | Monday, August 21, 2023 | Approved | |
MariaDB 11.2.0 | 1079 | Tuesday, June 20, 2023 | Approved | |
MariaDB 11.1.5 | 29 | Friday, May 17, 2024 | Approved | |
MariaDB 11.1.4 | 26 | Thursday, February 29, 2024 | Approved | |
MariaDB 11.1.3 | 34 | Tuesday, November 14, 2023 | Approved | |
MariaDB 11.1.2 | 47 | Monday, August 21, 2023 | Approved | |
MariaDB 11.1.1 | 362 | Wednesday, June 7, 2023 | Approved | |
MariaDB 11.1.0 | 1450 | Monday, April 3, 2023 | Approved | |
MariaDB 11.0.6 | 31 | Friday, May 17, 2024 | Approved | |
MariaDB 11.0.5 | 50 | Thursday, February 29, 2024 | Approved | |
MariaDB 11.0.4 | 48 | Tuesday, November 14, 2023 | Approved | |
MariaDB 11.0.3 | 30 | Monday, August 14, 2023 | Approved | |
MariaDB 11.0.2 | 55 | Wednesday, June 7, 2023 | Approved | |
MariaDB 11.0.1 | 1220 | Wednesday, February 22, 2023 | Approved | |
MariaDB 10.11.8 | 533 | Friday, May 17, 2024 | Approved | |
MariaDB 10.11.7 | 43 | Thursday, February 29, 2024 | Approved | |
MariaDB 10.11.6 | 72 | Tuesday, November 14, 2023 | Approved | |
MariaDB 10.11.5 | 50 | Monday, August 14, 2023 | Approved | |
MariaDB 10.11.4 | 56 | Wednesday, June 7, 2023 | Approved | |
MariaDB 10.11.3 | 211 | Wednesday, May 10, 2023 | Approved | |
MariaDB 10.11.2 | 384 | Thursday, February 16, 2023 | Approved | |
MariaDB 10.11.1 | 2373 | Friday, November 18, 2022 | Approved | |
MariaDB 10.10.7 | 37 | Tuesday, November 14, 2023 | Approved | |
MariaDB 10.10.6 | 47 | Monday, August 14, 2023 | Approved | |
MariaDB 10.10.5 | 41 | Wednesday, June 7, 2023 | Approved | |
MariaDB 10.10.4 | 51 | Wednesday, May 10, 2023 | Approved | |
MariaDB 10.10.3 | 54 | Monday, February 6, 2023 | Approved | |
MariaDB 10.10.2 | 90 | Thursday, November 17, 2022 | Approved | |
MariaDB 10.10.1 | 1308 | Monday, August 22, 2022 | Approved | |
MariaDB 10.9.8 | 44 | Monday, August 14, 2023 | Approved | |
MariaDB 10.9.7 | 65 | Wednesday, June 7, 2023 | Approved | |
MariaDB 10.9.6 | 54 | Wednesday, May 10, 2023 | Approved | |
MariaDB 10.9.5 | 52 | Monday, February 6, 2023 | Approved | |
MariaDB 10.9.4 | 57 | Tuesday, November 8, 2022 | Approved | |
MariaDB 10.9.3 | 59 | Monday, September 19, 2022 | Approved | |
MariaDB 10.9.2 | 67 | Monday, August 22, 2022 | Approved | |
MariaDB 10.9.1 | 1490 | Saturday, May 21, 2022 | Approved | |
MariaDB 10.8.8 | 51 | Wednesday, May 10, 2023 | Approved | |
MariaDB 10.8.7 | 47 | Monday, February 6, 2023 | Approved | |
MariaDB 10.8.6 | 48 | Tuesday, November 8, 2022 | Approved | |
MariaDB 10.8.5 | 75 | Monday, September 19, 2022 | Approved | |
MariaDB 10.8.4 | 75 | Monday, August 15, 2022 | Approved | |
MariaDB 10.8.3 | 90 | Saturday, May 21, 2022 | Approved | |
MariaDB 10.8.2 | 1592 | Friday, February 18, 2022 | Approved | |
MariaDB 10.7.8 | 73 | Monday, February 6, 2023 | Approved | |
MariaDB 10.7.7 | 65 | Tuesday, November 8, 2022 | Approved | |
MariaDB 10.7.6 | 76 | Monday, September 19, 2022 | Approved | |
MariaDB 10.7.5 | 63 | Monday, August 15, 2022 | Approved | |
MariaDB 10.7.4 | 79 | Saturday, May 21, 2022 | Approved | |
MariaDB 10.7.3 | 88 | Friday, February 18, 2022 | Approved | |
MariaDB 10.7.1.20211119 | 2196 | Friday, November 19, 2021 | Approved | |
MariaDB 10.6.18 | 26 | Friday, May 17, 2024 | Approved | |
MariaDB 10.6.17 | 35 | Thursday, February 29, 2024 | Approved | |
MariaDB 10.6.16 | 56 | Monday, November 13, 2023 | Approved | |
MariaDB 10.6.15 | 53 | Monday, August 14, 2023 | Approved | |
MariaDB 10.6.14 | 95 | Wednesday, June 7, 2023 | Approved | |
MariaDB 10.6.12 | 74 | Monday, February 6, 2023 | Approved | |
MariaDB 10.6.11 | 77 | Tuesday, November 8, 2022 | Approved | |
MariaDB 10.6.10 | 63 | Monday, September 19, 2022 | Approved | |
MariaDB 10.6.9 | 72 | Monday, August 15, 2022 | Approved | |
MariaDB 10.6.8 | 115 | Saturday, May 21, 2022 | Approved | |
MariaDB 10.6.7 | 98 | Friday, February 18, 2022 | Approved | |
MariaDB 10.6.4 | 2722 | Wednesday, August 25, 2021 | Approved | |
MariaDB 10.5.25 | 28 | Friday, May 17, 2024 | Approved | |
MariaDB 10.5.24 | 37 | Thursday, February 29, 2024 | Approved | |
MariaDB 10.5.23 | 64 | Monday, November 13, 2023 | Approved | |
MariaDB 10.5.22 | 46 | Monday, August 14, 2023 | Approved | |
MariaDB 10.5.21 | 52 | Wednesday, June 7, 2023 | Approved | |
MariaDB 10.5.19 | 57 | Monday, February 6, 2023 | Approved | |
MariaDB 10.5.18 | 50 | Tuesday, November 8, 2022 | Approved | |
MariaDB 10.5.17 | 61 | Monday, August 15, 2022 | Approved | |
MariaDB 10.5.16 | 95 | Saturday, May 21, 2022 | Approved | |
MariaDB 10.5.15 | 87 | Friday, February 18, 2022 | Approved | |
MariaDB 10.5.13 | 85 | Monday, November 8, 2021 | Approved | |
MariaDB 10.5.12 | 96 | Tuesday, October 26, 2021 | Approved | |
MariaDB 10.5.10 | 4622 | Friday, May 7, 2021 | Approved | |
MariaDB 10.5.9 | 2075 | Monday, February 22, 2021 | Approved | |
MariaDB 10.5.8 | 2378 | Wednesday, November 11, 2020 | Approved | |
MariaDB 10.5.7 | 509 | Wednesday, November 4, 2020 | Approved | |
MariaDB 10.5.6 | 1182 | Wednesday, October 7, 2020 | Approved | |
MariaDB 10.5.5 | 1607 | Monday, August 10, 2020 | Approved | |
MariaDB 10.5.4 | 1391 | Wednesday, June 24, 2020 | Approved | |
MariaDB 10.5.3 | 1082 | Wednesday, May 13, 2020 | Approved | |
MariaDB 10.5.2 | 1182 | Thursday, March 26, 2020 | Approved | |
MariaDB 10.5.1 | 1023 | Friday, February 14, 2020 | Approved | |
MariaDB 10.4.34 | 23 | Friday, May 17, 2024 | Approved | |
MariaDB 10.4.33 | 38 | Thursday, February 29, 2024 | Approved | |
MariaDB 10.4.32 | 38 | Monday, November 13, 2023 | Approved | |
MariaDB 10.4.31 | 53 | Monday, August 14, 2023 | Approved | |
MariaDB 10.4.28 | 75 | Monday, February 6, 2023 | Approved | |
MariaDB 10.4.27 | 62 | Tuesday, November 8, 2022 | Approved | |
MariaDB 10.4.26 | 67 | Monday, August 15, 2022 | Approved | |
MariaDB 10.4.25 | 66 | Saturday, May 21, 2022 | Approved | |
MariaDB 10.4.24 | 198 | Friday, February 18, 2022 | Approved | |
MariaDB 10.4.22 | 89 | Monday, November 8, 2021 | Approved | |
MariaDB 10.4.21 | 89 | Tuesday, October 26, 2021 | Approved | |
MariaDB 10.4.8 | 5377 | Wednesday, September 11, 2019 | Approved | |
MariaDB 10.4.7 | 1115 | Wednesday, July 31, 2019 | Approved | |
MariaDB 10.4.6 | 3318 | Wednesday, June 19, 2019 | Approved | |
MariaDB 10.3.39 | 70 | Wednesday, May 10, 2023 | Approved | |
MariaDB 10.3.38 | 172 | Monday, February 6, 2023 | Approved | |
MariaDB 10.3.37 | 63 | Tuesday, November 8, 2022 | Approved | |
MariaDB 10.3.36 | 72 | Monday, August 15, 2022 | Approved | |
MariaDB 10.3.35 | 85 | Saturday, May 21, 2022 | Approved | |
MariaDB 10.3.34 | 109 | Friday, February 18, 2022 | Approved | |
MariaDB 10.3.32 | 116 | Monday, November 8, 2021 | Approved | |
MariaDB 10.3.31 | 89 | Tuesday, October 26, 2021 | Approved | |
MariaDB 10.3.16 | 7378 | Monday, June 17, 2019 | Approved | |
MariaDB 10.3.15 | 1134 | Tuesday, May 14, 2019 | Approved | |
MariaDB 10.3.14 | 1197 | Tuesday, April 2, 2019 | Approved | |
MariaDB 10.3.13.20190308 | 764 | Friday, March 8, 2019 | Approved | |
MariaDB 10.3.13 | 529 | Thursday, February 21, 2019 | Approved | |
MariaDB 10.3.12 | 1045 | Monday, January 7, 2019 | Approved | |
MariaDB 10.3.11 | 1764 | Saturday, December 8, 2018 | Approved | |
MariaDB 10.2.44 | 70 | Saturday, May 21, 2022 | Approved | |
MariaDB 10.2.43 | 83 | Friday, February 18, 2022 | Approved | |
MariaDB 10.2.41 | 99 | Monday, November 8, 2021 | Approved | |
MariaDB 10.2.40 | 78 | Tuesday, October 26, 2021 | Approved | |
MariaDB 10.2.14 | 3616 | Friday, March 30, 2018 | Approved | |
MariaDB 10.2.13 | 639 | Thursday, March 8, 2018 | Approved | |
MariaDB 10.2.7 | 2004 | Tuesday, July 18, 2017 | Approved | |
MariaDB 10.2.6 | 855 | Wednesday, May 24, 2017 | Approved | |
MariaDB 10.1.21 | 1228 | Sunday, January 22, 2017 | Approved | |
MariaDB 10.1.20 | 644 | Wednesday, December 21, 2016 | Approved | |
MariaDB 10.1.15 | 1063 | Friday, July 1, 2016 | Approved | |
MariaDB 10.1.14 | 501 | Friday, May 13, 2016 | Approved | |
MariaDB 10.1.12 | 585 | Thursday, February 25, 2016 | Approved | |
MariaDB 10.1.11 | 492 | Monday, February 1, 2016 | Approved | |
MariaDB 10.0.10 | 1151 | Saturday, April 26, 2014 | Approved | |
MariaDB 5.5.37 | 535 | Saturday, April 26, 2014 | Approved | |
MariaDB 5.5.31 | 700 | Thursday, May 23, 2013 | Approved | |
MariaDB 5.5.30 | 544 | Friday, March 29, 2013 | Approved |
MariaDB Foundation
-
- mariadb.install (= 11.5.1)
Ground Rules:
- This discussion is only about MariaDB and the MariaDB 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 MariaDB, 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.