I have spent alittle while cruising the boards, and found similar problems, but mostly on windows systems. .im funning fedora core 2 with mysql 3.23.58. I install all the depencies, and used the rpm to install. all went well. I used the "Cacti-Linux-How-To.pdf" walkthrough to create the mysql db and user wihe permissions. This is not a new install, but i have a phpbb forum on it so i know that php-apachee-mysql is installed and working. not sure what the funky questionmarks next to local host are.Cannot connect to MySQL server on '�localhost�'. Please make sure you have specified a valid MySQL database name in 'include/config.php'.
here is my .conf
$database_type = "mysql";
$database_defaut = “cactidb”;
$database_hostname = “localhost”;
$database_username = “root”;
$database_password = “forest1”;
Code: Select all
[root@web root]# mysql cactidb -uroot -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 16 to server version: 3.23.58
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> see it worked =(
anyway thanks for the amazing product you guys make..
-andy