Getting similar error trying to install a new version of EE 3.4.2 on an empty database running MySQL Server version: 5.5.50-cll and PHP 5.4.37
SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'exp_channel_grid_field_4' already exists:
CREATE TABLE `exp_channel_grid_field_4` ( `row_id` int(10) UNSIGNED AUTO_INCREMENT, `entry_id` int(10) UNSIGNED, `row_order` int(10) UNSIGNED, PRIMARY KEY `row_id` (`row_id`), KEY `entry_id` (`entry_id`) ) DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE=InnoDB;
Just noting that there’s a bug patch posted in the bug forum for this one and it should be rolled into the released code next update.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.