Jump to content

Recommended Posts

Posted

Hello everybody,

 

a while ago I asked for a remote access for my Postgres database...

 

https://www.helionet.org/index/topic/37628-solved-remote-access-for-postgresql/

This works great. But now I created another database, hopefully the last one for the near future, and I need remote access for that one as well...

 

database: burnie_gems_of_war

 

users that needs remote access: "burnie", "burnie_guest" and "burnie_user"

 

Thanks a lot!

 

Posted

Thanks a lot! Everything works like expected :)

 

But I have another question. What is the best way to get access to the logfiles of the database? I want to insert a bunch of data next using SQL files and I want to log this all. I noticed that the logfiles of the database are stored in a directory that I can't access.

Posted

You'll need to log your sql queries on your own. The reason you can't access the logs is because they may contain sensitive information of other users.

Guest
This topic is now closed to further replies.
×
×
  • Create New...