Category: Linux Server

Linux Server




How to Use ‘find’ Command to Search for Multiple Filenames (Extensions) in Linux

Many times, we are locked in a situation where we have to search for multiple files with different extensions, this has probably happened to several Linux users especially from within the terminal. There are several Linux utilities that we can use to locate or find files on the file system, but finding multiple filenames or…

Continue reading…

How To Solved Mysqldump: Got error: 1016: Can’t Open file when using LOCK Tables

Today, i trying to dump my database but when the dump process begin, MySQL shows error like below : Example : root@rainforest# mysqldump -u root -p mypassword –opt sampledb > backupdb.sql mysqldump: Got error: 1016: Can’t open file: ‘./sampledb/xxx.frm’ (errno: 24) when using LOCK TABLES root@ami.web.id# So after googling a way to dump it without…

Continue reading…