How to install MySQL in a Linux environment

Source: Internet
Author: User
Tags mysql client mysql in

1. Check if MySQL service is installed in the current Linux environment: sudo services MySQL start
2. Install MySQL server, core program: sudo apt-get install Mysql-server
3. Install the MySQL client: sudo apt-get install mysql-client
4. End of installation, verify with command to install and start successfully: sudo netstat-tap | grep MySQL
5. Modify the MySQL configuration file via gedit: sudo/etc/mysql/my.cnf
6. Start MySQL service: sudo services MySQL start
7. Login with root: mysql-u root
8. View the database: show databases;
9. Link database: Use < database name >
10. View table: Show tables
11. Exit: Quit or exit

How to install MySQL in a Linux environment

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.