Today I found this prompt when I was running and logging into the remote desktop Solution to "MySQL Installer is running in Community mode" After the project development is completed, the requirement is to deploy the project to the cloud server, which uses the MySQL server. We use the MySQL service based on the latest version. After the installation is complete, the system can run normally, but the following prompt box appears the next day, as shown below: Here is a picture that everyone can understand: Solution: This is a scheduled task that comes with the new version of MySQL service. It is executed at 23:59:59 every day. We only need to kill this scheduled task in the "Task Scheduler" of the local system. After opening the Task Scheduler Dialog, find MySQL in the Scheduler Library. Here you can see the scheduled tasks for MySQL. Select "Disable" the task schedule in the toolbar in the lower right corner, as shown below: Tips: Try not to delete this MySQL timing server directly. If you need to expand your business in the future, you can still use it. You can imitate it to create scheduled tasks. This is very useful. Second method: Solution: 1. Close the error box first 2. Open Control Panel -> View with small icons -> Open Administrative Tools -> Double-click to open Task Scheduler -> (Expand and find the scheduled installer for MySQL) -> Right-click -> Disable As shown in the figure: Open Control Panel View using small icons Double-click to open Task Scheduler (Expand and find the MySQL scheduled installer) -> right click -> disable This article is about this. The main thing is to disable MySQL task scheduling. You may also be interested in:
|
<<: How to download excel stream files and set download file name in vue
1. Background Use LDAP to centrally manage operat...
1. Basic usage examples of float 1. Let's fir...
The use of Vue+ElementUI Tree is for your referen...
If the field storing the name uses the GBK charac...
There was an article about the execution process ...
A few simple Linux commands let you split and rea...
The progress bar is not smooth I believe that mos...
When using justify-content:space-between layout, ...
<br />Structure and hierarchy reduce complex...
Slow log query function The main function of slow...
Table of contents Requirement Description Problem...
You might be wondering why you should use the pat...
Detailed explanation of the implementation method...
MySQL (5.6 and below) parses json #json parsing f...
Table of contents 1. The original array will be m...