How to prevent computer slowdown when WIN10 has multiple databases installed

How to prevent computer slowdown when WIN10 has multiple databases installed

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!
If you find this article helpful, please feel free to reprint it and please indicate the source. Thank you!

You may also be interested in:
  • Install two MySQL5.6.35 databases under win10

<<:  Complete code of Vue + iView to realize Excel upload function

>>:  How to improve MySQL Limit query performance

Recommend

CSS3 realizes the website product display effect diagram

This article introduces the effect of website pro...

CSS isolation issue in Blazor

1. Environment VS 2019 16.9.0 Preview 1.0 .NET SD...

Teach you how to quickly install Nginx in CentOS7

Table of contents 1. Overview 2. Download the Ngi...

Briefly understand the MYSQL database optimization stage

introduction Have you ever encountered a situatio...

Summary of MySQL foreign key constraints and table relationships

Table of contents Foreign Key How to determine ta...

JavaScript Advanced Closures Explained

Table of contents 1. The concept of closure Addit...

Testing of hyperlink opening target

The target attribute of a link determines where th...

Detailed explanation of MYSQL large-scale write problem optimization

Abstract: When people talk about MySQL performanc...

Six border transition effects implemented by CSS3

Six effectsImplementation Code html <h1>CSS...

Linux uses stty to display and modify terminal line settings

Sttty is a common command for changing and printi...

Two problems encountered when deploying rabbitmq with Docker

1. Background The following two problems are enco...

WeChat applet calculator example

This article shares the specific code of the WeCh...

Discuss the application of mixin in Vue

Mixins provide a very flexible way to distribute ...

How to use ECharts in WeChat Mini Programs using uniapp

Today, we use uniapp to integrate Echarts to disp...