We have a multiuser Machform PHP application running on a Redhat 7 Linux server with Apache webserver and MariaDB database. In a specific form after…
Leave a CommentCategory: Mysql
I have two different Linux servers, and wanted to test if one where faster than the other. I used mysqlslap together with the “time” command…
Leave a CommentI tried to upgrade Moodle 2.2.1 to 2.6.2+ and got this error message: Default exception handler: DDL sql execution error Debug: Data truncated for column…
Leave a CommentIf you just need a quick way to get some data from a mysql database in your shell (bash), you could do something like this…
Leave a CommentWe had a lot of spam users in our multisite wordpress system. This was because we had self-registration enabled for a period. Not a smart…
Leave a CommentI had to send emails to all the Blog admins in our WordPress Multisite installation. This is how I did it: [code lang=”php”] <?php #…
1 Comment