| 
     
      
      
      From: Aaron G. <aar...@gm...> - 2005-11-29 00:52:44
      
     
   | 
On 11/28/05, Aaron Glenn <aar...@gm...> wrote: > Database changed > mysql> select * from user_log; > +----------+---------+---------------------+--------+--------------+ > | username | user_id | time | result | ip | > +----------+---------+---------------------+--------+--------------+ > | admin | 1 | 2005-11-28 12:20:06 | 1 | 64.235.xxx.6 | > | admin | 1 | 2005-11-28 12:20:09 | 1 | 64.235.xx.6 | > | admin | 1 | 2005-11-28 12:20:40 | 1 | 64.235.xx.6 | > | admin | 1 | 2005-11-28 15:58:10 | 1 | 64.235.xxx.6 | > +----------+---------+---------------------+--------+--------------+ > 4 rows in set (0.00 sec) > > mysql> \q > Bye > node1# cat /usr/local/www/cacti/log/cacti.log > 11/28/2005 12:19:27 PM - CMDPHP: Poller[0] ERROR: Cannot connect to > MySQL server on 'localhost'. Please make sure you have specified a > valid MySQL database name in 'include/config.php'. > node1# I forgot to mention I'm not subscribed to the list, so I'd appreciate a CC on any replies. With that out of the way, you'll note the it can connect to mysql, because it's logging the login attempts :p The *poller* issue in cacti.log is residue from when PHP didn't have the mysql extension compiled in. Thanks, aaron.glenn  |