myisamchk — MyISAM Table-Maintenance Utility
The myisamchk utility gets information about your database tables or checks, repairs, or optimizes them. myisamchk works with MyISAM tables
Read moreThe myisamchk utility gets information about your database tables or checks, repairs, or optimizes them. myisamchk works with MyISAM tables
Read moreThe keyword continue allows us to take up the control to the beginning of the loop, bypassing the statements inside the
Read moreTry to add this line in [mysql] in my.cnf max_allowed_packet = 16M
Read morePutty : Connect Linux Server from Windows Computer Here is video to show how to connect Linux server from Window
Read moreWhile writing C program, We often come across situations where we want to jump out of a loop instantly, without
Read moreUses of Odd Loop In real life programming one comes across a situation when it is not known beforehand how
Read moreThe way if statements can be nested, similarly whiles and for can also be nested. To understand how nested loops
Read moreSearching Inside the File/Files in Linux grep prints the matching lines Let’s have some example to understand this: Example 1: To Search
Read morersync = Remote Sync This is a remote and local file synchronization tool. It uses an algorithm that minimizes the
Read morecd : Change Directory The cd command, which stands for “change directory”, changes the shell’s current working directory. It is
Read more