Ticket #1026 (Bug - Unable to restart PHP5-FPM after deleting a customer - Customer ...) updated

  • [feedquote='Trac','http://trac.i-mscp.net/ticket/1026#comment:2']

    the domain must be removed manually from the database

    Code
    1. mysql> DELETE FROM domain_aliasses where domain_id=98;
    2. Query OK, 0 rows affected (0.00 sec)
    3. mysql> DELETE FROM domain where domain_id=98;
    4. Query OK, 1 row affected (0.03 sec)

    [/feedquote]