[ale] MySql: How do I grant all priviledes to a remote user
Jim Lynch
ale_nospam at fayettedigital.com
Sat Dec 3 08:45:52 EST 2005
Since you've already solved the problem, my advice is unnecessary,
however I usually cheat and use phpmyadmin and the gui to do something
like what I want then take the generated sql and edit it, if necessary.
E. G. Some systems where I only have shell access, and need to create a
new table, I'll create the table locally via phpmyadm gui and copy and
paste the resulting "create table" statement into the shell window.
Jim.
Greg Freemyer wrote:
>I may have gottern confused, but I think with
>
> grant all on * to 'greg'@'10.0.1.159';
>
>I was able to do almost everything but create databases. WIth
>
> grant all on * to 'greg'@'10.0.1.159' with GRANT OPTION;
>
>I can now create databases as well.
>
>Thanks for man page reference. I actually bought a MySQL admin book
>this morning with the assumption that it would discuss this type of
>thing in detail, but dispite many pages on granting privileges it
>really had little to say.
>
>Thanks
>Greg
>_______________________________________________
>Ale mailing list
>Ale at ale.org
>http://www.ale.org/mailman/listinfo/ale
>
>
>
>
>
More information about the Ale
mailing list