Ubuntu16.04 installation mysql5.7.22 graphic tutorial

Ubuntu16.04 installation mysql5.7.22 graphic tutorial

VMware12.0+Ubuntu16.04+MySQL5.7.22 installation tutorial, the details are as follows

First, use the command sudo -s to obtain root privileges. You do not need to enter a password each time you execute any command. Use whereis mysql to check whether MySQL is currently installed. If yes, uninstall it. If not, continue. As shown in the figure below, MySQL was not installed on this machine before. The path shown is a folder I created to store mysql.

Use the command "cp mysql-server_8.0.11-1ubuntu16.04_amd64.deb-bundle.tar /usr/local/mysql" to copy the downloaded MySQL to the specified path folder mysql, then enter mysql to decompress the files, and use the command "tar -xvf mysql-server_8.0.11-1ubuntu16.04_amd64.deb-bundle.tar" to decompress MySQL. After decompression, the following files are obtained.

Execute the following commands in sequence:

Install libaio1:

Execute the command sudo apt-get update

After executing apt-get install libmecab2, let's set the mysql password.

Set password confirmation

Start mysql

Login to mysql

Perform some operations on mysql:

At this point, the mysql installation is complete.

The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

You may also be interested in:
  • iOS Assembly Tutorial - ARM64 Assembly Basics Tutorial
  • MySQL 5.7.22 binary package installation and installation-free version Windows configuration method
  • How to install MySQL server community version MySQL 5.7.22 winx64 in win10
  • Installation process of MySQL5.7.22 on Mac
  • The whole process of installing mysql5.7.22 under ARM64 architecture

<<:  Vue implements zoom in, zoom out and drag function

>>:  Detailed explanation of Linux one-line command to process batch files

Recommend

Commonly used HTML format tags_Powernode Java Academy

1. Title HTML defines six <h> tags: <h1&...

MySQL 5.7.18 installation and configuration method graphic tutorial (CentOS7)

How to install MySQL 5.7.18 on Linux 1. Download ...

Undo log in MySQL

Concept introduction: We know that the redo log i...

Vue imitates ElementUI's form example code

Implementation requirements The form imitating El...

Teach you how to build a react+antd project from scratch

The previous articles were all my own learning lo...

MySQL scheduled task implementation and usage examples

This article uses examples to illustrate the impl...

Docker installation steps for Redmine

Download the image (optional step, if omitted, it...

Example of using MySQL to count the number of different values ​​in a column

Preface The requirement implemented in this artic...

How to use Linux to calculate the disk space occupied by timed files

Open the scheduled task editor. Cent uses vim to ...

A complete guide on how to query and delete duplicate records in MySQL

Preface This article mainly introduces the method...

CSS to achieve single-select folding menu function

Don’t introduce a front-end UI framework unless i...

Vue element implements table adding, deleting and modifying data

This article shares the specific code of vue elem...

Overview and Introduction to Linux Operating System

Table of contents 1. What is an Operating System ...

Tomcat source code analysis of Web requests and processing

Table of contents Preface 1. EndPoint 2. Connecti...