SlideShare a Scribd company logo
MySQL Backup
StoreGrid can be configured to backup the MySQL Database(s) available in the local machine.  StoreGrid uses the internal MySQLDump utility (mysqldump.exe) to backup MySQL Database(s) and it uses the MySQL Exe (mysql.exe) to list the database names in the files/folders tree in the "Add Backup Schedule" page.
Steps install StoreGrid in service mode with administrative privileges. configure the  MySQL settings  through "Administration->Advanced Options" and click on the  "MySQL Settings"  icon in the left hand side. Without correct values for MySQL settings, StoreGrid will not be able to list the databases to be configured for backups in "Add Backup Schedule" page. Before configuring MYSQL Settings
My SQL is now available in the tree
 
 
Restoring MySQL databases in Windows require a couple of extra steps. Please follow the instructions detailed below in sequential order. Follow the steps for a regular restore operation and restore the required database backup files.  Once restored, the required files are now in their designated locations: <Restore Path>\<Temp_Dump_Location>\<Backup_Name>\<Database_Name>\<Restore_File_Name> The restored MySQL database files end with an extension &quot;.sql&quot;.
In order to use the restored database, please follow the steps given below: Open windows command prompt  utility  Start > run > cmd  Navigate to MY SQL folder and type the following command “ mysql –u root –pvishal123 < “C:\vishalrestore\c-drive\program Files\Vembu\StoreGrid\plugin-data\mysqlserver\database\vishal\vishal.sql”
Data Restored
 

More Related Content

PPSX
06 asp.net session08
PPT
Transportation
 
DOCX
2009 Resumefor Tina A Brown
PPTX
StoreGrid : Introduction & Features
PPT
Sgoutput
PPTX
Historic Restoration
PDF
Professional Image Plans
PPT
From Birth to Graduate School
06 asp.net session08
Transportation
 
2009 Resumefor Tina A Brown
StoreGrid : Introduction & Features
Sgoutput
Historic Restoration
Professional Image Plans
From Birth to Graduate School

Viewers also liked (8)

PPT
Escenarios del deterioro
PPT
Defero
PPT
StoreGrid : Restore & Recovery
PPT
StoreGrid : Replication Server
PPT
Replication Management
PPT
Constructing Backup Server Using DATA Folder
PPT
Storegrid 2.5.1 Biz Edition
PPT
4 sg 2.5.1_installation
Escenarios del deterioro
Defero
StoreGrid : Restore & Recovery
StoreGrid : Replication Server
Replication Management
Constructing Backup Server Using DATA Folder
Storegrid 2.5.1 Biz Edition
4 sg 2.5.1_installation
Ad

Similar to StoreGrid : MYSQL Backup (10)

PPT
PDF
MySQL for Oracle DBAs
PDF
MySQL Backup and Security Best Practices
PPT
Installation of SG using Buffalo NAS
PPT
Adv Sg
PPTX
DBMS: Week 14 - Backup and Recovery in MySQL
PPT
Ehd Sg Installation&Restore
PPT
StoreGrid 2.5.1 Installation Guide
PPTX
Training
PPT
MySQL for Oracle DBAs
MySQL Backup and Security Best Practices
Installation of SG using Buffalo NAS
Adv Sg
DBMS: Week 14 - Backup and Recovery in MySQL
Ehd Sg Installation&Restore
StoreGrid 2.5.1 Installation Guide
Training
Ad

More from Revolucion (8)

PPTX
Cyber Crime
PPTX
Quick Heal Terminator.
PPTX
B3: Backup & its relevance
PPT
3 storegrid 2.5.1-biz_edition
PPTX
1 backup
PPT
Backup & Its Relevance
PPT
StoreGrid Deployment Scenarios
PPT
StoreGrid Installation
Cyber Crime
Quick Heal Terminator.
B3: Backup & its relevance
3 storegrid 2.5.1-biz_edition
1 backup
Backup & Its Relevance
StoreGrid Deployment Scenarios
StoreGrid Installation

Recently uploaded (20)

PDF
Zenith AI: Advanced Artificial Intelligence
PPTX
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
PPTX
1. Introduction to Computer Programming.pptx
PDF
A novel scalable deep ensemble learning framework for big data classification...
PDF
A comparative analysis of optical character recognition models for extracting...
PPTX
A Presentation on Touch Screen Technology
PDF
Getting Started with Data Integration: FME Form 101
PDF
1 - Historical Antecedents, Social Consideration.pdf
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PPTX
TLE Review Electricity (Electricity).pptx
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PDF
Enhancing emotion recognition model for a student engagement use case through...
PPTX
A Presentation on Artificial Intelligence
PDF
A comparative study of natural language inference in Swahili using monolingua...
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
PDF
Accuracy of neural networks in brain wave diagnosis of schizophrenia
PPTX
Chapter 5: Probability Theory and Statistics
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
Zenith AI: Advanced Artificial Intelligence
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
1. Introduction to Computer Programming.pptx
A novel scalable deep ensemble learning framework for big data classification...
A comparative analysis of optical character recognition models for extracting...
A Presentation on Touch Screen Technology
Getting Started with Data Integration: FME Form 101
1 - Historical Antecedents, Social Consideration.pdf
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
TLE Review Electricity (Electricity).pptx
gpt5_lecture_notes_comprehensive_20250812015547.pdf
Enhancing emotion recognition model for a student engagement use case through...
A Presentation on Artificial Intelligence
A comparative study of natural language inference in Swahili using monolingua...
Programs and apps: productivity, graphics, security and other tools
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
Accuracy of neural networks in brain wave diagnosis of schizophrenia
Chapter 5: Probability Theory and Statistics
Digital-Transformation-Roadmap-for-Companies.pptx
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf

StoreGrid : MYSQL Backup

  • 2. StoreGrid can be configured to backup the MySQL Database(s) available in the local machine. StoreGrid uses the internal MySQLDump utility (mysqldump.exe) to backup MySQL Database(s) and it uses the MySQL Exe (mysql.exe) to list the database names in the files/folders tree in the &quot;Add Backup Schedule&quot; page.
  • 3. Steps install StoreGrid in service mode with administrative privileges. configure the MySQL settings through &quot;Administration->Advanced Options&quot; and click on the &quot;MySQL Settings&quot; icon in the left hand side. Without correct values for MySQL settings, StoreGrid will not be able to list the databases to be configured for backups in &quot;Add Backup Schedule&quot; page. Before configuring MYSQL Settings
  • 4. My SQL is now available in the tree
  • 5.  
  • 6.  
  • 7. Restoring MySQL databases in Windows require a couple of extra steps. Please follow the instructions detailed below in sequential order. Follow the steps for a regular restore operation and restore the required database backup files. Once restored, the required files are now in their designated locations: <Restore Path>\<Temp_Dump_Location>\<Backup_Name>\<Database_Name>\<Restore_File_Name> The restored MySQL database files end with an extension &quot;.sql&quot;.
  • 8. In order to use the restored database, please follow the steps given below: Open windows command prompt utility Start > run > cmd Navigate to MY SQL folder and type the following command “ mysql –u root –pvishal123 < “C:\vishalrestore\c-drive\program Files\Vembu\StoreGrid\plugin-data\mysqlserver\database\vishal\vishal.sql”
  • 10.