Installing concrete5 on wamp server
PermalinkWhen i open a new tab and try to reopen link there is a message "There are already 166 tables in this database. concrete5 must be installed in an empty database."
I tried deleting the database and installation but the same thing happens every time.
It might be a very low max_execution_time in php.ini or you are on a very slow connection to your server (or the server itself is really slow).
you can also trying resetting your default store in my.ini.
http://www.concrete5.org/community/forums/installation/installation...
The link above shows the solution below:
1. Click on the WAMP console and navigate to open my.ini in MYSQL.
2. Scroll down to [mysqlid]
3. Add
default-storage-engine=MyISAM
I have over two dozen sites running with MAMP.
I could give you a step by step guide if you want.
You read this how-to first and see if it helps.
http://www.concrete5.org/documentation/how-tos/designers/installing...