Nevermind, I had a lingering entry in the db table. Once I deleted that
it worked as expected.
Denise Lopez
UCLA Center for Digital Humanities
Network Services
Systems Engineer
337 Charles E. Young Drive East
PPB 1020
Los Angeles, CA 90095
310/206-8216
-Original Message-
From: Lopez, Deni
On Mon, Feb 23, 2004 at 05:30:38PM -0600, Paul DuBois wrote:
At 15:18 -0800 2/23/04, Jim Richardson wrote:
Installing a new RHEL box, with 3.23.58. (it's what RH provides, and I
don't feel like using stuff from out of the RH tree.) I am a little
confused about the privileges. I have done a GRANT AL
At 15:18 -0800 2/23/04, Jim Richardson wrote:
Installing a new RHEL box, with 3.23.58. (it's what RH provides, and I
don't feel like using stuff from out of the RH tree.) I am a little
confused about the privileges. I have done a GRANT ALL on *.* to
root IDENTIFIED BY 'password';
which is great, b
> Hi All,
> Now, I want to give to 'dbuser' privileges to read ONLY 'name' and
> 'address' columns from table 'TBL1'.
> So, I added record to mysql.user table (with no global privileges) -
> thans to thar 'dbuser' is able to connect to MySQL server, and it
> works OK. Further I added records to