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