Update (2013-12-19): I have found a great technique that allows custom queries to be written and accessed through the API, and without having to customise the API at all. It involves creating a simple module then switching its main table for a view. I’ll write this up in a later article, but what it does […]
Archive | MySQL
MySQL Workbench: Repairing All Tables In A Database
phpMyAdmin is a web-based application, written in PHP, that help you to manage MySQL databases. One useful feature is being able to repair all tables on a database when tables get corrupted. Now, this does not happen often, at least it should not. We had an experience with VPS.net cloud servers where the server would […]
Virgin Broadband MySQL Connection Proxy
This one had me scratching my head for a while. I was attempting to access a MySQL database through my home broadband service. The MySQL database had a control panel where remote IP addresses that can access it could be entered. My broadband IP address was there, but I still could not connect to the […]