Posts by Marcus Vinícius Campos • 28 points
2 posts
-
1
votes1
answer674
viewsA: Create user with access to Mysql Database views only
Hello, I believe that if you use the following structure, you grant permissions only to the desired view GRANT priv [(colunas)] [, priv [(colunas)]] ... ON {*.* | db.* | db.sua_view} TO usuario…
mysqlanswered Marcus Vinícius Campos 28 -
0
votes1
answer296
viewsQ: Docker - Redirect DNS to another DNS
Hello, I am migrating a very old system made in PHP 5.2, but it does not have 1 file for database configuration, so all connections to the database and done locally in all files, which would be…