cannot import db from phpmyadmin, it gave me a blank screen

My linux is running CentOS 5.5. phpmyadmin installed thru yum
php is running as mod_php

While I import db from a zip file (file size is less than php limit), I click “GO” button and it gave me a blank page at once.

http://i36.photobucket.com/albums/e28/adrianmak2/Capture-19.jpg

Howdy,

You may want to take a peek at your Apache error log to see if anything was generated in it. You can view that in $HOME/logs/error_log (where $HOME is the homedir of the domain running phpMyAdmin).

-Eric