Colima
I get after doing that:
WordPress database error: [Access denied for user: '**@localhost' to database '**']
ALTER TABLE wp_categories ADD COLUMN link_count bigint(20) NOT NULL default '0'
WordPress database error: [Access denied for user: '**@localhost' to database 'admin_**s']
ALTER TABLE wp_categories ADD COLUMN posts_private tinyint(1) NOT NULL default '0'
WordPress database error: [Access denied for user: '**@localhost' to database 'admin_**s']
ALTER TABLE wp_categories ADD COLUMN links_private tinyint(1) NOT NULL default '0'
WordPress database error: [Access denied for user: '**@localhost' to database 'admin_**s']
ALTER TABLE wp_posts CHANGE COLUMN post_status post_status enum('publish','draft','private','static','object','attachment','inherit','future') NOT NULL default 'publish'
WordPress database error: [Access denied for user: '**@localhost' to database 'admin_**s']
ALTER TABLE wp_posts CHANGE COLUMN post_type post_type varchar(20) NOT NULL default 'post'
WordPress database error: [Access denied for user: '**@localhost' to database 'admin_**s']
ALTER TABLE wp_posts ALTER COLUMN post_type SET DEFAULT 'post'
WordPress database error: [Access denied for user: '**@localhost' to database 'admin_**s']
ALTER TABLE wp_posts ADD KEY type_status_date (post_type,post_status,post_date,ID)