When I'm usin the automated install,
1) Verify the following default settings before continuing. Or you can change them in /config/config.php.
Database Name: x_db
Database User: x_user (this is not any application user, but the user for your database: x_db)
Database Host: localhost (or localhost)
2) You MUST provide credentials of a MySQL user who has privileges to create databases. If you do not know, contact your database admin. In many cases, root will work.
MySQL User
Password
3) You are upgrading from version 2 to version 2.1
Executing: ../../database_schema/upgrades/2.1/schema.sql
Failed! Details...
SQL Statement:
ALTER TABLE `resources` ADD COLUMN `admin_group_id` SMALLINT(5) unsigned
Error Code:
1146
Error Text:
Table 'x_db.resources' doesn't exist
Executing: ../../database_schema/upgrades/2.1/data.sql
Failed! Details...
SQL Statement:
insert into roles values (3, 'Resource Admin', 3)
Error Code:
1146
Error Text:
Table 'x_db.roles' doesn't exist
What is the problem? Why is it trying to upgrade 2.0 to 2.1 when the packet is 2.1?