Search found 3 matches
- Mon Jan 03, 2011 6:37 pm
- Forum: Help: Linux/Unix Specific
- Topic: MySQL connection fails - duplicate ports, tcp for socket
- Replies: 6
- Views: 1693
Re: MySQL connection fails - duplicate ports, tcp for socket
$database_type = "mysqli"; $database_default = "cacti"; $database_hostname = "localhost"; $database_username = "cacti"; $database_password = "password"; $database_port = ""; If 3306 is in the config.php, I get the second 3306 as in my firs...
- Mon Jan 03, 2011 9:59 am
- Forum: Help: Linux/Unix Specific
- Topic: MySQL connection fails - duplicate ports, tcp for socket
- Replies: 6
- Views: 1693
Re: MySQL connection fails - duplicate ports, tcp for socket
Yeah, meant config.php. Not going to turn on MySQL networking just for Cacti, though.
- Thu Dec 30, 2010 6:38 pm
- Forum: Help: Linux/Unix Specific
- Topic: MySQL connection fails - duplicate ports, tcp for socket
- Replies: 6
- Views: 1693
MySQL connection fails - duplicate ports, tcp for socket
Freshly downloaded 0.8.7g, extracted it, changed nothing but settings.php for database config. PHP version is 5.3.4. I would like to use a socket to connect to the database, but not only is there no option for that, the TCP connection is impossible. Something adds 3306, regardless of $database_port'...