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

Detailed explanation of explain type in MySQL

Introduction: In many cases, many people think th...

Use of MySQL trigger

Table of contents 1. Trigger Introduction 1. What...

JS implements the rock-paper-scissors game

This article example shares the specific code of ...

Introduction to the use of html base tag target=_parent

The <base> tag specifies the default address...

Implementation of element input box automatically getting focus

When making a form in a recent project, I need to...

Beginners learn some HTML tags (1)

Beginners can learn HTML by understanding some HT...

Simple steps to write custom instructions in Vue3.0

Preface Vue provides a wealth of built-in directi...

Detailed tutorial on installing mysql under Linux

1. Shut down the mysql service # service mysqld s...

Use pure CSS to achieve switch effect

First is the idea We use the <input type="...

In-depth understanding of React Native custom routing management

Table of contents 1. Custom routing 2. Tab naviga...

Ubuntu 18.04 installs mysql 5.7.23

I installed MySQL smoothly in Ubuntu 16.04 before...

Teach you how to make cool barcode effects

statement : This article teaches you how to imple...

CSS realizes the layout method of fixed left and adaptive right

1. Floating layout 1. Let the fixed width div flo...

JavaScript implements mouse drag to adjust div size

This article shares the specific code of JavaScri...