Search Rants
Later Rants
SankakuCategorized Rants
Cloud of Rants
anime assembly best cars clients cosplay culture database debugging discovery doctrine fashion fml framework freelance funny gundam hobby implementation inspiration japanese kohana life linux love management melancholy migration mysql orm otaku personal photography php pricing programming random review setup travel tweaks update vacation web workInstaRants
My Facebook Page
Tag Archives: linux
MySQL Migration / Merge Script (Linux)
There are many ways of migrating MySQL data from server to server and its just essential to use mysqldump or any other tools to do the task for you. The simplest way to do this is via mysqldump (from source) … More of this rant
Alternative to CRON in Linux
There are times when CRON doesn’t simply fill in the necessary requirements needed for a recurring task. Here’s the problem, let’s say I have a script that should run immediately after it has completed. In other words, a routine. For … More of this rant
Domain Level Error Logging in Apache/PHP in Linux
The error logging functionality of apache is very important especially when you are testing things out with your php application. But on some cases we experience problems which hinder us from locating the error_log file where all errors, problems or … More of this rant
Posted in Enlightened Thoughts, Techy Thoughts
Tagged debugging, error logging, linux, migration, programming, server, setup, work
Leave a comment