Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to solve MySQL error which occurs while loading image

Tags:

mysql

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

like image 944
Pornima Patil Avatar asked Jun 22 '17 05:06

Pornima Patil


People also ask

How do I show errors in MySQL workbench?

To cause MySQL Workbench to show error messages, I had to change a preference. From the Workbench menu, click "Edit" -> "Preferences..." Open the "SQL Queries" tab. Check "Confirm Data Changes".


2 Answers

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.

like image 105
Kenneth O'kwu Avatar answered Oct 17 '22 00:10

Kenneth O'kwu


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.

like image 20
Hamza Rashid Avatar answered Oct 16 '22 22:10

Hamza Rashid