Install mysql5.6 in linux environment, linuxmysql5.6_PHP tutorial

WBOY
Release: 2016-07-12 09:01:25
Original
832 people have browsed it

Installing mysql5.6 in linux environment, linuxmysql5.6

I found a lot of blogs on the Internet and looked dizzy looking at the various steps. In the end, the hard work paid off and I finally installed it. I would like to share it here. Just a moment

1> #yum remove mysql mysql-* //Uninstall the original version of mysql

2>#yum install -y wget //If wget is not downloaded

3># wget http://repo.mysql.com/mysql-community-release-el6-5.noarch.rpm repo rpm file

4>#rpm -ivh mysql-community-release-el6-5.noarch.rpm //Install repo rpm package

5>#yum install mysql-server mysql-community-devel //Install mysql-server

6>#/etc/init.d/mysqld start //Start mysql-serve

7># mysql -uroot -p //Enter mysql

Done! If there are any errors or problems encountered, I hope everyone will comment and discuss together

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/1089438.htmlTechArticleInstalling mysql5.6 in linux environment, linuxmysql5.6. I found many blogs on the Internet and looked dizzy at the various steps. The hard work paid off and I finally installed it. Here I would like to share 1...
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template