MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability. Within seconds, it will display statistics about your MySQL installation and the areas where it can be improved.
Continue reading…
Database
Quick PDF sorting and searching: SWISH++
Problem: using SWISH++ it is possible to search and sort PDF-files automatically Solution: tools like pdftotext, find, scripts on Bash or Perl are required to perform quick and fast search within PDF and indexing PDF documents.
Continue reading…
Recover MySQL Database root password
By default, MySQL Server will be installed with root superuser without any password. You can connect to MySQL server as root without requiring password or by keying in blank password. However, if you have set the password for root and forget or unable to recall the password, then you will need to reset the root […]
Continue reading…
Export Mysql Database into a CSV File
If you want to export your mysql databases into a csv file here is simple tip for you.
Continue reading…