Hi logtail0602.
I had the same problem and just resolved it. It was caused by a php session timeout. This can be set in the php.ini. The max_execution time is 30 seconds by default, the wordpress installer takes just a few seconds more to compete.
max_execution_time = 600 ; Maximum execution time of each script, in seconds
max_input_time = 600 ; Maximum amount of time each script may spend parsing request data
Good luck
P.S. it took me 4 hours to complete the famous 5 minutes installation procedure ??