MySQL Error!
MySQL error in file: /engine/modules/coronavirus_pie_world.php at line 14
Error Number: 2006
The Error returned was:
MySQL server has gone away
SQL query:
SELECT a.*, b.*
FROM `country` a
LEFT JOIN `stat` b ON a.`id` = b.`country_id`
ORDER BY b.`confirmed` DESC, b.`date_create` DESC