This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
Error when installation progress (clean install without plugins and theme) in the last time - create admin account - SQLSTATE[42S01]
SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'deferred_bindings' already exists (SQL: create table deferred_bindings
(id
int unsigned not null auto_increment primary key, master_type
varchar(255) not null, master_field
varchar(255) not null, slave_type
varchar(255) not null, slave_id
varchar(255) not null, session_key
varchar(255) not null, is_bind
tinyint(1) not null default '1', created_at
timestamp default 0 not null, updated_at
timestamp default 0 not null) default character set utf8 collate utf8_unicode_ci engine = InnoDB)
Something went wrong during the installation. Please see the documentation for more information...
Last updated
You can remove all tables for this specific project by using the command line. ''' php artisan october:down '''
And then rebuild all required tables using this ''' php artisan october:up '''
1-3 of 3