I find bash as one of the most fluid languages. Problem is when ever I come accross people that say they know bash but do not use it because they prefere perl or php. They say they use perl or php because of easy database access and how you can split strings. Today I will explain how to split a string in bash, from a stream even, so you don't have to load whole files. I will use /etc/passwd as an example so you can follow along.
Continue reading »
Database
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 »
Incoming search terms:
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.
Incoming search terms:
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 password for MySQL.
Incoming search terms:
- recover mysql password (84)
- mysql default root password (81)
- debian mysql root password (61)
- mysql password recovery (57)
- recover mysql root password (56)
- reset mysql root password (56)
- mysql database password (53)
- debian reset mysql root password (51)
- reset mysql root password debian (48)
- debian mysql password (41)
If you want to export your mysql databases into a csv file here is simple tip for you.
Incoming search terms:
MySQL is a widely used and fast SQL database server. It is a client/server implementation that consists of a server daemon (mysqld) and many different client programs/libraries.
