Is there a way to find all postgresql and mysql databases on my system? (Perhaps using the find command).
Take the 2-minute tour
×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
If the database servers are running, ask them:
Just searching the filesystem for relational databases is not a trivial task. |
|||||||||
|
On my system, the files for postgresql 8.4 are installed in:
where /etc contains a symbolic link to /var/lib. You need sudo permissions to watch these directories. |
|||
|