What is the difference between the green version and the installation version of the software? Generally, the installation version of the file will be written into the system registry, so there will be uninstall information of the file in the system. Plug-in installation: Some software has plug-ins in the installation version. The green version does not have any plug-ins. The installation version has been installed and needs to be uninstalled; Just delete the green version directly, no need to uninstall. Is there any difference in functionality? This is the difference in the plug-in functions just mentioned. Installation Steps 1. Unzip the mysql file package 2. Modify the my-default.ini file 3. Install the service: Enter the mysqld install mysql command in the decompressed directory to install the service. You can see the mysql service in the service. 4. Start the service net start mysql 5. Connect: mysql –uroot (no password required) mysql –uroot –p (initial password is empty) change password a) show databases; 6. Stop the service net stop mysql 7. Remove service mysqld remove System error 1067 was encountered during testing Cause of the problem: A service has been started before, and starting the service again causes a system error mysqlmysql; Solution: Option 1: Solution 2: Delete the installation package and unzip it again Wonderful topic sharing: MySQL different versions installation tutorial MySQL 5.6 installation tutorials for various versions MySQL 5.7 installation tutorials for various versions mysql8.0 installation tutorials for various 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:
|
<<: Steps to create your own YUM repository
>>: Example of using Vue built-in component keep-alive
Table of contents 1. Use the a tag to preview or ...
Table of contents Preface 1. GMT What is GMT Hist...
If you want to understand React Router, you shoul...
This article mainly introduces how to evenly dist...
Environment: VMware VCSA 6.7 (VMware-VCSA-all-6.7...
Install the nvidia graphics card driver under Ubu...
There are many tutorials on the Internet, and the...
Online shopping mall database-user information da...
Here, clever use of CSS techniques allows you to g...
Table of contents 1. Array flattening (also known...
1. Background During the server development proce...
Table of contents 01 JavaScript (abbreviated as: ...
1. The div css mouse hand shape is cursor:pointer;...
The latest Insider version of Visual Studio Code ...
Simulation tables and data scripts Copy the follo...