Sorry, a mysql user with the name x already exists.
grep -Rl USERNAME /var/cpanel/databases/ Firstly, check a second time for any MySQL user by that name: Code: mysql> use mysql; mysql> select User, Host from user where User like ‘%USERNAME%’; After confirming that no...