Join
the community
Sign-up
Ask a question »

Install MyIGSR on a Web server

May 2013


Install MyIGSR on a Web server




What MyIGSR


MyIGSR is Management Interface for the backup and recovery of MySQL databases. Each table is stored individually with its contents in order to be restored individually.

For this tutorial we will be using the version 1.2 of MyIGSR.

Note that


On some web server the interface refresh itself automatically and though it is not a bug it is very restrictive when one want to capture the data connections to the MySQL server. I will give the trick to overcome this inconvenience. The new version of MyIGSR available since the 12th August 2011, correct this issue.

Installation

  • Download here
  • Unzip the zip file in your /var/www directory
  • Go to the MyIGSR-V1.2 directory and create a file named 'config_connection.php' and add the following lines in the file and save:


<?php 
//connection au server mysql 
$dserver = 'localhost'; 
$dlogin = 'root' ; 
$dpass = 'root'; 
?> 
  • Replace the $dserver $dlogin $dpass variables with your own login to your mysql server.
  • Edit the page.php file and comment lines (from 49 to 62), like this /* */.
  • Example: /* codes to a comment */
  • Start with your favorite browser at:
  • You should see the below picture:


See also

Knowledge communities.

Installer MyIGSR sur son serveur Web
Installer MyIGSR sur son serveur Web
By rescue on August 6, 2011
Instalar MyIGSR em seu servidor Web
Instalar MyIGSR em seu servidor Web
By ninha25 on August 9, 2011
Original article published by rescue. Translated by jak58.
This document entitled « Install MyIGSR on a Web server » from Kioskea (en.kioskea.net) is made available under the Creative Commons license. You can copy, modify copies of this page, under the conditions stipulated by the license, as this note appears clearly.
Receive our newsletter

health.kioskea.net

Redirect a user to a mobile version of a website
How to make a scrolling banner ?