HiveBrain v1.2.0
Get Started
← Back to all entries
snippetsqlModerate

How to disable annoying MySql update console

Submitted by: @import:stackexchange-dba··
0
Viewed 0 times
updatedisablemysqlannoyinghowconsole

Problem

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?

Solution

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

Context

StackExchange Database Administrators Q#138589, answer score: 12

Revisions (0)

No revisions yet.