packetstormer has asked for the wisdom of the Perl Monks concerning the following question:
I am trying to figure out a way to preform a mysqldump command via a webpage. Does anyone know of any modules that might help?
At the moment I am running into permission problems when creating the output file as the www-data user doesn't have rights to write the file. Does anyone have a secure, trick for passing a parameter to make the www-data have the permissions? I was thinking of invoking the "su" command with a command line and password but I am unsure if this is the way to go.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: MySQLdump via Web
by moritz (Cardinal) on Aug 12, 2011 at 14:06 UTC | |
Re: MySQLdump via Web
by locked_user sundialsvc4 (Abbot) on Aug 12, 2011 at 16:18 UTC | |
by armstd (Friar) on Aug 13, 2011 at 02:52 UTC | |
by chrestomanci (Priest) on Aug 14, 2011 at 18:17 UTC | |
Re: MySQLdump via Web
by Anonymous Monk on Aug 15, 2011 at 11:36 UTC | |
by jdrago999 (Pilgrim) on Aug 15, 2011 at 17:48 UTC | |
by Gyro (Monk) on Aug 16, 2011 at 19:50 UTC |