How I can import large files in mySQL using phpMyAdmin?

I had a problem importing a large file in mySQL database, using the PHPMyAdmin as my interface to the database.
I am using the PHPMyAdmin version 3.3.10.
When I import about 80MB size of the file into the database, I get this error.

You probably tried to upload too large file. Please refer to the documentation for ways to workaround this limit.
I followed the documentation to fix the problem but still can't import the large file.
