This article shares the installation tutorial of MySQL 8.0.11 for your reference. The specific contents are as follows 1. Configure environment variables Usually other tutorials configure environment variables later, which may easily lead to the error "mysqld is not recognized as an internal or external command, operable program or batch file." So we add the environment variables first. mysql8.0.11 download address 1. Find the system environment variable settings Create a new MYSQL_HOME variable and set its value to: F:\mysql-8.0.11 (your own decompression directory, you can use the 60 directory); Edit the path system variable and add %MYSQL_HOME%\bin (this can be copied directly) to the path variable. 2. Install MySQL Open cmd (command prompt) with administrator privileges, switch disks first, then jump to the directory Installation command mysqld Install (if you do not have administrator privileges, you may get an error when opening cmd) 3. Start MySQL First, execute in the mysql unzip bin directory mysqld --initialize-insecure --user=mysql (old versions do not need this command) Start mysql net start mysql (if you do not execute the previous step, it will prompt that it cannot be started and there will be no error) 4. Enter mysql mysql -u root -p, the password is empty by default. 5. Graphical interface Navicat is recommended Wonderful topic sharing: Installation tutorials for different versions of MySQL Installation tutorials for MySQL 5.7 versions Installation tutorials for MySQL 5.6 versions 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:
|
>>: Gallery function implemented by native Js
Let’s learn together 1. Traditional methods Copy ...
Table of contents Main topic 1. Install Docker on...
Source of the problem: If the slave server is the...
Overview As for the current default network of Do...
Whenever I have any unclear questions, I come to ...
Method 1: Command line modification We only need ...
Table of contents background Importing virtual fi...
background As the business develops, the company&...
Today I want to summarize several very useful HTML...
Preface The author has always felt that it would ...
Syntax: ROW_NUMBER() OVER(PARTITION BY COLUMN ORD...
Table of contents 1. Introduction 1.1 Principle 1...
Table of contents Introduction Create a Next.js p...
Table of contents 1. Introduction to NFS-Ganesha ...
Find the problem When retrieving the top SQL stat...