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

Error #1

Closed
diegobh opened this issue Dec 13, 2019 · 1 comment
Closed

Error #1

diegobh opened this issue Dec 13, 2019 · 1 comment

Comments

@diegobh
Copy link

diegobh commented Dec 13, 2019

Thank you very much for this work, its really incredible ^^

But i got some errors that can't start the RP:
`[ERROR] ER_ACCESS_DENIED_ERROR: Access denied for user 'root'@'localhost' (us(node:8088) [DEP0096] DeprecationWarning: timers.unenroll() is deprecated. Please use clearTimeout instead.
ing password: YES)(node:8088) [DEP0096] DeprecationWarning: timers.unenroll() is deprecated. Please use clearTimeout instead.

[ERROR] ER_ACCESS_DENIED_ERROR: Access denied for user 'root'@'localhost' (using password: YES)`

I've set it up the right root and root pass.

server.cfg:

set es_enableCustomData 1
set mysql_connection_string "server=127.0.0.1;uid=root;password=myROOTPASS;database=redemrp"

#These resources will start by default.
ensure mapmanager
ensure chat
ensure spawnmanager
ensure sessionmanager-rdr3
ensure fivem
ensure hardcap
ensure rconlog
#ensure scoreboard
ensure IPL
ensure esplugin_mysql
ensure mysql-async
ensure redem
ensure redem_roleplay
ensure redem_identity
ensure redemrp_respawn

resources folder:

  • [redemrp]
    -- redem_roleplay
    -- redemrp_identity
    -- redemrp_respawn
  • async
  • esplugin_mysql
  • mysql-async
  • redem

I'm using MySQL v5.7.28
Tried connect on the same machine as mysql is running...

Any idea how fix it, please???

Thank you very much!!!

FOUND THE ERROR!
The mysqlserver was using port 3308 instead 3306. I just changed it back to port 3306 and it's all right!!! Ty!!!!

@kanersps
Copy link
Member

An issue with your connection string as you noticed already

/close

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