Domain Extensions Agent – Setup
Step: DB

The installer could not automatically create the MySQL database. This usually means your MySQL user does not have permission to create databases.

Please create the database and user manually using the details below, then click Continue.

Database details

SQL to create database & user

CREATE DATABASE `u741749191_DomainExtensionsAgent` CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
CREATE USER 'u741749191_DomainExtensionsAgent'@'%' IDENTIFIED BY 'SH0B.D8tabase#Processing';
GRANT ALL PRIVILEGES ON `u741749191_DomainExtensionsAgent`.* TO 'u741749191_DomainExtensionsAgent'@'%';
FLUSH PRIVILEGES;

Once the database and user exist, click the button below to continue with table creation.

Error details (for debugging): SQLSTATE[HY000] [1045] Access denied for user 'u741749191_DomainExtensionsAgent'@'localhost' (using password: YES)