Difference between revisions of "Mysql"

From Atomicorp Wiki
Jump to: navigation, search
(Created page with ' == Features == * Based on Mysql 5.1.x branch * Uses the design from Fedora, RHEL, and CentOS == Installation == To Upgrade to Mysql 5.1 on CentOS/RHEL/Fedora Step 1) Set uā€¦')
 
Line 1: Line 1:
āˆ’
 
 
== Features ==
 
== Features ==
  
Line 34: Line 33:
  
 
   yum install mysqltuner
 
   yum install mysqltuner
 +
 +
== Known Issues ==
 +
 +
Placeholder

Revision as of 13:28, 18 June 2010

Contents

Features

  • Based on Mysql 5.1.x branch
  • Uses the design from Fedora, RHEL, and CentOS


Installation

To Upgrade to Mysql 5.1 on CentOS/RHEL/Fedora

Step 1) Set up the atomic channel:

wget -q -O - http://www.atomicorp.com/installers/atomic | sh

Step 2) Upgrade to Mysql 5.1

yum upgrade mysql

Step 3) Update your mysql tables

mysql_upgrade -u root -p

or for plesk environments:

mysql_upgrade -u admin -p


Support Packages

Mysqltuner, an excellent tool for investigating performance issues with mysql

 yum install mysqltuner

Known Issues

Placeholder

Personal tools