Now i have strange thing. My customer give me the abuse about his domain (virtual. After backup we made a desidion to recreate an account).
But on the third step of creation (in the debug mode).
- An unexpected error occuredAn exception has been thrown in file /var/www/imscp/gui/library/shared-functions.php at line 2532:SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'domain.tld' for key 'admin_name'Query was: INSERT INTO admin ( admin_name, admin_pass, admin_type, domain_created, created_by, fname, lname, firm, zip, city, state, country, email, phone, fax, street1, street2, customer_id, gender, admin_status ) VALUES ( ?, ?, 'user', unix_timestamp(), ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
In the debugger - "i-MSCP Daemon tools -3 Execute requests" and "Daemon request successful."
Without any changes
Can't connect to the MySQL root using pma, in fact
imscp.conf
- ## SQL backend
- DATABASE_TYPE = mysql
- DATABASE_HOST = localhost
- DATABASE_PORT = 3306
- DATABASE_NAME = *imscpdb*
- DATABASE_PASSWORD = *mypasswordhere*
- DATABASE_USER = root
- # Host from which SQL users are allowed to connect
- # to the MySQL server
- DATABASE_USER_HOST = localhost
- DATABASE_DIR = /var/lib/mysql
Display More
PMA told me "No mysql connection"
Any ideas?
i-MSCP 1.2.0 Debian 7.7, Mariadb 5.5.41-MariaDB-1, php 5.6.4, php-fpm