Can no longer create MySQL users or databases

Discussion in 'Installation/Configuration' started by webaholik, Apr 7, 2014.

  1. webaholik

    webaholik New Member

    *EVERYTHING WAS WORKING PERFECTLY*

    Some folders in root directory of server was inadvertently moved over the weekend. We're pretty sure we got everything back in place, however now:

    I can access ispconfig control panel, & login. Nothing on monitor has updated since Friday and I can no longer create MySql users or databases.

    So crontab seems not to be running...how do I fix that? This ran pending operations:
    enabled debug mode in ispconfig control panel
    from shell:
    crontab -e
    commented out server.sh
    /usr/local/ispconfig/server/server.sh
     
    Last edited: Apr 7, 2014
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Check that the mysql root password in /usr/local/ispconfig/server/lib/mysql_clientdb.conf i correct.
     
  3. webaholik

    webaholik New Member

    @till
    I did check that first, but it wasn't the issue.When I manually run /usr/local/ispconfig/server/server.sh changes go through.

    For some reason cron isn't running server.sh
     
  4. webaholik

    webaholik New Member

    /var/log/cron shined some light on it:
    Apr 7 17:14:01 web1 CROND[18947]: (CRON) ERROR chdir failed (/root): No such file or directory

    Guess we missed a folder. Had to move back misplaced directory /var/root to /root

    ALL GOOD NOW!
     

Share This Page