Local Install Error
Permalink* mysql error: [1034: Incorrect key file for table 'blocktypes'; try to repair it] in EXECUTE("ALTER TABLE BlockTypes ADD UNIQUE INDEX btHandle (btHandle)")
So I go phpMyAdmin to fix it and when I do, the database populates with 5 or however many tables and then concrete won't let me install because the database isn't empty anymore.
So I go back to phpMyAdmin and delete those tables and I get the same top error and fix it and concrete tells me it needs an empty database and on and on I've gone through this cycle. Can anyone help?
Has anyone found a fix for this?
also these posts are almost a year old
I've dropped the db and remade with a new user. The user has the right privileges, and I even tried it with root login.
Mysql databases work with other apps I'm working on.
Thanks for any help!
Concrete 5 - ver. 5.4.1.1
MySQL - ver. 5.1.51
I think it's MySQL - I was dropping and recreating databases with the same name. Out of frustration I typed in a silly database name and it went through without a hitch.
I wonder if MySQL was remember with same broken database name, even though I was dropping it in between attempts...
Anyway, there we go.
mysql error: [1034: Incorrect key file for table 'attributekeys'; try to repair it] in EXECUTE("ALTER TABLE AttributeKeys ADD UNIQUE INDEX akHandle (akHandle, akCategoryID)")
This is happening with a fresh local install of version 5.3.3.1. Can anyone help?