All Questions
Tagged with postgresqlmysql
5 questions
0votes
1answer
110views
Restore mysql db from AWS AMI?
We have one EC2 instance running our mysql database server. due to a security incident we had to delete the current EC2 instance as database was completely messed up with some sort of encryption. So ...
1vote
1answer
115views
Why is mysql server accepting nonlocal request, while postgresql server is not?
By default configurations, why is mysql server accepting nonlocal request, while postgresql server is not? $ nmap -p0-65535 192.168.1.97 Starting Nmap 7.60 ( https://nmap.org ) at 2019-03-20 14:34 ...
2votes
1answer
88views
How can I monitor, record and check about the ports on my LUbuntu having been scanned or connected to by other computers?
I have installed some servers on LUbuntu 18.04, such as postgresql server, mysql server, vino server, and I may have installed and run some servers without knowing it. I rarely intend them to be ...
3votes
1answer
2kviews
Is it possible to import vmail folder from old iRedMail to new iRedMail installation?
Basically, what I did: Copied vmail folder to my local machine. Reinstalled my VPS. Installed iRedMail again. Created same users on the same domain. Question is - can I somehow copy over my old vmail ...
2votes
2answers
292views
Find all postgresql and mysql databases on a system
Is there a way to find all postgresql and mysql databases on my system? (Perhaps using the find command).