I'm trying to install osCommerce. I tried to install 2.3.3.4 and 3.0.2 versions, however I got stucked in step 1. The message below is shown and don't pass through the next step.
The database structure is now being imported. Please be patient during this procedure.
It ran over 6 hours without conclusion the step. Of course it is not to be patient.
The server recommendations are green. I mean, OK!
I tried install with IE, FF and Chrome.
I executed the SQL command below on MySQL and I could verify some progress, but as I said: The message is shown and don't pass through the next step.
SELECT table_schema "Data Base Name",
SUM( data_length + index_length) / 1024 / 1024 "Data Base Size in MB"
FROM information_schema.TABLES
GROUP BY table_schema ;
Product versions are: W32 (test environment) PHP 5.4 MySQL 5.6.14 osCommerce 2.3.3.4 or 3.0.2 IE 9 FF 25.0.1 Chrome 31.0.1650
Could you please help me?