installation Error

i want install shopware locally and when i try to install at the time database import it showing this error Fatal error maximum execution time of 30 seconds exceeded in c: \ wamp \ www \ vijay \ assets \ php \ Shopware \ _Install_Database.php on line 205 Can someone give solution for this problem.

Increase the value for max_execution_time in your php.ini

[quote=“oli”]Increase the value for max_execution_time in your php.ini[/quote] At the final step of installation i got this error "SQLSTATE[HY000]: General error: 1364 Field ‘sessionID’ doesn’t have a default value "

It seems that your MySQL Server works in STRICT_MODE. Disable it. Howto change: http://dev.mysql.com/doc/refman/5.1/en/ … -mode.html