PHPmyadmin pop-up error notice when export database.

Nowadays it is very important to back up the databases of our websites from time to time. So many spammers, hackers try to hack or destroy our websites for fun or money. I usually use PHPmyadmin to backup my websites’ database, today I got an error message when I backup the database for https://www.gosafetyglasses.com/.

I got the following error messages when I click the export button.

PHPMyAdmin export database errors:
Some errors have been detected on the server!
Please look at the bottom of this window

How to solve this issue?

just add this line

$cfg[‘SendErrorReports’] = ‘never’;

inside C:\xampp\phpMyAdmin/config.inc.php
(FOR WINDOWS!!!!)

and /etc/phpmyadmin/config.inc.php for Linux, say ubuntu, and centos