I’ve created a PostgreSQL db and created a new table inside.
When I connect with my user+password I can’t access data stored on those tables (using DBeaver in this case). After some time searching, I found that on Webmin > Server > PostygreSQL DB Server > Granted Privileges the user created for that domain has no permissions to CREATE, SELECT… anything.
If I give permisions to my user on that page I can read data and everything… this permisions should not be added by default?? What’s the point of creating a database user if thisone will have no access to the database?