Present :Arezoo Mollahasani. Step 1  Define your server connection Open MySQL WorkBench and click New Server Instance on the right of the window.

Slides:



Advertisements
Similar presentations
Microsoft Office 2007 Web Feature Sharing Access Data.
Advertisements

Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
CC SQL Utilities.
Internal staff release only X-Touch V 3.63 Installation Guide for Emis LV & PCS Jayex Technology Limited March 2010.
Once download completes, click “Open Folder” Uncheck the box “Close this dialog box when download completes” Save the file in a location easy to find.
DNR-322L & DNR-326.
DSL-2870B How to Change ADSL Username and Password in your modem router How to Change Wireless Channel in your modem router How to Open Ports in your modem.
Unauthorized Reproduction Prohibited SkyPoint Alarm Integration Add-On Using OnGuard Alarms to create events in SkyPoint Also called ‘SkyPoint V0’ CR4400.
Dreamweaver Basics In this section you will learn how to:
XP New Perspectives on Microsoft Office Excel 2003, Second Edition- Tutorial 11 1 Microsoft Office Excel 2003 Tutorial 11 – Importing Data Into Excel.
DVG-N5402SP.
DHP-306AV & DHP-W306AV. Agenda: How to change Encryption on a DHP-306AV How to change the Device Password on a DHP-306AV What will happen if the Device.
Installing a New Windows Server 2008 Domain Controller in a New Windows Server 2008 R2.
Created By: Jeremy Callan Descore Inc ext. 5405
1 Client/Server Database Tutorial. SQL Server Connection through MS Access FACBUSAD1 SQL server MS Access MGD B106 Computer or your own PC Remote SQL.
This example is a step by step walkthrough for installing the SRH Front Desk Printer in Windows 8.
Windows Tutorial 9 Maintaining Hardware and Software
Mozilla Thunderbird Roderick Bautista Cheryl Knott Gyeong Lee Lee Raynes Kelly Santos.
1 of 5 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
Tutorial 8 Managing and Securing a Database. Objectives Filter data in a table and a form Save a filter as a query and apply the saved query as a filter.
Working with Drivers and Printers Lesson 6. Skills Matrix Technology SkillObjective DomainObjective # Understanding Drivers and Devices Install and configure.
1 ISA Server 2004 Installation & Configuration Overview By Nicholas Quinn.
Module 13: Configuring Availability of Network Resources and Content.
Session 5: Working with MySQL iNET Academy Open Source Web Development.
Microsoft Internet Security and Acceleration (ISA) Server 2004 is an advanced packet checking and application-layer firewall, virtual private network.
COMPREHENSIVE Windows Tutorial 9 Maintaining Hardware and Software.
When you start Photo Story the title screen gives you three options. The following slides will illustrate the directions when “Begin a new story” has been.
Creating a Web Site to Gather Data and Conduct Research.
Once you have contacted me to set up a new account, your computer needs to be configured to dial into.DevlinEx and use our servers for things like .
Chapter 6 Generating Form Letters, Mailing Labels, and a Directory
Installing and Using Active Directory Written by Marc Zacharko.
Office of Education Technology (OET) Active Directory Bulk Import Saturday March 11, 2006 /8:30 – 10:30 AM.
How to configure DNS for a Windows 2000 domain? 1.Start the Install/Remove Programs Control Panel Applet (Start - Settings - Control Panel - Add/Remove.
A Brief Documentation.  Provides basic information about connection, server, and client.
Creating a backup file Downloading a backup file Uploading a backup file Resetting or restoring your course from a backup file.
DATABASE TOOLS CS 260 Database Systems. Overview  Database accounts  Oracle SQL Developer  MySQL Workbench.
COMPREHENSIVE Access Tutorial 12 Managing and Securing a Database.
® Microsoft Access 2010 Tutorial 12 Managing and Securing a Database.
Connecting to the eTeacher FTP on Windows 7/Vista eTeacherGroup 2010.
Choose a folder on the remote machine. For e.g. if there is a machine named comp1 in your network, please choose a folder in that machine which you will.
All GPS ch 8 Edited 06/14/05 1 Exporting GPS Data Once you have finished correcting your data, you can export it using Pathfinder Office into a form that.
How to use WS_FTP A Step by Step Guide to File Transfer.
(Winter 2016) Instructor: Craig Duckett Lecture 09: Thursday, February 4 th MySQL Workbench, TEAM WORK TIME 1.
CPS-Student Response System Dottie Betts ITRT June 2009.
EXPORT CONTACTS FORM OUTLOOK. First open outlook and then click File.
Connecting to the eTeacher FTP on Win XP eTeacherGroup 2010.
This is the software we will use to load our html page up to the server. You can download a copy for home if you want to.
Education And Training CTC IT DIVISION PivotLink User Training April 2010.
Software-Projekt 2008 Seminarvortrag“Short tutorial of MySql“ Wei Chen Verena Honsel.
Setting up a remote office connection September 2011 Nick Maxwell.
Basic Web Design UVICELL Week 4 Templates and site management Week 4 Templates and site management.
Data Virtualization Demoette… ODBC Clients
Creating Data Base & Sql Data Source
Tutorial 8 Managing and Securing a Database
2 At the top of the zone in which you want to add the Web Part, click Add a Web Part. In the Add Web Parts to [zone] dialog box, select the check box of.
2 At the top of the zone in which you want to add the Web Part, click Add a Web Part. In the Add Web Parts to [zone] dialog box, select the check box of.
Uploading Files to the Remote Server Using Win_SCP Portable
Database application MySQL Database and PhpMyAdmin
T_C_N_L_G_ E D I D I E O Y O H I E B J I R E A A W.
Technical Guidance to Access Yahoo! Mail in Outlook.com If you want to access your Yahoo! Mail account with Outlook.com, then you can do it with the simple.
Aqua Data Studio.
Exploring Microsoft® Access® 2016 Series Editor Mary Anne Poatsy
Learning about Taxes with Intuit ProFile
SEEM4570 Tutorial 07: Filezilla and PHP
Access Tutorial 8 Sharing, Integrating, and Analyzing Data
Administering Your Network
Learning about Taxes with Intuit ProFile
Windows Tutorial 9 Maintaining Hardware and Software
Creating Data Base & Sql Data Source
Tutorial 8 Sharing, Integrating, and Analyzing Data
Presentation transcript:

Present :Arezoo Mollahasani

Step 1  Define your server connection Open MySQL WorkBench and click New Server Instance on the right of the window.

Step 2  The Create New Server Instance Profile window will appear. Select Remote Host, enter the IP address of your database server in the Address text field, and click Next.

Step 3  On this page enter the following details: Connection name: Enter a name to allow you to easily identify the database. Connection method: Ensure Standard (TCP/IP) is selected. Hostname: The IP address of the MySQL database server you have been allocated. Port: Username: The username of your database owner as chosen during your MySQL setup. Default Schema: Enter the name of your database

Step 4  Enter your database password when prompted.

Step 5  MySQL Workbench will test the connection to your database using the details you entered. When the test is complete click Next.

Step 6  Select Do not use remote management and click Next.

Step 7 Enter a name in the Server Instance Name field to help you easily identify this database, and click Finish. You have successfully set up a server instance, which you can use to administer the server, and a connection which stores the database connection details.

 Backup your database MySQL Workbench can export a backup of your database to a file on your local computer. This is also sometimes referred to as a data dump. Step 1 Click Manage Import / Export under Server Administration on the right of the Workbench window. If you can't see this option, make sure the Home tab is selected.

Step 2  Select your database and click OK

Step 3  Enter your database password if prompted. Step4  Select the Export to Disk tab.

Step 5  In the Select Database Objects to Export section, select your database by checking the relevant box in the Export column.

Step 6  Select the tables you wish to export. Click Select All Tables if you would like to export the contents of your entire database.

Step 7  Choose where you would like to save your database backup. There are two options available: Export to Dump Project Folder: MySQL Workbench will create a separate backup file for each table in your database, which will make it possible to store selected tables in the future without the need to restore the entire database. Export to Self-Contained File: All selected tables will be exported to one single SQL file. Select a location to save your backup.

Step 8  Click Start Export and enter the database password if prompted.

Restore your database from a previous backup Step 1 Click Manage Import / Export under Server Administration on the right of the Workbench window. If you cannot see this option, make sure the Home tab is selected.

Step 2  Select your database and click OK.

Step 3  Enter your database password if prompted.

Step 4  Select the Import from Disk tab.

Step 5  When you created the backup you were presented with the option to export your database tables to a folder or a single self-contained file. This step will differ depending on which option you chose. Import from Dump Project Folder Select Import from Dump Project Folder and enter the location in the Folder Path text field. Click Load Folder Contents.

 Select which tables from the backup you would like to restore.  import from Self-Contained File Select Import from Self-Contained File and enter the location in the File Path text field.

Step 6 Click Start Import and enter the database password if prompted. This process may take several minutes depending on the size of your database backup. Date Created 27/07/ AM Date Updated 17/04/ AM

Step1 back up workbench6  Click Data Export under the Server tab.

step2  In the left pane, select your database by ticking the checkbox next to it.

step3  From the right hand pane, select the tables that you want to include in your export.

step4  Choose where you would like to save your database backup. There are two options available: Export to Dump Project Folder: MySQL Workbench will create a separate backup file for each table in your database, which will make it possible to store selected tables in the future without the need to restore the entire database. Export to Self-Contained File: All selected tables will be exported to one single SQL file.

step5  Click Start Export and enter the database password if prompted.

Restore your database from a previous backup Step 1  Select the database you want to import data in to.

Step 2  Click Data Import under the Server tab.

step3  Enter your database password if prompted.

step4  When you created the backup you were presented with the option to export your database tables to a folder or a single self-contained file. This step will differ depending on which option you chose.

step5  Import from Dump Project Folder Select Import from Dump Project Folder and enter the location in the Folder Path text field. Click Load Folder Contents.

 Select which tables from the backup you would like to restore.

 Import from Self-Contained File  Select Import from Self-Cntained File and enter the location in the File Path text field.

step6  Click Start Import and enter the database password if prompted. This process may take several minutes depending on the size of your database backup. Date Created 31/10/ PM  Date Updated 25/03/ AM

The end