Re: Find file



On 08/29/2008 09:55 AM, buters wrote:
Hi all,

I'm trying to find a file in my system with "sudo find / -name file", but I
can not. This is location of a database. With my database client I can
access this database. How can I find, where it is located? I need it to db
restart.

Thanks beforehand,
best regards, buters.

What database software are you using? Mysql and Postgresql store their
databases in formats that don't reveal the database names in their file
names. Both Mysql and Postgresql will probably store their database
files somewhere under /var, but you'll either need the respective DB
clients or custom scripts if you need to fix databases themselves.

Why do you need to find the files containing your database?



--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



Relevant Pages

  • Re: Handling exceptions
    ... The only bad thing about the exception is that you get the ... And even if the database server did go down under test, ... If the database server si down, then the database client will ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: How can i protect text format ?
    ... And then i save to this database ... How do you extract the data from the textarea? ... Are you sure that the "\n" characters are missing when you extract ... does your database client show "\n" characters? ...
    (comp.lang.python)
  • Re: WM_QUERYENDSESSION
    ... Grega ... >> before database client, so I can save some things and prepare my ... If you have control over the source of this "database ...
    (borland.public.delphi.nativeapi)
  • dlsym cant use handle returned by dlopen?
    ... into applications. ... The libdbi library uses dlopento load database ... drivers which in turn are linked against database client ... Now I want to access functions defined in the database ...
    (freebsd-questions)
  • Re: Find file
    ... This is a restart usage for pg_ctl, if a db should be restarted. ... This is location of a database. ... Mysql and Postgresql store their ... Both Mysql and Postgresql will probably store their database ...
    (Ubuntu)