MySQL: Grant Permissions
Grant Permissions
GRANT
ALL
PRIVILEGES
ON
`{db}`
.
*
TO
'{user}'
@
'%'
;
admin
,
database
,
mysql
,
sql