Unsupported Screen Size: The viewport size is too small for the theme to render properly.

user templates

forums forums user templates

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #8015
      peterlaursen
      Participant

      Could someone very familiar with MySQL outline reasonable user priviliges for users of the types:

      sysadmin

      admin

      superuser

      user

      I feel that I too often have to log on as “root” ….

    • #14474
      Shadow
      Member

      Superuser's rigths are the easiest to outline: full access to every db (the initial root user is also a superuser).

      The rest is no that simple, the best answer is: it depends on the needs. Just think what these roles require and grant

      Few hints:

      – grant only those rights that are needed

      – no global rigths (stored in mysql.user) should be assigned to general users, beacause these rights apply to all dbs including mysql

      – grant rights at the same level (either at global, db, table or column level) when possible because of simplicity

Viewing 1 reply thread
  • You must be logged in to reply to this topic.