Archive | February, 2013

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 […]

Continue Reading

SugarCRM and mod_ruid2

We tried suPHP on our servers for a short time. What suPHP does, is run PHP as the same user as owns that website. It will then only execute PHP scripts that are owned by that same user, and are not writeable by the group, i.e. not writeable by any other user. The idea of […]

Continue Reading