Results 1 to 3 of 3

Thread: MySQL database user creation help needed

  1. #1
    Moderator
    Good Guru
    Compunuts's Avatar
    Join Date
    May 2001
    Location
    California
    Posts
    3,935

    MySQL database user creation help needed

    Okay, I"m not very familiar with MySQL so here goes.

    I'm being able to add users using GRANT command. But all my users are being able to manipulate ALL the database created. How do I get the database only to specific user? For example, if I created mydata database using account "compunuts", then when user "compunuts" log in, he will only see "mydata" database but no one else?

    TIA
    LinuxVillage - The truely community run Linux/Floss forum !

    No IT BS !!

  2. #2
    Code:
    GRANT ALL ON DATABASE.* TO 'USER'@'localhost' IDENTIFIED BY 'PASSWORD';
    "In the heat of conversation I may have said certain things I believe to be untrue. The alleged lie that you might have heard me saying allegedly moments ago ... thats a parasite that lives in my neck." -- Tad Ghostal

  3. #3
    Moderator
    Good Guru
    Compunuts's Avatar
    Join Date
    May 2001
    Location
    California
    Posts
    3,935
    But then this user is not being able to create their own database.

    I want a user to also create their own database but access to only those database that user is created.
    LinuxVillage - The truely community run Linux/Floss forum !

    No IT BS !!

Similar Threads

  1. Visio's Database Links
    By The Donald in forum Windows - General Topics
    Replies: 0
    Last Post: 01-05-2005, 07:32 AM
  2. Live Communications Server 2005 Glossary
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 09:16 PM
  3. New Features that are included in Access 2000
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 03:17 AM
  4. SQL Server 2k win CE edition FAQ
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 02:59 AM
  5. Installing kde 3.0 from rpm
    By Bogler in forum Linux - General Topics
    Replies: 12
    Last Post: 04-16-2002, 11:08 AM

Bookmarks

Posting Permissions

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