Linux / UNIX Tech Support Forum
This is a discussion on Exact 'how to' for installing phpMyBackupPro within the Databases servers forums, part of the Mastering Servers category; Hi Admin, I am submitting this short 'how to' article about installing phpMyBackupPro in centos 5.3. If this is posted ...
|
|||||||
| Databases servers Discussions of databases of all types - especially MySQL. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi Admin,
I am submitting this short 'how to' article about installing phpMyBackupPro in centos 5.3. If this is posted in a wrong location, please correct me. Backing up and restoring mysql database from command line is easy. But in certain instants, eg shared server envirnment it will be nice if we have a web based interface to this. phpMyBackupPro is a web based utility to manage mysql backup. 1. Go to /tmp dir Code:
cd /tmp/ 3. Unzip the downloaded zip file Code:
unzip phpMyBackupPro.v.2.1.zip Code:
mv phpMyBackupPro /usr/share/phpmybackup Code:
cd /etc/httpd/conf/ Code:
vi phpmybackup.conf Code:
<IfModule mod_alias.c> Alias /mybackup /usr/share/phpmybackup </IfModule> <Directory /usr/share/phpmybackup> Options None Order allow,deny allow from all </Directory> Save and exit from this file 7. In clude this file in your mail http.conf file Code:
vi /etc/httpd/conf/httpd.conf Code:
Include /etc/httpd/conf/phpmybackup.conf 8. Restart httpd service. Code:
/etc/init.d/httpd restart Code:
cd /usr/share/ chown -R root:apache phpmybackup cd /usr/share/phpmybackup/ chmod g+w global_conf.php chmod -R g+w export Code:
http://your.domain.com/mybackup Code:
http://server.ip.addd.ress/mybackup Hope the next steps are very easy to handle. Any corrections are welcome. Last edited by nixcraft; 06-06-2009 at 07:14 PM. Reason: [code] tags added. |
| Sponsored Links | ||
|
|
|
||||
|
Thanks for posting this. I've edited a bit to add [code] tag so it is more readable.
__________________
Vivek Gite Linux Evangelist |
![]() |
| Tags |
| backup , linux , mysql , mysql backup , phpmybackuppro |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Installing RPM's Manually | udhay | CentOS / RHEL / Fedora | 3 | 28-05-2009 04:10 AM |
| Command to find out exact hardware in the server | vaibhav.kanchan | Linux hardware | 3 | 15-05-2009 04:10 PM |
| Installing PHP scripts | mrallan | Getting started tutorials | 3 | 19-06-2008 11:53 PM |
| Installing LanCard | SwiftSoft | Linux hardware | 0 | 06-04-2007 09:57 PM |
| Installing on RAID | cttw | Linux software | 3 | 26-10-2006 03:55 AM |