Loading....
Database crash and recovery
1- delete log files unnecessary in /var/log in order to create free space that a case preventing mysqld to create mysql.sock file (find big file size)
2- cd /var/lib/mysql then run " myisamchk *.MYI " to repair all databases
Countries and Continents sql includes create table and row insertion with iso3 codes
countries.sql
continents.sql
SELECT GROUP_CONCAT(ProductID) as SomeProductID FROM Product WHERE limitation
return is a set of ID => 314,34445,234345,24235,252532