Skip to main content

Grant FILE privilegies

Comments

3 comments

  • Jesus Flores

    Note:

    cPanel v. 12.0.10
    Almalinux8
    MySQL 8.0

     

    Thank you

    0
  • cPRex Jurassic Moderator

    Hey there!  That Grant statement you ran as root wouldn't work, as that would need to be applied to a specific user.  To see the permissions for a particular user you could run the following:

    mysql -e "show grants for username@localhost;"

    You will need to change out "username" for the specific cPanel user you are working with, assuming they are doing this under their main cPanel account.

    If this is a database user that has been created inside cPanel, they may need to be recreated with the File privilege through the cPanel >> MySQL Databases page.

    0
  • Jesus Flores

    Hello, thanks very much for your answer!

    Ok, I will try that and keep in contact.

    Kind Regards

     

    JF

     

     

    1

Please sign in to leave a comment.