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
Let's take a look at the code first <form ...
Today, database operations are increasingly becom...
1. Docker startup problem: Problem Solved: You ne...
1. Go to Vim's official website to download t...
1. Online installation Currently only tried the L...
Preface I encountered a Mysql deadlock problem so...
1. Overview of viewport Mobile browsers usually r...
Recently, when I was drawing an interface, I enco...
MySQL Query Cache is on by default. To some exten...
8 optimization methods for MySQL database design,...
Note: You cannot use scoped animations! ! ! ! via...
answer from stackflow: Simply <br> is suffic...
By default, PHP on CentOS 7 runs as apache or nob...
The following operation demonstrations are all ba...
【1】exists Use a loop to query the external table ...