Granting access on MySQL

From: Konrad Scorciapino (fallenbr_at_uol.com.br)
Date: 06/23/03

  • Next message: Andrew Thomson: "data contained in ipfw show"
    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"


  • Next message: Andrew Thomson: "data contained in ipfw show"

    Relevant Pages