Using bash to parse a string or file
Continue reading…
Posts tagged with '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…