• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Noruas
    N
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 1
    • Controversial 0
    • Groups 0

    Noruas

    @Noruas

    1
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Noruas Unfollow Follow

    Best posts made by Noruas

    • RE: How to stop active tasks via terminal

      @René_Sig Hey René,

      we have solved the problem with delete the tasks on the mysql database.

      mysql -u root
      use fog
      delete from tasks where taskState = 0;

      posted in General
      N
      Noruas

    Latest posts made by Noruas

    • RE: How to stop active tasks via terminal

      @René_Sig Hey René,

      we have solved the problem with delete the tasks on the mysql database.

      mysql -u root
      use fog
      delete from tasks where taskState = 0;

      posted in General
      N
      Noruas