• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Jimmy Vanden Eynde
    3. Posts
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by Jimmy Vanden Eynde

    • RE: Database connection unavailable

      for me using ubuntu server 18.04.03 LTS running MariaDB 10.1.41 and FOGPROJECT 1.5.7

      this was the final solution

      with the installation / upgrade of fogproject choose a password for mysql : type_here_your_fog_database_password

      then make sure that password is the same as your mysql database:

      login to mysql root with command = mysql -u root

      then use following command to make passwords match fogproject

      SET PASSWORD FOR ‘root’@‘localhost’ = PASSWORD(‘type_here_your_fog_database_password’);

      Greetings

      Jimmy

      posted in FOG Problems
      J
      Jimmy Vanden Eynde
    • 1 / 1