Jump to content
  • 0

How can fix Access denied for user 'ragnarok'@'localhost' (using password: YES)


eArt

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  08/31/21
  • Last Seen:  

hello everyone, please i need help, how can fix this error "[SQL]: Access denied for user 'ragnarok'@'localhost' (using password: YES)
[Error]: Couldn't connect with uname='ragnarok',passwd='@daeron91',host='127.0.0.1',port='3306',database='ragnarok'" when my inter_athena.conf it ok?

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2345
  • Joined:  10/28/11
  • Last Seen:  

make sure you are connecting using the correct username/password.

and granted access to the database.

  CREATE USER 'ragnarok'@'localhost' IDENTIFIED BY 'ragnarok';
  GRANT ALL PRIVILEGES ON ragnarok.* to 'ragnarok'@'%' IDENTIFIED BY 'ragnarok';

https://github.com/rathena/rathena/wiki/Install-MySQL

Edited by Emistry
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  08/31/21
  • Last Seen:  

thanks, but when I try I get this error "ERROR 1819 (HY000): Your password does not satisfy the current policy requirements" ?

 

and how do I add my password to this code?

  CREATE USER 'ragnarok'@'localhost' IDENTIFIED BY 'ragnarok';
  GRANT ALL PRIVILEGES ON ragnarok.* to 'ragnarok'@'%' IDENTIFIED BY 'ragnarok';

sorry im new in this

Please help, I have tried everything in that guide and the problem still persists, someone who can help me for discord. Please is the only thing I need to start my server

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  176
  • Topics Per Day:  0.15
  • Content Count:  666
  • Reputation:   9
  • Joined:  12/04/20
  • Last Seen:  

On 9/1/2021 at 6:28 AM, eArt said:

thanks, but when I try I get this error "ERROR 1819 (HY000): Your password does not satisfy the current policy requirements" ?

use your current sql user password

 

On 9/2/2021 at 5:38 AM, eArt said:

and how do I add my password to this code?

  CREATE USER 'ragnarok'@'localhost' IDENTIFIED BY 'ragnarok';
  GRANT ALL PRIVILEGES ON ragnarok.* to 'ragnarok'@'%' IDENTIFIED BY 'ragnarok';

sorry im new in this

follow this guide

Install on Centos · rathena/rathena Wiki · GitHub

 

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2345
  • Joined:  10/28/11
  • Last Seen:  

On 9/1/2021 at 6:28 AM, eArt said:

ERROR 1819 (HY000): Your password does not satisfy the current policy requirements

i am sure you can find tons of guide to resolve your policy requirements by searching the internet. ex: https://ostechnix.com/fix-mysql-error-1819-hy000-your-password-does-not-satisfy-the-current-policy-requirements/

 

On 9/1/2021 at 6:28 AM, eArt said:

and how do I add my password to this code?

  CREATE USER 'ragnarok'@'localhost' IDENTIFIED BY 'YOUR_PASSWORD';
  GRANT ALL PRIVILEGES ON ragnarok.* to 'ragnarok'@'%' IDENTIFIED BY 'YOUR_PASSWORD';

the IDENTIFIED BY is refer for your password.

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  6
  • Reputation:   0
  • Joined:  03/12/23
  • Last Seen:  

 I followed the guide here https://github.com/rathena/rathena/wiki/Install-on-Centos

Edited by jblazer
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...