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

A universal nginx interface to implement reverse proxy configuration

1. What is a proxy server? Proxy server, when the...

Implementation code of using select to select elements in Vue+Openlayer

Effect picture: Implementation code: <template...

Solution to the problem of saving format in HTML TextArea

The format of textarea can be saved to the databas...

Table paging function implemented by Vue2.0+ElementUI+PageHelper

Preface I have been working on some front-end pro...

Detailed process of compiling and installing Storm on Kylin V10 server

1 Introduction Apache Storm is a free, open sourc...

Summary of 16 XHTML1.0 and HTML Compatibility Guidelines

1. Avoid declaring the page as XML type . The pag...

JavaScript canvas to achieve raindrop effect

This article example shares the specific code for...

How to implement a single file component in JS

Table of contents Overview Single file components...

vue-element-admin global loading waiting

Recent requirements: Global loading, all interfac...

What are the advantages of using B+ tree index in MySQL?

Before understanding this problem, let's firs...

A comprehensive understanding of Vue.js functional components

Table of contents Preface React Functional Compon...

Steps to restore code from a Docker container image

Sometimes the code is lost and you need to recove...