Posts Tagged ‘cli’

Here is a link of a site (www.md5.rednoize.com) that performs a search on common md5 hashes – in case you forgot your standard password: Make yourself a md5-hash using PHP ;) to test it: marco@africa:~$ php -r ‘echo md5(“marco”).”\n”;’ f5888d0bb58d611107e11f7cbc41c97a

Case: I was building a CLI script to aggregate data from one MySql database and write results to another MySql database using 2 open db-connections. This way the script’s execution time was in the some-minutes-range… not good! I tried a more effective attempt: I let the CLI script output all necessary statements to drop and [...]