I have two different Linux servers, and wanted to test if one where faster than the other. I used mysqlslap
Category: Database

Idle in transaction – DELETE waiting
We have a Linux server (Redhat Enterprise 6) running a multi-site installation of Mediawiki. In total, we have today 120

Authenticate Postgresql client agains backend ldap
We have a Postgresql server open to many different people at our organization. In order to add a ldap authentication
Open Journal System missing email logs
I upgraded our Open Journal Systems from 2.2.2 to 2.4.2 and afterwards we saw the email logs were gone. This
Upgrade Moodle 2.2.1 to 2.6.2+
I tried to upgrade Moodle 2.2.1 to 2.6.2+ and got this error message: Default exception handler: DDL sql execution error
Postgresql 9.1 BACKUP DUMP BASH script
We wrote an improved postgresql dump bash script for Postgresql version 9.1. This one will save each dump file with
Mysql SQL in bash one-liner
If you just need a quick way to get some data from a mysql database in your shell (bash), you
Finding spam users
We had a lot of spam users in our multisite wordpress system. This was because we had self-registration enabled for
Alert Blog Admin php script
I had to send emails to all the Blog admins in our WordPress Multisite installation. This is how I did
Postgresql 8.1 database bash dump script
I’ve wrote a simple bash script to dump databases from a Postgresql 8.1 database server which uses the pg_dump and