• Weird message in my DarkRP console
    6 replies, posted
I just moved my server to a host and everything worked fine until I joined and I see this in the console: gamemodes/darkrp/gamesmode/libraries/mysqlite/mysqlite.lua:345: Connection failed! Access denied for user 'root'@'localhost' <using password: YES> Trying again in 5 seconds. I can join and my friends can join so the server works, but that message comes every 5 seconds so it filles up the console which is annoying. Here is the mysqlite.lua file: https://files.facepunch.com/forum/upload/248983/cc1fa80a-b94a-44a0-852f-e9dd1e430894/8914e8d3e75cebd8294b9fb21337272e.png Thanks in advance for any help!
msql is being used alot in darkrp to save stuff like money etc. On a local server it usually is local, on a dedicated server it uses a other mysql system. Your local so it uses mysqllite. But for some reason it cant connect to that sinxe the access is denied
Are you sure your new host has a database and if so is it on the same machine, because there usually not so localhost wont work.
Did you try 127.0.0.1?
As @Aide said - using 127.0.0.1 should allow the connection if it's hosted on the same machine. If not simply use the IP given by the provider instead of localhost
Or the username/password is wrong in your MySQL config.
Thanks for all answers, I'll try it and come back with the result.
Sorry, you need to Log In to post a reply to this thread.