Granting access on MySQL
From: Konrad Scorciapino (fallenbr_at_uol.com.br)
Date: 06/23/03
- Previous message: Thomas McIntyre: "Re: Setup of a software RAID-1 to an existing system?"
- Next in thread: Thomas McIntyre: "Re: Granting access on MySQL"
- Maybe reply: Thomas McIntyre: "Re: Granting access on MySQL"
- Reply: John Von Essen: "Re: Granting access on MySQL"
- Reply: Joel Rees: "Re: Granting access on MySQL"
- Maybe reply: Supote Leelasupphakorn: "Re: Granting access on MySQL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 22 Jun 2003 19:45:38 -0300 To: freebsd-questions@freebsd.org
Hello,
I need to grant a user access to a database. How can I do it?
This is what I've tried:
mysql> grant all on databasename.* to username;
I got no error messages, but I after connecting as the user, I couldn't use the database.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Thomas McIntyre: "Re: Setup of a software RAID-1 to an existing system?"
- Next in thread: Thomas McIntyre: "Re: Granting access on MySQL"
- Maybe reply: Thomas McIntyre: "Re: Granting access on MySQL"
- Reply: John Von Essen: "Re: Granting access on MySQL"
- Reply: Joel Rees: "Re: Granting access on MySQL"
- Maybe reply: Supote Leelasupphakorn: "Re: Granting access on MySQL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|