jimmy555
03-25-2008, 07:02 AM
Hello,
I was currently hosting my site on GO+PAPA.com ( I hope you know what I mean :D ).
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 :o
I would like to know whether BLUEHOST imposes any similar restrictions on their hosting users. ??
Any help from bluehost would be appreciated :)
I was currently hosting my site on GO+PAPA.com ( I hope you know what I mean :D ).
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 :o
I would like to know whether BLUEHOST imposes any similar restrictions on their hosting users. ??
Any help from bluehost would be appreciated :)