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

HTML uncommon tags optgroup, sub, sup and bdo example code

Optgroup is used in the select tag to make the dro...

VMware vSAN Getting Started Summary

1. Background 1. Briefly introduce the shared sto...

Detailed explanation of the integer data type tinyint in MySQL

Table of contents 1.1Tinyint Type Description 1.2...

Analysis of the principle and creation method of Mysql temporary table

This article mainly introduces the principle and ...

JS uses the reduce() method to process tree structure data

Table of contents definition grammar Examples 1. ...

Image scrolling effect made with CSS3

Achieve resultsImplementation Code html <base ...

Is it easy to encapsulate a pop-up component using Vue3?

Table of contents Summary put first: 🌲🌲 Preface: ...

How to set the default value of a MySQL field

Table of contents Preface: 1. Default value relat...

A thorough analysis of HTML special characters

A Thorough Analysis of HTML (14) Special Characte...

Explanation of the process of docker packaging node project

As a backend programmer, sometimes I have to tink...

Centos7.3 How to install and deploy Nginx and configure https

Installation Environment 1. gcc installation To i...

Detailed explanation of Linux kernel macro Container_Of

Table of contents 1. How are structures stored in...

Solution to Nginx session loss problem

In the path of using nginx as a reverse proxy tom...