I have a database and I'm trying to make only my user have access to that database. or no one else can open, search, delete anything. I'm using the following syntax:
GRANT USAGE ON batabase.* TO 'fabricio'@'%'; FLUSH PRIVILEGES;
But nothi...
asked on
07.02.2015 / 12:18