I got the solution for joomla 3 installation problem(installation stucks in creating databases) in stackoverflow.
The solution that to replace "ENGINE=innoDB" with "ENGINE=MyIsam" in
joomla-folder\installation\sql\mysql\joomla.sql, it works well.
Anyone know the reason why innoDB is not working with joomla 3 installation.
And do I need to restore the engine from "MyIsam" to "innoDB" again(after installed successfully)?