16Jan/120

Change Mysql root password – The Right Way

Sometime MySQL root password is lost, because of last admin did not leave you any notes on the server or you are given your client server to fix some database or script related errors where MySQL root password is required.

I always knew one way of resetting it, but recently came up with another which is The Right Way.

Filed under: linux, tricks, web Continue reading
4Jan/124

How to run PHP cron tasks without cron available

In most cases hosting panels has CRON jobs available, so using cron is not an issue. Just sometimes you do not want to bother with it because of many reasons like no cpanel password, makes your script installation process complicated, or even cron is simply not available at all.

In this case I found interesting technique how to overcome this.

Filed under: dev, php Continue reading