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
Vertical table Vertical table splitting means spl...
I believe that many people who have used MySQL fo...
Port Mapping Before the Docker container is start...
This article shares the specific code of jQuery t...
If you want to adjust the size and number of Inno...
Yesterday, I wrote a blog about the circular prog...
Table of contents 01. Listener watch (1) Function...
Table of contents Preface What is VirtualDOM? Rea...
You need to apply CSS to div or span at the same t...
Table of contents 1 Indicators in stress testing ...
1. Overlay Overview Overlay means covering, as th...
The mysql 5.7.18 zip version of MySQL is not like...
1. Function: xargs can convert the data separated...
This article shares a common example of viewing p...
Linux often encounters situations such as adding ...