Answer the question
In order to leave comments, you need to log in
How to make Mysql query to get GLPI data?
Hello, please tell me from which side to approach the subject. I have an ip, login and password to the GLPI database (as I understand it is a database) - from where I need to access the list of equipment.
I was told that I should "make a Mysql request to get GLPI data"... If I heard something else about mysql (like select * from table, etc.), then the problem is that today I heard for the first time that such glpi and it is generally not clear where to start.
If someone can advise something (except suicide) - very glad.
Answer the question
In order to leave comments, you need to log in
By the term GLPI I usually mean a web application containing an inventory of computers, etc. of things.
Maybe you should try something like http://ip-that-you-know/glpi followed by login and password.
Or did you mean a real database (for example, mysql), which stores the data of this very GLPI?
then we do something like:
1. connect to the mysql database server
-h your-ip -u username -p
2. look at what databases are there, yours is usually called GLPI
show databases
and more select the necessary tables and fields. Here's a description of the MySQL schema of the GLPI project.
https://glpi-developer-documentation.readthedocs.i...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question