In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)05/31 Report--
This article will explain in detail the installation method of the mysql 8.0.11 compressed package version. The editor thinks it is very practical, so I share it with you for reference. I hope you can get something after reading this article.
I. configure environment variables
Usually other tutorials are post-configured with environment variables, so it is easy to see that "mysqld is not an internal or external command, nor is it a runnable program or batch file." So let's add the environment variable first.
1. Find the system environment variable setting
Create a new MYSQL_HOME variable and configure the value as: F:\ mysql-8.0.11 (your own decompressed directory, which can be done through the 60 directory)
Edit the path system variable and add% MYSQL_HOME%\ bin (which can be copied directly) to the path variable.
Second, install mysql
Open cmd (command prompt) with administrator privileges, switch disks first, and then jump to directory
Installation directive mysqld Install (if you do not have administrator privileges, you may get an error when opening cmd)
3. Start mysql
It needs to be executed under the directory of mysql decompressed bin.
Mysqld-- initialize-insecure-- user=mysql (this directive was not required in previous versions)
Start mysql
Net start mysql (if you do not perform the previous step, you will be prompted that you cannot start without error)
4. Enter mysql
Mysql-u root-p, the password defaults to empty.
5. Graphical interface
Navicat is recommended
This is the end of this article on "the installation method of mysql 8.0.11 compressed package version". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, please share it for more people to see.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.