LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Problem with cacti. (https://www.linuxquestions.org/questions/linux-newbie-8/problem-with-cacti-448413/)

ARCIS_house 05-25-2006 08:50 AM

Problem with cacti.
 
Hi :)
i want to install cacti on slackware 10.2

i have instal cacti step by step how http://www.cacti.net/downloads/docs/...tall_unix.html

ok, then i run http://myserver/cacti and become this:

Error

You have created a new database, but have not yet imported the 'cacti.sql' file. At the command line, execute the following to continue:


mysql -u root -p cacti < cacti.sql

This error may also be generated if the cacti database user does not have correct permissions on the cacti database. Please ensure that the cacti database user has the ability to SELECT, INSERT, DELETE, UPDATE, CREATE, ALTER, DROP, INDEX on the 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 line 5: Table 'cdef' already exists

what i do not right ? Thanx

acid_kewpie 05-26-2006 02:20 AM

clearly you've already run it once, as that table now exists. why are you trying to just run the same command twice?


All times are GMT -5. The time now is 03:05 AM.