I am facing some problem when I am trying to import magento database on localhost. It just import 18 table but in actual it contain 383 approx table. It gives error given be
use this :
c:\mysql\bin\> mysql -u username -p password database_name < filename.sql
to import using command line
or in php.ini
memory_limit = 256M
change this to some other larger value. But as Dan said using command line is preferable.