Tagged: mariadb

MariaDB 5.2.8 MySQL server released with various Aria storage engine fixes

MariaDB 5.2.8 MySQL server has been released.  Download MariaDB 5.2.8 MySQL server from http://downloads.askmonty.org/mariadb/5.2.8/. Highlights of this release: Aria Fixes and Changes Fixes for Aria recover Fixes for updates with long keys. The max key length for aria has been reduced from about block_size/2 to block_size/3 (because the underflow algorithm requires this) Various...

Percona MySQL Server 5.1.58-12.9 & 5.5.14-20.5 released

Percona MySQL Server 5.1.58-12.9 & Percona MySQL Server 5.5.14-20.5 have been officially released. Percona MySQL 5.1.58-12.9 downloads are available here and from the Percona Software Repositories Percona MySQL 5.5.14-20.5 downloads are available here and from the Percona Software Repositories Percona 5.1.58-12.9 Highlights Performance Improvements fsync() has been replaced with fdatasync() to improve perfomance where possible. The...

CentOS 6.0 fix for VBoxGuestAdditions installation for VirtualBox

Virtualbox is a useful tool for testing various Linux and Windows operating systems in a virtualized environment. However, while testing my modified Centmin Nginx installation script on CentOS 6.0 64bit, I came across an issue with installing VBoxGuestAddition components – the VirtualBox Guest Additions’ kernel modules failed to get built....

MariaDB 5.2 MySQL repository for RHEL/CentOS YUM installs

OurDelta announced they have setup a MariaDB 5.2 MySQL repository for easy MySQL installs and upgrades on RHEL and CentOS. Instructions for MariaDB 5.2 (new release) Install the OurDelta release RPM : rpm -ivh http://master.ourdelta.org/yum/CentOS-MariaDB52/ourdelta-release-5-1.noarch.rpmrpm -ivh http://master.ourdelta.org/yum/CentOS-MariaDB52/ourdelta-release-5-1.noarch.rpm You’re done. From that, proceed to install the MariaDB packages as usual, using...

mysqlmybackup.sh – multi feature MySQL database backup and restore script with Percona XtraBackup & Mydumper tool support

mysqlmybackup.sh started out as a mysqldump based MySQL back up script which I started on June 20th, 2011. I compiled the script based on the modified MySQL mysqldump backup script by Vivek Gite and merged it with Zarafa.com script. Script Evolution: The script has since evolved from the original Vivek...

MariaDB 5.2.7 MySQL Server Released

MariaDB 5.2.7 MySQL has been released. Already updated my custom Centmin Nginx installation script with MariaDB 5.2.7. The MariaDB 5.2.7 change log is pretty long so summary: Faster Internal Temporary Tables HeidiSQL GUI client now included in Windows MSI package Red Hat Enterprise Linux (RHEL) 5 RPMs Other fixes and...

Nginx install script, PHP 5.3.17 (php-fpm), MariaDB 5.2.12, Xcache v2.0.1, APC 3.1.13, Memcached server, CSF firewall, Siege Benchmark, Python 2.72

Centmin v1.2.0 – Nginx install script for CentOS servers by BTCentral has been updated and released incorporating alot of my modifications which were made to Centmin v1.1.0 base here. I’ve updated my modifications to use Centmin v1.2.0 and higher as a base. Centmin v1.2.0 has fixed my modifications to work with...