q528 发表于 2019-1-10 12:09:59

第6天 监控系统建立(CACTI)

  mysql> create database cactidb default character set utf8;
Query OK, 1 row affected (0.00 sec)
  mysql> grant all on cactidb.* to 'cactiuser'@'localhost' identified by '123123';
Query OK, 0 rows affected (0.00 sec)
  # mysql -ucactiuser -p123123 cactidb < cacti.sql
  # vi include/config.php
  
页: [1]
查看完整版本: 第6天 监控系统建立(CACTI)