Posted by Marcos on 10/10/54 11:19
I have one perl script to execute the VACUUM ANALYZE in my database
Postgresql, and I need call this script from my php script, I try this:
exec("perl /path/to/vacuum.pl");
But the script it is not been executed.
Any Idea?
--
Thanks,
Marcos José Setim
________________________________________
Usando o M2 do Opera: http://www.opera.com/m2/
[Back to original message]
|