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 »
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 (17)
- root mysql -u password (15)
- mysql database password (10)
- how to recover primavera database password (6)
- mysql recover password (6)
- debian mysql reset root password (5)
- mysql root password (5)
- mysql recover root password (5)
- how to find mysql root password (5)
- debian reset mysql password (4)
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.
Incoming search terms:
AutoMySQLBackup is a script to take daily, weekly and monthly backups of your MySQL databases using mysqldump. Features - Backup mutiple databases - Single backup file or to a seperate file for each DB - Compress backup files - Backup remote servers - E-mail logs – More