Check MySQL Installation Guide

Source: Internet
Author: User

This article mainly describes the MySQL Installation Guide. during the installation of the MySQL database, run the following commands at a terminal prompt, I hope you will have a correct understanding of MySQL installation after browsing.

 
 
  1. sudo apt-get install mysql-serversudo apt-get install mysql-clientsudo apt-get install php5-mysql  

MySQL installation php5-mysql is to connect php and mysql once MySQL installation is complete, MySQL server should be started automatically. You can run the following command at a terminal prompt to check whether the MySQL server is running:

Sudo netstat-tap | grep mysql when you run this command, you can see a line similar to the following:

Tcp 0 0 localhost. localdomain: mysql *: * LISTEN-if the server cannot run normally, run the following command to start it:

Sudo/etc/init. d/mysql restart to enter mysql

Mysql-uroot-p (enter the mysql root Password)

Configure the MySQL administrator password:

Sudo mysqladmin-u root password newpasswordSue _ na

The above content is an introduction to the MySQL installation guide. I hope you will get some benefits.
 


The above content is an introduction to the MySQL installation guide. I hope you will get some benefits.

Original article title: MySQL Installation Guide

Connection: http://www.cnblogs.com/sue_/articles/1751504.html

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.