Results 1 to 2 of 2

Thread: Grant privileges issues

  1. #1
    DeliveranceXXV is offline Junior Member
    Join Date
    Feb 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Grant privileges issues

    Hi,

    I am having issues with granting privileges to users on PHPMYADMIN.
    I am looking to grant only certain privileges to a user and I keep getting errors everytime.

    Code:
    GRANT SELECT ON xxx . * TO 'xxx'@'mail.irishwindowshosting.com' IDENTIFIED BY 'xxx'
    Which results in the error: #1044 - Access denied for user 'xxx'@'%' to database 'xxx'

    Even if I...
    Code:
    SHOW GRANTS FOR 'xxx'@'mail.irishwindowshosting.com'
    I get the error:
    #1044 - Access denied for user 'xxx'@'%' to database 'xxx'

    I am logged into PHPMYADMIN with the user I created with HELM's database create user function.

    Any help would be greatly appreciated

  2. #2
    blacknight's Avatar
    blacknight is offline Administrator Site Admin
    Join Date
    Aug 2003
    Location
    Ireland
    Posts
    939
    Thanks
    0
    Thanked 19 Times in 18 Posts

    Default

    If you're having issues on that hosting platform you should move to our new one.

    You'll have access to newer versions of asp, php etc.,
    Please do not send me PMs for support issues - thanks for your understanding.
    Blacknight Blog | VPS Hosting| Blacknight Technical Status Blog | Hosting Wiki |Speed Test|Find Great Domains|Personal Blog

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Content Relevant URLs by vBSEO 3.6.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20