Skip to content
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

Database setup info wrong - V4 #28

Open
PringelsDC opened this issue Dec 26, 2024 · 1 comment
Open

Database setup info wrong - V4 #28

PringelsDC opened this issue Dec 26, 2024 · 1 comment

Comments

@PringelsDC
Copy link

in the docs it states that you should create a called "jexactyluser" but then on the permission setup its reffering to an user called "jexactyl" so an error is expected

@bimbab189
Copy link

bimbab189 commented Dec 27, 2024

also the ip is wrong it should be like this
CREATE USER 'jexactyl'@'localhost' IDENTIFIED BY 'yourpassword';
GRANT ALL PRIVILEGES ON panel.* TO 'jexactyl'@'localhost';
as you need localhost instead of ip for php migrate to work
And the database name in the eviroment setup should be changed to panel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants