You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: