Mick Genie's Blog

Mick Genie Technical Blog

URL Rewrite with IIS 7.x

URL Rewrite help web administrator to create powerful rules to ease user to remember their link. IIS do come out a powerful URL Rewrite module such as Apache Rewrite rules to allow user create Rewrite rules/Permalink/Clean URL to show pretty and easy URL for their site.

Today, I will show you how to install URL Rewrite with IIS 7.x only but not going to touch how it’s work.

To install URL Rewrite Module, please make sure you have IIS 7.x install and you should come with IIS 6 compatible module installed.

Download Here: http://www.iis.net/expand/URLRewrite

The installation will be as easier like drinking a cup of water as you will need to follow the instruction from the installation only, hohoho.

  • Twitter
  • WordPress
  • Blogger Post
  • Delicious
  • Facebook
  • Share/Bookmark
posted by Mick Genie in IIS and have No Comments

MySQL Check Table Syntax

If you are getting error like below.

===========ERROR LOG=============
090415 0:59:06090415 0:59:06 [ERROR] Cannot find table database/tables from the internal data dictionary
of InnoDB though the .frm file for the table exists. Maybe you
have deleted and recreated InnoDB data files but have forgotten
to delete the corresponding .frm files of InnoDB tables, or you
have moved .frm files to another database?
See http://dev.mysql.com/doc/refman/5.0/en/innodb-troubleshooting.html
how you can resolve the problem.
================================

Try to check your tables in “Check Table” instead of using MyISAMchk as “Check Table” will checking for MyISAM and InnoDB type.

Login to your Shell.
Shell > mysql

Change to the database
Shell > use database_name;

Check the table which found error,
Shell > check table table_1;

db

For more references, refer to the following URL.

http://dev.mysql.com/doc/refman/5.0/en/check-table.html

  • Twitter
  • WordPress
  • Blogger Post
  • Delicious
  • Facebook
  • Share/Bookmark
posted by Mick Genie in Database and have No Comments
Get Adobe Flash playerPlugin by wpburn.com wordpress themes