Hi all,
I am thinking of installing cacti on my Debian 5 - any views on this?
Thanks
Hi all,
I am thinking of installing cacti on my Debian 5 - any views on this?
Thanks
Ok thanks. Also more here...
Cacti Installation and configuration in Debian
How about CentOS? This is the one that I most certainly trust.![]()
Cent OS is good
![]()
I provide SEO Services…pm me
When installing cacti in Debian 6 it asks
4.jpgCode:Please provide the password for the administrative account with which this package should create its MySQL database and user. Password of the database's administrative user:
I interpret this to mean the password of the MySQL root user but after entering this I get
6.jpgCode:ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES).
So does this mean that Cacti is looking for a user called 'root' as opposed to the root user (who might go by a different name)? If so maybe this won't work because Plesk has renamed my user 'root' to 'admin'. So maybe I need to rename the user 'admin' back to 'root'.
Thanks
Try this, If you have root password:
You can do the following to reset your root password:$ mysql --user=root -p
Enter password:
Edit include/config.php and specify the database type, name, host, user and password for your Cacti configuration./etc/init.d/mysqld stop
mysqld_safe --skip-grant-tables &
mysql -u root
mysql> use mysql;
mysql> update user set password=PASSWORD("newrootpassword") where User='root';
mysql> flush privileges;
mysql> quit
/etc/init.d/mysqld stop
/etc/init.d/mysqld start
Change yourusername on $database_username with your sql username.$database_type = "mysql";
$database_default = "cacti";
$database_hostname = "localhost";
$database_username = "yourusername";
$database_password = "yourpassword";
Cheers
Last edited by suwunk; 2012-07-29 at 09:10 AM.
Hi Juc,
I'm not sure what Cacti is looking for particularly, but i would recommend creating a second user of the db called root before renaming it back. Plesk can be a finicky beast.
-Jeremya
Hi Juc,
Yes, Linux VPS can use Virtuozzo Power Panel to restore a VPS back the template original. You would need to purchase backups if you want state backups.
-Jeremya