The error message says this (and more in variation of this same message. It goes on for pages):
WordPress database error: [La table 'wisdom_db.wp_users' n'existe pas]
CREATE TABLE wp_users ( ID bigint(20) unsigned NOT NULL auto_increment, user_login varchar(60) NOT NULL default '', user_pass varchar(64) NOT NULL default '', user_nicename varchar(50) NOT NULL default '', user_email varchar(100) NOT NULL default '', user_url varchar(100) NOT NULL default '', user_registered datetime NOT NULL default '0000-00-00 00:00:00', user_activation_key varchar(60) NOT NULL default '', user_status int(11) NOT NULL default '0', display_name varchar(250) NOT NULL default '', PRIMARY KEY (ID), KEY user_login_key (user_login), KEY user_nicename (user_nicename) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci
Translation from french: ” the table ‘ wisdom_dp.wp_users’ does not exist]
Thing is that the table does exist. WordPress just can’t find it and I’m not sure why.
I did back up my site, but not sure how to go about installing the fresh copy of wordpress. I even tried to get it to work on another computer with no luck. Please advise.