On Monday 11 July 2005 21:38, Chris White wrote: > http://dev.gentoo.org/~chriswhite/mysql.html > > Comments, etc are welcome.
You might want to make
Code listing 4.19: Finding our guest user in the user table
a little narrower, as it makes the page much wider than my 1,280 pixel wide
screen can show.
I would suggest
SELECT Host, User, Password FROM user WHERE User = 'guest';
rather than
SELECT * FROM user WHERE User = 'guest';
which will make the output much, much smaller. You might want to mention the
other query in passing for the user to try on their own, however.
pgpX5fWFA9EGF.pgp
Description: PGP signature
