Import Large MySQL dumps with BigDump

Published at September 17, 2007   Filed Under Tools, Tweaks   8 Comments  

As a website owner or blogger you may want to import your MySQL dump from one server to another server database, but what you do if it exceeds the limit offered by phpMyAdmin. By default phpMyAdmin provides the upload limit specified in the php.ini file. You can increase this upload limit size by editing the [...]

How to upgrade PHP version from WHM

Published at May 6, 2007   Filed Under Software, Tweaks   0 Comments  

I have upgraded my PHP version on my dedicated server recently from php 4.4.4 to php 5.1.4, i will explain how i did that here, hope it might be useful to someone else. Some of the scripts we use may be upgraded to PHP 5 version, in that case it is always better to upgrade [...]

Create your own social bookmarking site with scuttle

Published at May 5, 2007   Filed Under Software, Web 2.0   16 Comments  

Scuttle is a free open source software for creating social bookmarking sites like del.icio.us. You can create a social bookmarking site in minutes using scuttle for your personal or for community use. Scuttle code is available from sourceforge.net.
Scuttle supports most of the del.icio.us API, so you can modify the del.icio.us tools to work with [...]

How to edit php.ini file to increase memory limit

Published at April 27, 2007   Filed Under Blogging, Tweaks   21 Comments  

Today my blog was down for some time due to a memory issue in php.ini file in my server. I have never seen this error before and i don’t know what went wrong. I quickly searched on Google and found that this error is caused by insufficient memory allocation in php.ini file. A standard server [...]