Ashley,

Are you using the GRANT statement?

That is the easiest way to get it right.

Read up on the GRANT SQL statement. Look at the examples...
Using regular inserts into the mysql database, can cause improper input into
the tables, which can (from personal experience) cause mysqld to not run.

It goes through a sanity check on start up, relating to security, and will
not start, until the mysql database is replaced with a clean secure one.

If you think you are pulling your hair out now, wait til this event occurs.

Read up on GRANT, and stop using INSERT.
Once you understand GRANT, you will see that it is much easier to add
privileges all the way down to the column level.



On 4/9/01 9:38 AM, "Ashley M. Kirchner" <[EMAIL PROTECTED]> wrote:

> 
>   Okay, I'm about to rip my hair out trying to figure this out, and I
> thought before I start looking for a gun, maybe I should ask..
> 
>   I need someone to explain the 'mysql' database to me.  I've tried
> reading about it, tried different settings, but I'm lost.  So far I've
> just been adding users and db's to the 'db' and 'user' tables, but
> something tells me that's not all there is to it.
> 
>   What are the other tables for?  And how's about adding a user that
> can only access (and change) their DB (assigned by me), and/or adding a
> (different) user that can create their own DB(s), yet not muck with
> anything else on the entire (mysql) system (and screw up other users).
> 
>   I'm willing to entertain even more literature if that's easiest to
> point me to, but like I said, I've gone through the online docs, I've
> checked other resources online, and I'm still lost.
> 
>   AMK4
> 
> --
> W |
> |  I haven't lost my mind; it's backed up on tape somewhere.
> |____________________________________________________________________
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Ashley M. Kirchner <mailto:[EMAIL PROTECTED]>   .   303.442.6410 x130
> SysAdmin / Websmith                           .     800.441.3873 x130
> Photo Craft Laboratories, Inc.             .        eFax 248.671.0909
> http://www.pcraft.com                  .         3550 Arapahoe Ave #6
> .................. .  .  .     .               Boulder, CO 80303, USA
> 
> 
> 
> ---------------------------------------------------------------------
> Before posting, please check:
>  http://www.mysql.com/manual.php   (the manual)
>  http://lists.mysql.com/           (the list archive)
> 
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
> 


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to