Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jun 2003 19:45:38 -0300
From:      Konrad Scorciapino <fallenbr@uol.com.br>
To:        freebsd-questions@freebsd.org
Subject:   Granting access on MySQL
Message-ID:  <20030622194538.141630d0.fallenbr@uol.com.br>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030622194538.141630d0.fallenbr>