Skip to main content

Remote access denied for cphulkd

Comments

5 comments

  • NOC_Serverpoint
    Hello :) Login to your remote MySQL server and provide / create a user with the privileges for the user "cphulkd" to avoid this error. Creating new user: CREATE USER 'newuser'@'localhost' IDENTIFIED BY 'password'; Giving privileges: GRANT ALL PRIVILEGES ON * . * TO 'newuser'@'localhost'; FLUSH PRIVILEGES; Once this is done, try the remote connection and it should be fine. Provided the localhost should be replaced by the remote server details.
    0
  • uadm
    yes, but what does the chulkd password should be?
    0
  • cPanelMichael
    yes, but what does the chulkd password should be?

    Hello, It's stored in the following file: /var/cpanel/hulkd/password Thank you.
    0
  • uadm
    It's stored in the following file: /var/cpanel/hulkd/password

    Thank you very much.
    0
  • cPanelMichael
    You're welcome. I'm happy to see the information was helpful.
    0

Please sign in to leave a comment.