This is the second time I've ever installed a php/mysql app.
I uploaded and unzipped the activecollab.zip into a directory on my web host account (Dreamhost). As I went through the installation steps in activecollab I got the error:
"Failed to import database construction. MySQL said: Table 'ac_administration_tools' already exists" (This was step 4 right after I created the mysql database).
To complete the installation should I delete the 'ac_administration_tools' database on my host and try again?
Suggestions?
Yes, by drop I mean to delete tables using MySQL administration tool such is phpMyAdmin. Maybe using a different prefix may be a better idea. When you are sure that everything works as expected, you might consider to drop tables with default prefix if they are not in use by other activeCollab installation.
I uploaded and unzipped the activecollab.zip into a directory on my web host account (Dreamhost). As I went through the installation steps in activecollab I got the error:
"Failed to import database construction. MySQL said: Table 'ac_administration_tools' already exists" (This was step 4 right after I created the mysql database).
To complete the installation should I delete the 'ac_administration_tools' database on my host and try again?
Suggestions?
Thank you,
Matt