hi-
i just went to ipowerweb.com to set up my db.
it has an easy web interface. what is confusing me is i bought
a mysql book and i thought there was all this administration i had
to worry about. for i.e. messing with grant tables and setting
privileges. the interface at ipowerweb seems so easy compared to
what the book gets into. is it possible that the web interface
provided by my host is all i need to worry about?
for instance i counldnt do things like
show grants for username@localh ost;
or another one might be
select host,db,user from db;
i am guessing i dont have access to it because the person on
chat said i cant set the host and only localhost was allowed.
so if i cant specify the host to connect from they must have control
over the "mysql" db ...right?
please let me know. i will worry about it until i know for sure.
wouldnt that be cool if i didnt have to worry. my php site will
get installed fast if i dont have to do the heavy duty administering.
thanks,
jim
i just went to ipowerweb.com to set up my db.
it has an easy web interface. what is confusing me is i bought
a mysql book and i thought there was all this administration i had
to worry about. for i.e. messing with grant tables and setting
privileges. the interface at ipowerweb seems so easy compared to
what the book gets into. is it possible that the web interface
provided by my host is all i need to worry about?
for instance i counldnt do things like
show grants for username@localh ost;
or another one might be
select host,db,user from db;
i am guessing i dont have access to it because the person on
chat said i cant set the host and only localhost was allowed.
so if i cant specify the host to connect from they must have control
over the "mysql" db ...right?
please let me know. i will worry about it until i know for sure.
wouldnt that be cool if i didnt have to worry. my php site will
get installed fast if i dont have to do the heavy duty administering.
thanks,
jim
Comment