Difficulty with Step 3 of Installation

Situation
During Set Up I initially got this message:
Step 3

Configuring OpenEMR…

Connecting to MySQL Server… OK.
Creating database… ERROR. Check your login credentials. unable to execute SQL: ‘create database openemr character set utf8 collate utf8_general_ci’ due to: Can’t create database ‘openemr’; database exists

I then deleted openemr in MySQL and got this message when I tried again:

OpenEMR Setup

Step 3

Configuring OpenEMR…

Connecting to MySQL Server… OK.
Creating database… OK.
Creating user with permissions for database… OK.
Reconnecting as new user… OK.
unable to execute SQL: ‘CREATE TABLE addresses ( id int(11) NOT NULL default ‘0’, line1 varchar(255) default NULL, line2 varchar(255) default NULL, city varchar(255) default NULL, state varchar(35) default NULL, zip varchar(10) default NULL, plus_four varchar(4) default NULL, country varchar(255) default NULL, foreign_id int(11) default NULL, PRIMARY KEY (id), KEY foreign_id (foreign_id)) ENGINE=InnoDB’ due to: Table ‘openemr.addresses’ already exists

Any help would be greatly appreciated! Thank you!

OpenEMR Version
I’m using OpenEMR version %.0.1

Browser:
I’m using: Windows

Operating System
I’m using:

Logs
Did you check the logs? Was there anything pertinent in them? Paste them here (surround with three backticks (```) for readability

Hi @carmengaddini,

Ensure you fully delete the openemr database (you may of only deleted the openemr mysql user).

-brady