-
-
Notifications
You must be signed in to change notification settings - Fork 584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Access denied for user 'empire_user'@'localhost' #754
Comments
The issue was caused by the absence of
I fixed that error but now when I run empire server I get:
|
same error on kali |
Okay, I managed to fix the problem. Apparently, it was my /etc/hosts file and the localhost line that was incorrectly configured. I found the solution by modifying the config.yaml file in /usr/share/powershell-empire/empire/server. I changed the line url: localhost:3306 to url: 127.0.0.1. So, make sure to check your /etc/hosts file and the Empire configuration file. |
@D3vil0p3r the issue with the database initialization seems to only happen with some versions of mysql. The |
I will give a look once at home. Did you have a look also to my proposal on #757 (comment) ? Thanks |
Is there an existing issue for this?
Empire Version
5.11.5
Python Version
3.12
Operating System
Arch Linux
Database
MySQL
Current Behavior
I installed Empire and its dependencies along with
mysql
package. I initialized mysql correctly and run it by systemctl and it seems to be ok:When I run empire server by sudo, I get:
Expected Behavior
empire server working correctly.
Steps To Reproduce
Anything else?
No response
The text was updated successfully, but these errors were encountered: