Solution to MySQL Installer is running in Community mode

Solution to MySQL Installer is running in Community mode

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.
Start -> In the "Search programs and files" box, enter "task" and press Enter, then select "Task Scheduler", as shown below:

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:
  • mysql installer community 8.0.16.0 installation and configuration graphic tutorial
  • MySQL Installer Community 5.7.16 installation detailed tutorial
  • mysql installer web community 5.7.21.0.msi installation graphic tutorial
  • mysql installer community 8.0.12.0 installation graphic tutorial
  • MySQL Community Server 8.0.11 installation and configuration method graphic tutorial
  • Installation of mysql-community-server. 5.7.18-1.el6 under centos 6.5
  • Unity connects to MySQL and reads table data implementation code

<<:  How to download excel stream files and set download file name in vue

>>:  How to handle the loss of parameters when refreshing the page when passing parameters to vue router

Recommend

React sample code to implement automatic browser refresh

Table of contents What is front-end routing? How ...

CentOS6.8 Chinese/English environment switching tutorial diagram

1. Introduction People who are not used to Englis...

Tips for implementing multiple borders in CSS

1. Multiple borders[1] Background: box-shadow, ou...

Vue uses Canvas to generate random sized and non-overlapping circles

Table of contents Canvas related documents Effect...

Install docker offline by downloading rpm and related dependencies using yum

You can use yum to install all dependencies toget...

Common browser compatibility issues (summary)

Browser compatibility is nothing more than style ...

Docker image export, import and copy example analysis

The first solution is to push the image to a publ...

How to handle MySQL numeric type overflow

Now, let me ask you a question. What happens when...

Analysis of MySQL lock wait and deadlock problems

Table of contents Preface: 1. Understand lock wai...

Tools to convert static websites into RSS

<br /> This article is translated from allwe...

Nest.js authorization verification method example

Table of contents 0x0 Introduction 0x1 RBAC Imple...

Node.js+postman to simulate HTTP server and client interaction

Table of contents 1. Node builds HTTP server 2. H...

Create an SSL certificate that can be used in nginx and IIS

Table of contents Creating an SSL Certificate 1. ...