Quick bash script to grep out MySQL passwords from Plesk’s PSA database. Script: [code language=”bash”]#!/bin/bash clear; echo "Searching MySQL user…
Quick bash script to grep out protected directory logins from Plesk’s PSA database. Script: [code language=”bash”]#!/bin/bash clear; you=`who am i…
Quick bash script to grep out ftp passwords from Plesk’s PSA database. Script: [code language=”bash”]#!/bin/bash clear; echo "Searching the FTP…
i accidentally imported a load of customers email addresses with quotes and commas in, so to remedy this, a short…
Sorting on two price fields in MySQL was a confusing thought at first, and was tempted to query then use…
Ever forgotten your mysql root password? Indeed. Unless you know how to reset the mysql root password, you may find…