I have a big problem.
I have a clustered system with 2 frontends ,2 backends.
when i upload a file with php, i must put it in a shared directory (mapped drive) and this works correctly, but when i make a call like this:
c:\mysql\bin\mysqldump.exe -ulogin -ppassword -f -v > d:\temp\dumpfile_mapes.dump it doesn't works.
d: is the mapped drive. If I do this with console into one of the frontends, works correctly, but php can't do it. the d:\temp directory has a full control permissions and c:\mysql\bin* too.
what can i do?
Thanks and sorry because my english is no good. 🙁