-
ldb File
As soon as I access my website remotlely there is another file created itself as same name as my database file but ldb extension, I know it is lock file access makes itself but the problem is it stays there forever and i can't even delete it
can someone tell me why this is doing this and how to avoid this
-
Re: ldb File
Make sure you are closing all instances of your database connections in your code. Usually if that file stays there for long periods of time, you haven't closed a connection somewhere.
-
Re: ldb File
I double checked my code and i m closing all the connections and yeah it stayed there for long
-
Re: ldb File