This article shares the installation steps of MySQL 5.7.17 compressed version for your reference. The specific contents are as follows 1. Download the compressed package and decompress it to the corresponding directory 2. Add the MySQL bin directory path to the Path environment variable 3. Modify the configuration file my-default.ini and change \# basedir = ..... \# datadir = ..... Modified to: basedir = G:\Program\Program Files\MySQL datadir = G:\Program\Program Files\MySQL\data 4. Run cmd as an administrator, cd to the bin directory of MySQL, enter mysqld --initialize-insecure --user=mysql, and generate a root account without a password 5. Enter mysqld -install again, and it will show successful installation 6. Start the service: Enter net start mysql, and it will show that the service has been successfully started. 7. Login: Enter mysql -u root -p, and press Enter when the password is displayed. 8. Change password: At this time, enter set password = password('new password'); (don't forget the semicolon) to change the password 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:
|
<<: Detailed explanation of how to cleanly uninstall Docker
>>: An example of refactoring a jigsaw puzzle game using vue3
Today I saw a blog post about input events, and o...
Table of contents 1. Table self-sorting 2. Paging...
In Linux operation and configuration work, dual n...
The following CSS class names starting with a num...
To remove the underline of a hyperlink, you need t...
Table of contents 1. Live broadcast effect 2. Ste...
This article shares the installation and configur...
Table of contents 1. Four concepts 1. JavaScript ...
Table of contents What is async? Why do we need a...
This article describes how to boot the Linux syst...
Overview The cloud platform customer's server...
Error message: Job for mysqld.service failed beca...
1. First, you need to use the target selector of ...
Table of contents Preface 1. Introduction to Axio...
Introduction: Lambda Probe (formerly known as Tom...