当前位置:网站首页>MySQL uninstallation and installation methods
MySQL uninstallation and installation methods
2022-07-06 08:50:00 【LV dajuan】
Database uninstall
See this blogger for details https://blog.csdn.net/qq_45776730/article/details/123258877
1、 Open the registry (cmd–>regedit)
Delete the following three directories ( But I only found it in the first one MYSQL Catalog , The last two are not found )
- HKEY_LOCAL_MACHINE/SYSTEM/ControlSet001/Services/Eventlog/Application/MySQL
- HKEY_LOCAL_MACHINE/SYSTEM/ControlSet002/Services/Eventlog/Application/MySQL
- HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Eventlog/Application/MySQL
2、 Control panel -> Procedures and functions -> uninstall with mysql Keywords are unloaded
3、 open c disc , Check hide file , You'll see a ProgramData Folder , Found inside MySQL Folder deletion ( Don't worry if you don't )
4、cmd Command line input net stop mysql Shut down first mysql service , Then input sc delete mysql Delete MySQL service , The deletion success will be displayed . But after I input, the result is like this :
It should be that it has been uninstalled completely 
Press down win+R perform services.msc Access to services 
---------- Now try to install it again --------------------
Database installation
1、 The first step was to download the installation package first I'm on the official website 

A little explanation :
Here I download a compressed package , Because the previous installation is to download one .msi, Then keep clicking next , But this method will install many unused things , Download the compressed package and install , Only pure database services are installed . See the blogger's
Preface : Why not use installer Keep clicking on the next quick installation method and choose to configure manually zip Compressed version ?
One 、installer There are many options for installation , For many people, they don't know whether to choose some options , In fact, there are many things that do not need to be installed .mysql zip Compressed packages can only download pure database services
Two 、 Unloading is not clean ,installer Will write some data in the registry , If some professional software is not used to uninstall , The data in the registry may not be cleared , There may be other troubles in the future installation . When uninstalling the compressed package version, directly delete the service and put mysql Just delete the installation directory
3、 ... and 、zip Version installation can customize the installation location
Four 、zip Version can install multiple databases of different versions at the same time , Just need different service port numbers
————————————————
Copyright notice : This paper is about CSDN Blogger 「 Xiao Li Qiuqiu 」 The original article of , follow CC 4.0 BY-SA Copyright agreement , For reprint, please attach the original source link and this statement .
Link to the original text :https://blog.csdn.net/qq_45369284/article/details/123446789
Material display of two installation methods :
2、 Put the compressed package where you want to install the database and extract the folder , I put it in D disc , I want to install the database in D disc , It's better not to have Chinese in this path 
3、 Add environment variables
Everyone should be very skilled ,, ok , I'd better record it
3.1 Copy the folder path in the folder extracted in the previous step ( Copy path )
3.2 This computer -> attribute -> Advanced system setup 

Okay , Add completed !
4、 mount this database ( Yes , The installation starts now )
4.1 from Start , find powershell And Administrator status open 
4.2、 install
( When you add environment variables ) Direct input mysqld --install ( If you don't need to add environment variables , Then go to the directory bin The next step is to execute )
here , Normally, it will report :Service successfully installed.( I succeeded in one step, haha )
4.3 initialization
initialization mysql
Input mysqld --initialize --console, A random password will be generated , I've installed it here , So I can't take a screenshot , The initial password is :A temporary password is generated for [email protected]: Initial password ( I'm covered up here , Your should have symbols ). At the back of this time ************ It's your initial password .
---------------- 4.2、4.3 Screenshot --------------------
All the subsequent operations are in Powershell In the , The screenshot here is in cmd In the terminal , But it seems all right emmmm
5、 Turn on mysql service :net start mysql
6、 Verify login :mysql -u root -p Then enter the password and appear mysql>> Then go to mysql
7、 Change Password :ALTER USER 'root'@'localhost' IDENTIFIED BY '123456';
Back one root Password set for . After execution, a :Query OK
8、 Reopen one Powershell terminal , Login again and enter the new password for verification :mysql -u root -p
9、 I want to ensure success , I'm in again windows Common terminal (cmd) Input mysql -u root -p Verified with the new password , Can access the database server , It indicates that the server installation is successful
————————————————
This installation is based on the blogger's method :https://blog.csdn.net/weixin_33543395/article/details/113383357
边栏推荐
- How to effectively conduct automated testing?
- 自动化测试框架有什么作用?上海专业第三方软件测试公司安利
- The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
- Delay initialization and sealing classes
- Using C language to complete a simple calculator (function pointer array and callback function)
- Image,cv2读取图片的numpy数组的转换和尺寸resize变化
- visdom可视化实现与检查介绍
- ESP8266-RTOS物联网开发
- 软件压力测试常见流程有哪些?专业出具软件测试报告公司分享
- 广州推进儿童友好城市建设,将探索学校周边200米设安全区域
猜你喜欢

Deep analysis of C language data storage in memory

Crash problem of Chrome browser

个人电脑好用必备软件(使用过)

SAP ui5 date type sap ui. model. type. Analysis of the parsing format of date

Image,cv2读取图片的numpy数组的转换和尺寸resize变化

PC easy to use essential software (used)

Unsupported operation exception

Detailed explanation of dynamic planning

生成器参数传入参数

TCP/IP协议
随机推荐
Revit secondary development Hof method calls transaction
To effectively improve the quality of software products, find a third-party software evaluation organization
Using pkgbuild:: find in R language_ Rtools check whether rtools is available and use sys The which function checks whether make exists, installs it if not, and binds R and rtools with the writelines
Deep analysis of C language pointer
win10系统中的截图,win+prtSc保存位置
The problem and possible causes of the robot's instantaneous return to the origin of the world coordinate during rviz simulation
Variable length parameter
Sublime text using ctrl+b to run another program without closing other runs
C语言双指针——经典题型
项目连接数据库遇到的问题及解决
Chrome浏览器的crash问题
【ROS】usb_ Cam camera calibration
LeetCode:剑指 Offer 03. 数组中重复的数字
How to conduct interface test? What are the precautions? Nanny level interpretation
Purpose of computer F1-F12
TP-LINK enterprise router PPTP configuration
marathon-envs项目环境配置(强化学习模仿参考动作)
egg. JS directory structure
【Nvidia开发板】常见问题集 (不定时更新)
The network model established by torch is displayed by torch viz