Tagged: mariadb 5.2

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...

Nginx install script, PHP 5.3.6 (php-fpm), MariaDB 5.2.6, Xcache v1.3.1, Memcached server, CSF firewall, Siege Benchmark

Centmin Nginx install script for CentOS servers by BTCentral was mentioned previously here. I’ve modified the script to suit my needs for Nginx v1.0.2 web server installations on CentOS 5.5 64bit environments, adding MariaDB 5.2.6 MySQL, Xcache v1.3.1, Memcached 1.4.5 servers, CSF Firewall as well as Siege benchmark script support. Note...

Rackspace.com Cloud Server – Nginx v1.0.2, PHP-FPM 5.3.6, Xcache v1.3.1, MariaDB 5.2.6 Install

Revisiting CentOS 5.x 64bit install on Rackspace.com Cloud Server environment but this time for testing source installation of Nginx v1.0.2, PHP 5.3.6 (php-fpm) and Xcache v1.3.1 along with MariaDB 5.2.6 64bit RPM binaries. After installing it all manually, I came across a an awesome bash shell install script over at...