In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
This article records the installation tutorial of the unzipped version of mysql8.0.0 winx64.zip, which is as follows
1. Download the mysql-8.0.0-dmr-winx64.zip unzipped installation package from the mysql official website
2. Download page address: official website address
3. Extract it to any directory (I am D:\ DevTools\ mysql-8.0.0)
4. Configure the environment variable to add the path path to the bin directory under your mysql8.0.0 path (my directory is D:\ DevTools\ mysql-8.0.0\ bin)
5. Go to your decompressed directory and modify the default-my.ini logo as shown below.
Basedir is the decompressed directory
Datadir is the directory where database files are saved
Make changes according to your own needs
6. Change default-my.ini to my.ini
7. Use the command prompt in administrator mode to enter the bin directory of your extracted directory (pay attention to the command line in administrator mode, otherwise there may be a prompt for insufficient permissions)
Right-click the start menu button and select the command prompt (administrator can enter)
8. Then run the initialization command
Mysqld-initialize-user=mysql-console
(remember that initialization must be carried out. If many people don't initialize, there will be a 1067 error, and they can't handle it.)
After initialization, a temporary password will be generated. You need to remember the temporary password here (all the passwords in the red box are passwords).
Then generate some files in your database save directory, never mind
9. Then type mysqld-install to add the service
10. Enter net start mysql to start the service
11. Enter mysql-u root-p to log in to the database, then prompt for a password, and then log in with the password above
12. After entering, type set password = password ('root') to change the password, and the password will be changed to root, or you can change it to your own.
Use mysql as much as you like.
Wonderful topic sharing: different versions of mysql installation tutorials mysql5.7 various versions of installation tutorials mysql5.6 installation tutorials
The above is the whole content of this article, I hope it will be helpful to your study, and I also hope that you will support it.
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.