1. Download MySQL Click on the official website download page to enter the following page Just follow the picture, then: 2. Installation and Configuration Just follow the steps to install. But remember the final initial password. Finally, we can see the installed MySQL in the computer's system preferences. By default MySQL is started. Before opening we need to configure it in the terminal. PATH="$PATH":/usr/local/mysql/bin mysql -u root -p #Enter password#Terminal display#Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 10 Server version: 5.7.12 Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql>SET PASSWORD = PASSWORD('new password'); After completing the above operations, you can use MySQL normally. 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:
|
<<: Detailed explanation of importing/exporting MySQL data in Docker container
>>: jQuery realizes the shuttle box function
How to write transparent CSS for images using filt...
This article shares the specific code of js to im...
Copy code The code is as follows: <BODY> //...
This article collects 20 excellent web page color ...
Table of contents 1. Install vue-video-player 2. ...
1. Download, install and configure mysql-8.0.15 1...
1. Overview The information_schema database is th...
1. After connecting and logging in to MySQL, firs...
1. Definition of offsetParent: offsetParent is th...
As shown below: 1. ssh -v -p [port number] [user ...
1. Apache 2.4.41 installation and configuration T...
<body> <div id="root"> <...
1: Differences in speed and loading methods The di...
Overview Today we will mainly share how to config...
1. Introduction to mysqlbackup mysqlbackup is the...