- #1
rifal
- 2
- 0
I installed snort and I want to connect the database with BASE but an error occurs, I don't know where I went wrong, everything is running smoothly but not with BASE connection with the database
I suspect if I'm wrong when running the command:
# sudo mysql_secure_installation
what should i do to solve this problem please help me
Error (p)connecting to DB : snort@localhost
Check the DB connection variables in base_conf.php
= $alert_dbname : MySQL database name where the alerts are stored
= $alert_host : host where the database is stored
= $alert_port : port where the database is stored
= $alert_user : username into the database
= $alert_password : password for the username
Database ERROR:The server requested authentication method unknown to the client
I suspect if I'm wrong when running the command:
# sudo mysql_secure_installation
what should i do to solve this problem please help me
Error (p)connecting to DB : snort@localhost
Check the DB connection variables in base_conf.php
= $alert_dbname : MySQL database name where the alerts are stored
= $alert_host : host where the database is stored
= $alert_port : port where the database is stored
= $alert_user : username into the database
= $alert_password : password for the username
Database ERROR:The server requested authentication method unknown to the client