'How to solve MySQL error which occurs while loading image

When I am opening a local connection in MySQL, an error occurring while loading image search_sidebar.png.How can I solve this problem in MySQL? I have attached a screenshot of error showing I am using MySQL Server 5.7 and MySQL Workbench 6.3 version 6.3.8



Solution 1:[1]

To repair without completely re-installing MySQL:

ON Windows 10

  • Go to Control Panel
  • Uninstall a Program
  • Find MySQL (In My Case MySQL Workbench 8.0 CE)
  • Right Click and select "Repair"

Control Panel Repair Option for MySQL Workbench 8.0 CE

Once installation is complete, please restart MySQL Workbench 8.0 CE

Hopefully this resolves the issue for you.

Solution 2:[2]

Fixed by reinstalling and choosing Repair option.

Background

Previously, i upgraded MySQL Workbench from earlier edition to latest version 6.3.10. It worked fine for many days but one fine day after Windows restart it started showing Error while loading image popup. I tried several times closing and starting MySQL Workbench but same popup appears each time.

Solution

I downloaded fresh copy of MySQL Workbench from https://dev.mysql.com/downloads/file/?id=474210 and chose Repair option during installation. My databases and everything else is intact and working as before. Additionally, it resolved popup issue.

Note

There is no need to remove MySQL Workbench, just choosing Repair option during install worked for me.

Solution 3:[3]

I have removed Workbench from MySql Installer and Reinstall version 6.3.7

Now working...

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Kenneth O'kwu
Solution 2
Solution 3 Pornima Patil