Results 1 to 1 of 1

Thread: Do I get GRANT ALL PRIVILEGES access?

  1. #1
    Join Date
    Mar 2008
    Posts
    1

    Default Do I get GRANT ALL PRIVILEGES access?

    Hello,

    I was currently hosting my site on GO+PAPA.com ( I hope you know what I mean ).

    However their PHPMYADMIN (MYSQL) does not allow me to GRANT ALL PRIVILEGES to the default username. Moreover they do not allow me to log into MYSQL remotely.

    Now I am planning to shift my hosting to bluehost

    However, I want to confirm whether I would be allowed to run query as given below :-

    GRANT ALL PRIVILEGES ON database_name.* TO database_username@localhost
    IDENTIFIED BY 'password' WITH GRANT OPTION;

    FLUSH PRIVILEGES;
    This is the MANDATORY requirement of directory script which I am planning to install

    I would like to know whether BLUEHOST imposes any similar restrictions on their hosting users. ??

    Any help from bluehost would be appreciated
    Last edited by jimmy555; 03-25-2008 at 07:04 AM.

Posting Permissions

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