Hello
I have terminate an account, and I wanted to restore it from backup but I get this error:
Account Creation Status: failed (Sorry, a mysql user with the name th454 already exists.)
Account Restore Failed... Restore failed.
I verify from shell, and I was able to create the user th454, actually user does not exist before:
mysql> CREATE USER 'th454'@'localhost' IDENTIFIED BY 'some_pass';
Query OK, 0 rows affected (0.00 sec)
After I drop the user:
mysql> DROP USER 'th454'@'localhost';
Query OK, 0 rows affected (0.01 sec)
Now I try again to restore the account but:
Account Creation Status: failed (Sorry, a mysql user with the name th454 already exists.)
Account Restore Failed... Restore failed.
Conclusion: The user does not exist, but cpanel sees the user there.
thanks,
I have terminate an account, and I wanted to restore it from backup but I get this error:
Account Creation Status: failed (Sorry, a mysql user with the name th454 already exists.)
Account Restore Failed... Restore failed.
I verify from shell, and I was able to create the user th454, actually user does not exist before:
mysql> CREATE USER 'th454'@'localhost' IDENTIFIED BY 'some_pass';
Query OK, 0 rows affected (0.00 sec)
After I drop the user:
mysql> DROP USER 'th454'@'localhost';
Query OK, 0 rows affected (0.01 sec)
Now I try again to restore the account but:
Account Creation Status: failed (Sorry, a mysql user with the name th454 already exists.)
Account Restore Failed... Restore failed.
Conclusion: The user does not exist, but cpanel sees the user there.
thanks,