Alright so.. I'm using Hierarchy(https://github.com/CortexPE/Hierarchy) which uses libasynql (https://github.com/poggit/libasynql) And everytime I try to connect I get an error, although the username, password and everything Is perfectly fine, This problem I believe is that libasynql tries to connect with 'root'@'myipaddress' when my host(TitanNodes) allows me to use only one user. Is there any way I could fix that? user: username@localhost
Update I think if I edit this I could be fine, Ill be back (https://github.com/poggit/libasynql.../poggit/libasynql/mysqli/MysqlCredentials.php)
Okay so I was a little too fast(again) on making this thread, but it could be useful for any future issues. If you have problems because the user is not the default one for you and you're using MySQL, edit MysqlCredentials.php "root" to your username and "host" to your host, everything should work fine from there
Wtf Apparently your settings didn't get loaded correctly. Libasynql defaults never override your values.
I fixed it, you need to replace "user" with "username" in your config https://github.com/CortexPE/Hierarchy/pull/14