I have an issue while following the instructions with the command :
./rogueserver --debug --dbuser pokerogue --dbpass pokerogue &
It returns the error:
2024/08/27 00:37:57 Error 1045 (28000): Access denied for user 'pokerogue'@'localhost' (using password: YES)
Don't know what is causing it, can someone help me? I'm stuck and even trying the docker leads in problems, i tried using other credentials too, because i thought it might need the ones of my MariaDB.
And I thought it might be related to the game running, but i don't understand the part to modify in the game files too (it seams like it self check if there's a local server?).
I have an issue while following the instructions with the command :
./rogueserver --debug --dbuser pokerogue --dbpass pokerogue &
It returns the error:
2024/08/27 00:37:57 Error 1045 (28000): Access denied for user 'pokerogue'@'localhost' (using password: YES)
Don't know what is causing it, can someone help me? I'm stuck and even trying the docker leads in problems, i tried using other credentials too, because i thought it might need the ones of my MariaDB.
And I thought it might be related to the game running, but i don't understand the part to modify in the game files too (it seams like it self check if there's a local server?).