I have gave permissions to rra and the cacti file.
MySQL version is 5.6
I have used cacti 0.8.8h installer
After that part is kind of black to me for 3 days i have tried but i couldn't do anything.
I have found the cacti passwords document.Than from cmd i wrote the codes that were in guides.The part i don't get was they were installing MySQL before installing cacti.They assign a pass to mysql then create a cacti user to mysql and give it permissions and database configurations.But i already have my cacti , mysql username and passes on the document i don't get why they redo it.
------------
After trying "localhost/cacti" i get error : Fatal :Cannot connect to MySQL server on localhost.Please make sure you have specified a valid MySQL database name in 'include/config.php'
I generally get errors while trying to use the codes like
Code: Select all
mysql -u root -p
Code: Select all
shell> UPDATE mysql.user SET Password = OLD_PASSWORD('cactipwd')
WHERE Host = 'localhost' AND User = 'cactiuser';
mysql> FLUSH PRIVILEGES;
I have tried a few guides like below but i think i may have made some mistakes still being a newbie.
http://www.cacti.net/downloads/docs/htm ... ndows.html
Also, i was unable to get the error message because i was unable to find comp_err to decode it .
Sorry if i lacked giving more information , if you inform me whats missing i will try to modify asap.
Thank you,well apreciated.