Post MySQL Installation:

MYSQL 5.1.2600 provides you reconfiguration GUI, to reconfiguration of your database, than using command line tool. But both the formats are vital for daily uses.

 

What we got here :  Select User, Host, Password from mysql.user;

 

Step: 1

 

Step : 2

Step : 3

Step: 4

OR

 

Step: 5

http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html#nolinkhere

http://dev.mysql.com/doc/refman/5.0/en/innodb.html

InnoDB is a transaction-safe (ACID compliant) storage engine for MySQL that has commit, rollback, and crash-recovery capabilities to protect user data. InnoDB row-level locking (without escalation to coarser granularity locks) and Oracle-style consistent nonlocking reads increase multi-user concurrency and performance. InnoDB stores user data in clustered indexes to reduce I/O for common queries based on primary keys. To maintain data integrity, InnoDB also supports FOREIGN KEY referential-integrity constraints. You can freely mix InnoDB tables with tables from other MySQL storage engines, even within the same statement.

 

 

Step: 6 depending upon the installation InnoDB as mentioned before will be place in a designated folder.

Step: 7 how many hits to the server !

 

Step: 7 Server Instance Configuration

Step : 8 Character set

Step: 9

Step 10