Ubuntu 12.04 Source Installation MySQL-5.5.40

Source: Internet
Author: User

Pre-installation:

sudo apt-get-y install cmake libncurses5-dev bison g++ make


http://now51jq.blog.51cto.com/3474143/1317281

http://crazyming.blog.51cto.com/1048571/1217201

http://my.oschina.net/u/1019341/blog/186433



Here is some problems I had during the installation.

1. Mysqld:error while loading shared libraries:libaio.so.1:cannot open Shared object file:no such file or directory
I Fixed after Installing libaio1 :  sudo apt-get Install libaio1

2. When I am trying to run/usr/local/mysql/scripts/mysql_install_db–user=mysql to reate the data dictionary

This command gives the following error:
FATAL error:could not find mysqld

The following directories were searched:

/usr/libexec
/usr/sbin
/usr/bin

Fix:find and remove the old my.cnf file.
sudo rm/etc/mysql/my.cnf, because it is getting the details from THE/ETC/MY.CNF

Don ' t forget to set your root password.
./bin/mysqladmin-u root password ' new-password '




This article is from the "Cold River Exclusive Fishing" blog, please be sure to keep this source http://iter2012.blog.51cto.com/6873825/1564220

Ubuntu 12.04 Source Installation MySQL-5.5.40

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.