yourfirstserver.comThursday, 24 May 2012
Find Us on : RSS/Feed Facebook Twitter

How to recover corrupted MyISAM file in MySQL 5.0

MySQL is one of the most popular open-source database in the world. The reasons its popularity is its availability, performance, robust transactional support, etc. It offers three types of database engines, MyISAM, InnoDB, and MySQL Archive wherein the MyISAM table is the default table type that is fast, simple to use, and allows full-text searching. Though the MyISAM table is reliable, it can become corrupt and, thus, inaccessible following a system crash. In such cases, you should use the Repair Table command to recover MySQL table. However, if the you are still not able to repair MySQL

...

setup wordpress and mysql

How to setup wordpress and mysql in your host site??? Well after successfully setting up my first wordpress and mysql blog site hosted for free and free from advertisements yes you’ve heard it right this is the word you love to hear “free” and just spit out the word and people tend to go crazyJ . Anyways moving forward I have decided to share the procedure on how to setup wordpress and mysql on a free hosting site.

Of course first on list you would like to search for a free hosting site and I suggest to choose one with positive review. Sites with

...

Rectifying corruption issues in MyISAM table in MySQL 5.0.22 database

MySQL is the most popular open-source database in the world. It has the distinction of being the only database that is used in every continent. Yes, even Antartica!!! The reasons for such popularity is its availability, performance, robustness, etc. It provides three types of database engines, MyISAM, InnoDB, and MySQL Archive. Out of these, the MyISAM table is the default table type. It is fast, simple, and allows full-text searching. Although it is reliable, it can become corrupt and, thus, inaccessible following a system crash. You should use appropriate corrective measures to repair

...