×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
Import the default cacti database: shell> mysql cacti < cacti.sql. Optional: Create a MySQL username and password for Cacti. shell> mysql --user=root mysql ...
関連する質問
2023/05/20 · Create an empty database called cactidb . Import the file /usr/share/webapps/cacti/cacti.sql into the cactidb database. Create a user ...
3.2 Import the default cacti database ... # mysql -uroot -p cacti < cacti.sql Enter password: <class password> ... php and specify the MySQL user, password and ...
When I type: [root@tecmint ~]# mysql -u cacti -p cacti < /usr/share/doc/cacti-0.8.8b/cacti.sql (This is the correct location of the cacti.sql db on my machine).
2021/03/15 · Next, import the default database to the new cacti database. $ sudo mysql -u root -p cacti_db < /var/www/html/cacti/cacti.sql ... Step 6: ...
2 onto a 0.6.x database. To continue, you must create a new database, import 'cacti.sql' into it, and update 'include/config.php' to point to the new database.
create database cacti;; GRANT ALL ON cacti.* TO ... Import the default Cacti database. sudo mysql -u root -p cacti < /opt/cacti/cacti.sql ... Alias /cacti /opt/ ...
... cacti database. I type - mysql -u root -p cacti < cacti.sql and become next: sudo mysql -u root -p cacti < cacti.sql. Enter password: ERROR 1050 (42S01) at ...