Comments on How To Install MySQL 5.6 On Ubuntu 12.10 (Including memcached Plugin)
How To Install MySQL 5.6 On Ubuntu 12.10 (Including memcached Plugin) According to What's New in MySQL 5.6, MySQL 5.6 will bring some performance improvements over MySQL 5.5. If you want to test out MySQL 5.6, you have to install one of the development releases from the MySQL downloads page because there is no stable release yet. This tutorial explains how to install the MySQL 5.6.8rc1 (Linux Generic) development release on an Ubuntu 12.10 server.
6 Comment(s)
Comments
installation instructions to download and install MySQL 5.6 using source code can be found in that link ... i found them simple
wget fails. Will work with:-
wget -O mysql-5.6.8-rc-linux2.6-x86_64.tar.gz
http://downloads.skysql.com/archives/mysql-5.6/mysql-5.6.8-rc-linux2.6-x86_64.tar.gz
Do you know if rc-linux is the only version we can install? I see the versions keep upgrading to .13 till now, but rc-linux not!
Thank you for these great instructions of how to install mysql5.6 on a CLEAN system.
All other instructions found on the entire Internet are inadequate because they want you to install 5.5 first and then overlay 5.6, which results in a very messy and potentially buggy and unsecure install.
the line "scripts/mysql_install_db --user=mysql" ain't working .
Thank you so much.... It's very helpful and runnable command who are interested to install Mysql 5.6