Git Product home page Git Product logo

glpi_install_script's People

Contributors

jr0w3 avatar masplus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

glpi_install_script's Issues

Fail to Install (Access denied for user 'glpi_user'@'localhost')

Hello friend!

While installing I get the following error:
Database connection failed with message "(1045) Access denied for user 'glpi_user'@'localhost' (using password: YES)".

I was able to solve it by change the line 169 from the glpi-install.sh script file:

From:
mysql -e "GRANT ALL PRIVILEGES ON glpi.* TO 'glpi_user'@'localhost'"

To:
mysql -e "GRANT ALL PRIVILEGES ON glpi.* TO 'glpi_user'@'localhost' identified by '$SQLGLPIPWD'"

Hope it might help someone else, and thank you so much for creating this script

Timezone

I found out that the command proposed by the installer not works
image

With this in the other all works correctly
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -p -u root mysql

Reference

Cannot install GLPI

Tested on Ubuntu 22.04 LTS and Debian 11.

Fresh install OS.

Script run as root.

ERROR :

Configuring MariaDB...
ERROR 1356 (HY000) at line 1: View 'mysql.user' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them
ERROR 1008 (HY000) at line 1: Can't drop database 'test'; database doesn't exist
glpi-install.sh: line 176: dpkg-reconfigure: command not found

IP address acces via browser:
"Error: An error has occurred, but the trace of this error could not recorded because of a problem accessing the log file."

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.