Welcome to OCS Inventory NG community support, where you can ask questions and receive answers from other members of the community.

Please ask questions only in English or French.

Release 2.11.1 available

The official documentation can be found on http://wiki.ocsinventory-ng.org. Read it before asking your question.

configuracion

Hello everyone, I have the following problem and I can not find the solution, then I will leave the steps I do.

mysql -uroot -pmysqlzweicom

UPDATE mysql.user SET Password = PASSWORD('zweicom123') WHERE User = 'ocs';

#edit this lines

vim /usr/share/ocsinventory-reports/ocsreports/dbconfig.inc.php

define("PSWD_BASE","zweicom123");

vim /etc/httpd/conf.d/z-ocsinventory-server.conf

PerlSetVar OCS_DB_PWD zweicom123

I'm doing something wrong, I need some step or lack information, I hope your help.

Thank
in OCS Inventory NG server for Unix by (340 points)

2 Answers

+1 vote
Hi,

What is the problem exactly?

After each modification of z-ocsinventory-server.conf file you need to restart apache. Did you do it?

Regards

Frank
by (88.5k points)
0 votes
Hello frank, thank you for responding.

Of course every time I make a change I restart Apache like mariadb, but that error does not disappear, at first when I just started the installation that problem did not appear, now I can not correct it.
by (340 points)
 
Powered by Question2Answer
...