Enable the service when you need it, and disable it when you don't. Methods for managing database services: 1. Right-click this computer, find Manage and click it to open the following page: 2. Find Services and Applications and expand it; 3. Click on the service, and all the services that can be turned on/off will appear on the right; 4. Find the corresponding database service. These services are arranged in lexicographical order, so it is easy to find the corresponding database service, such as MySQL service; 5. Right-click to find Properties and click to get the following interface: 6. Change the startup type to manual and click OK; 7. In this way, you do not need to worry about the system automatically starting the corresponding database service. On the property interface, click Start when you need to start it, and click Stop after use. You can also click in the service list and right-click to select Start, Stop, Pause, Resume and Restart. 8. Find the SQL Server service, which is SQL Server (SQLEXPRESS) in the figure below; 9. Find the Oracle database, which is OracleServiceORCL in the figure below; I haven't figured out the Oracle database yet, but I only know that I can connect to the Oracle database after turning on the OracleServiceORCL service. In order not to affect usage, it is recommended to turn on all Oracle-related services that can be turned on, and then turn them all off after use. Summarize The above is what I introduced to you about how to prevent the computer from slowing down when WIN10 is installed with multiple databases. I hope it will be helpful to you. If you have any questions, please leave me a message and I will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: Complete code of Vue + iView to realize Excel upload function
>>: How to improve MySQL Limit query performance
This article introduces the effect of website pro...
1. Environment VS 2019 16.9.0 Preview 1.0 .NET SD...
Table of contents 1. Overview 2. Download the Ngi...
introduction Have you ever encountered a situatio...
Table of contents Foreign Key How to determine ta...
Table of contents 1. The concept of closure Addit...
The target attribute of a link determines where th...
Abstract: When people talk about MySQL performanc...
Six effectsImplementation Code html <h1>CSS...
Sttty is a common command for changing and printi...
1. Background The following two problems are enco...
It is mainly the configuration jump of the if jud...
This article shares the specific code of the WeCh...
Mixins provide a very flexible way to distribute ...
Today, we use uniapp to integrate Echarts to disp...