18

I have installed mysql 5.7, and from time to time (once per several days) it looks for updates (as I understand). Console window opens for several seconds, and then dissappear. It doesn't care, that I'm watching a movie in this time, and this console is on the top of my player. It's really annoying, why MySql is updating in this user unfriendly way? Can I configure it to do it silently?

Vérace
  • 30,923
  • 9
  • 73
  • 85
Taras
  • 181
  • 1
  • 1
  • 3

5 Answers5

12

I may be running a more recent version of MySQL, but what I had to do to disable this was:

  • Run the MySQL Installer (located at C:\Program Files (x86)\MySQL\MySQL Installer for Windows)
  • Click the wrench icon
  • Un-check the box to check for updates
Jon Onstott
  • 221
  • 2
  • 4
5

This was answered here:
https://stackoverflow.com/questions/26638238/strange-mysql-popup-mysql-installer-is-running-community-mode

Go to Control Panel > System and Security > Administrative Tools and open Task Scheduler.

In the Task Scheduler navigate to Task Scheduler Library > MySQL and select Installer.

From the list at the center of the window right-click ManifestUpdate and select Disable

Elisha
  • 159
  • 1
  • 2
2

In the System Tray - click on the Dolhin icon:

Dolphin icon

Actions -> Options -> Untick "Automatically check for updates every x weeks".

I'm giving this a +1 because I also found it annoying and your question prompted me to investigate.

Vérace
  • 30,923
  • 9
  • 73
  • 85
1

Make sure MySQL Notifier is running. Taskbar -> System Tray -> MySQL Notifier, Select Actions -> Options Uncheck the "Automatically check for updates every x weeks".

This may limit the security or functionality of your installation.

enter image description here

chrips
  • 111
  • 4
0

Best is to hide the console only, and let it do what it's meant to do in the background.

Go to 'Task scheduler' > expand 'Task scheduler library' > 'MySQL' > 'Installer' > 'Manifest Update' > right-click 'Properties' > choose 'Run whether user is logged on or not' > check 'Do not store password...'

That should do it.

Glorfindel
  • 2,205
  • 5
  • 19
  • 26
Ujjwal Singh
  • 101
  • 3