Category Archives: MySQL

Exploring Stored Procedures in MySQL and PostgreSQL

The PostgreSQL PL/pgSQL procedural language is well documented here and the MySQL Reference Manual is available here. The MySQL documentation is, in my opinion, lacking, however the MySQL Stored Procedure Forum helps a great deal in making up for the … Continue reading

Posted in MySQL, Postgres | 1 Comment

How to Fix or Remove Uncooperative Widgets in WordPress

Recently, I was working with php-code-widget to include some custom PHP code in a WordPress widget. Unfortunately, and much to my surprise, the custom code did not work flawlessly the first time and I was left staring at errors like: … Continue reading

Posted in MySQL, Wordpress | Leave a comment

Moving Comments in WordPress

I find that often times comments on blogs are left for the wrong post. Whether by mistake, laziness, carelessness or otherwise on the part of the commenter, this can lead to potentially pertinent information being in the wrong place. Whatever … Continue reading

Posted in MySQL, Wordpress | Leave a comment