christiaan
Joined: 28 Jul 2003 Posts: 10 Location: The Netherlands
|
Posted: Wed Aug 25, 2004 5:27 pm Post subject: CACTID: Poller[0] MYSQL: Connection Failed: Bad handshake |
|
|
Hi,
who has any idea for the error msg ?
I am running
FreeBSD 5.1
mysql 4.1.3
PHP 4.3.4
I have the same for any user i create in mysql.
i create the user like:
| Code: | GRANT ALL ON cacti.* TO poller1@localhost IDENTIFIED BY 'poller1';
flush privileges; | than if i test the connection i get:
| Code: | # mysql -u poller1 -p cacti
Enter password:
ERROR 1043: Bad handshake
# |
or
| Code: | /usr/local/cactid/bin/cactid
CACTID: Using cactid config file [/etc/cactid.conf].
08/25/2004 10:59 PM - CACTID: Poller[0] MYSQL: Connecting to MySQL database 'cacti' on 'localhost'...
08/25/2004 10:59 PM - CACTID: Poller[0] MYSQL: Connection Failed: Bad handshake
dnsgsrv3@network# |
|
|