Results 1 to 2 of 2

Thread: student rights to databases

  1. #1
    Join Date
    Jul 2005
    Posts
    1

    student rights to databases

    We are teaching MySQL to a class. Students are creating databases but they all go to a default folder. How can we re-direct where each students database goes so only that student has permissions to view his/her own work?

  2. #2
    Join Date
    Apr 2005
    Location
    florida
    Posts
    89
    a good way to do this is:
    connect as root,
    create an account for each user/student and now each will have his own folder.

    http://dev.mysql.com/doc/mysql/en/create-user.html

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •