MySQL Forums
Forum List  »  Newbie

Re: database user can't use database
Posted by: Peter Brawley
Date: April 24, 2021 11:47PM

GRANT ALL PRIVILEGES ON `DBName`.`auth` TO `auth_user`@`%`

That grants all privs to the table named auth in the database named dbname.

Options: ReplyQuote


Subject
Written By
Posted
Re: database user can't use database
April 24, 2021 11:47PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.