[Bug]: Can not contact with database(MySQL, PostgreSQL and MariaSQL, what all of if giving) #3381
Open
1 task done
Labels
bug
Something isn't working
Is there an existing issue for the same bug?
Branch name
Can't connect to MySQL server on '127.0.0.1' ([Errno 111] Connection refused)
Commit ID
none
Other environment information
Actual behavior
I can connect to MySQL, PostgreSQL, and MariaSQL normally in the terminal and other database operation software (I have tried all of them).
However, I cannot connect to the local database using the database name, user name, host, and password in the ragflow Agent.
I turned off the firewall and confirmed that all three databases are running in Task Manager and can be operated normally in the terminal and visualization tool.
The error is:
Can't connect to MySQL server on '127.0.0.1' ([Errno 111] Connection refused).
Of course, I also tried using "localhost" as the host, but the error message was:
Can't connect to MySQL server on 'localhost' ([Errno 111] Connection refused).
This is my input:
Database type
MariaSQL
Database
ragflow
User name
root
Host
127.0.0.1
Port
3306
Password
Expected behavior
Connect to the database after entering the correct parameters
Steps to reproduce
Additional information
No response
The text was updated successfully, but these errors were encountered: