Linux下如何安装Cacti
作者:人工智能 来源:IT科技 浏览: 【大中小】 发布时间:2025-11-04 14:08:11 评论数:

复制 # mysql -u root Welcome to the MySQL monitor. Commands end with ; or g. Your MySQL connection id is 10 to server version: 4.0.23-standard Type ‘help;’ or ‘h’ for help. Type ‘c’ to clear the buffer. mysql>; create database cactidb; Query OK,何安 1 row affected (0.00 sec) mysql>; grant all on cactidb.* to root; Query OK, 0 rows affected (0.01 sec) mysql>; grant all on cactidb.* to root@localhost; Query OK, 0 rows affected (0.01 sec) mysql>; grant all on cactidb.* to cactiuser; Query OK, 0 rows affected (0.00 sec) mysql>; grant all on cactidb.* to cactiuser@localhost; Query OK, 0 rows affected (0.01 sec) mysql>; set password for cactiuser@localhost=password(’cactipw’); Query OK, 0 rows affected (0.00 sec) mysql>; exit 1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.18.19.20.21.22.23.24.25.26.27.28.29.30.31.32.33.34.
