{"id":2407,"date":"2019-06-28T14:02:17","date_gmt":"2019-06-28T14:02:17","guid":{"rendered":"https:\/\/prwatech.in\/blog\/?p=2407"},"modified":"2024-03-29T08:15:58","modified_gmt":"2024-03-29T08:15:58","slug":"import-data-from-mysql-db-to-an-amazon-db","status":"publish","type":"post","link":"https:\/\/prwatech.in\/blog\/aws\/amazon-relational-database-service-rds\/import-data-from-mysql-db-to-an-amazon-db\/","title":{"rendered":"Import Data from a MySQL DB to an Amazon RDS MySQL DB Instance"},"content":{"rendered":"<h1><span style=\"color: #ff6600;\">Steps to Import Data from a MySQL DB to an Amazon RDS MySQL DB Instance<\/span><\/h1>\n<p>&nbsp;<\/p>\n<p>Import Data from a MySQL DB to an Amazon RDS MySQL DB Instance, in this Tutorial one, you can learn About Import Data from a MySQL DB to an Amazon RDS MySQL DB Instance. Are you the one who is looking for the <a href=\"https:\/\/www.youtube.com\/channel\/UCwAaWqnH2MqikDMpb1jBspw\">best platform<\/a> which provides information about Import Data from a MySQL DB to an Amazon RDS MySQL DB Instance? Or the one who is looking forward to taking the advanced Certification Course from India\u2019s Leading <a href=\"https:\/\/prwatech.in\/aws-training-institute-in-pune\/\">AWS Training institute<\/a>? Then you\u2019ve landed on the Right Path.<\/p>\n<p>The Below mentioned Tutorial will help to Understand the detailed information about Import Data from a MySQL DB to an Amazon RDS MySQL DB Instance, so Just Follow All the Tutorials of India\u2019s Leading <a href=\"https:\/\/prwatech.in\/aws-training-institute-in-pune\/\">Best AWS Training institute<\/a> and Be a Pro AWS Developer.<\/p>\n<p><span style=\"color: #000000;\"><strong>\u2666\u00a0<\/strong>You can also import data from an existing MySQL database to an Amazon RDS MySQL DB instance.<\/span><\/p>\n<p><span style=\"color: #000000;\">You can copy the database with\u00a0mysqldump\u00a0and piping it directly into the Amazon RDS MySQL DB instance.<\/span><\/p>\n<p><span style=\"color: #000000;\"><strong>\u2666\u00a0<\/strong>The mysqldump\u00a0command-line utility is inbuilt in MySql commonly used to make backups and transfer data from one MySQL server to another. It is included with MySQL client software.<\/span><\/p>\n<p><strong><span style=\"color: #000000;\">The following example copies the\u00a0database name world sample from the local host to an Amazon RDS MySQL DB instance.<\/span><\/strong><\/p>\n<h3><span style=\"color: #0000ff;\">For Linux, OS X, or Unix<\/span><\/h3>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-2440\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/06\/import1.png\" alt=\"Import Data from a MySQL DB to an Amazon RDS MySQL DB Instance\" width=\"850\" height=\"235\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/06\/import1.png 593w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/06\/import1-300x83.png 300w\" sizes=\"auto, (max-width: 850px) 100vw, 850px\" \/><\/p>\n<h3><span style=\"color: #0000ff;\">\u00a0Windows<\/span><\/h3>\n<p><span style=\"color: #000000;\">The following command needs to be run in a command prompt that has been opened by right-clicking\u00a0<strong>Command Promp<\/strong>t\u00a0on the Windows programs menu and choosing\u00a0<strong>Run as administrator:<\/strong><\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-2441\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/06\/end.png\" alt=\"Import Data from a MySQL DB to an Amazon RDS MySQL DB Instance\" width=\"850\" height=\"369\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/06\/end.png 647w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/06\/end-300x130.png 300w\" sizes=\"auto, (max-width: 850px) 100vw, 850px\" \/><strong>By running above command you can see the database successfully imported:<\/strong><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-2442\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/06\/admin.png\" alt=\"Import Data from a MySQL DB to an Amazon RDS MySQL DB Instance\" width=\"850\" height=\"916\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/06\/admin.png 659w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/06\/admin-278x300.png 278w\" sizes=\"auto, (max-width: 850px) 100vw, 850px\" \/><\/p>\n<h3><span style=\"color: #0000ff;\">Important<\/span><\/h3>\n<p><strong>\u2666<span style=\"color: #000000;\">\u00a0Use localuser<\/span><\/strong><span style=\"color: #000000;\"> = your MySQL username<\/span><\/p>\n<p><span style=\"color: #000000;\"><strong>database_name<\/strong> = database name which you have to import to AWS RDS<\/span><\/p>\n<p><span style=\"color: #000000;\"><strong>\u00a0localpassword<\/strong> = your MySQL password<\/span><\/p>\n<p><span style=\"color: #000000;\"><strong>rdsuser<\/strong> = your aws master username you set at the time of configuration<\/span><\/p>\n<p><span style=\"color: #000000;\"><strong>\u2666 host<\/strong> = Endpoint<\/span><\/p>\n<p><span style=\"color: #000000;\"><strong>rdspassword<\/strong> = aws master password as you set<\/span><\/p>\n<p><span style=\"color: #000000;\"><strong>\u2666\u00a0<\/strong>Make sure not to leave a space between the\u00a0-poption and the entered password.<\/span><\/p>\n<p><span style=\"color: #000000;\"><strong>Add<\/strong> <strong>a rule<\/strong> for the<strong> inbound TCP port<\/strong> in the security group used by your database instance to communicate with your client workstation.<\/span><\/p>\n<p><span style=\"color: #000000;\"><strong>\u2666\u00a0<\/strong>From the DB Instance details page in the RDS console, select the instance, click on the detail tab then click on the Security Group link for the DB Instance.<\/span><\/p>\n<p><span style=\"color: #000000;\">You should be taken to the Security Group section on the EC2 dashboard. Select the Security Group in the list and at the bottom of the page, select the inbound tab.<\/span><\/p>\n<p><span style=\"color: #000000;\"><strong>\u2666\u00a0<\/strong>Click Edit and a popup will appear. Click Add Rule and select <strong>MySQL\/Aurora<\/strong> for the Type. For the source, you should be able to select <strong>&#8220;My IP&#8221;<\/strong> and the IP address of your client workstation should be populated. After you apply this, you should be able to connect.<\/span><\/p>\n<h3><span style=\"color: #ff6600;\">Steps to Export Data from a MySQL DB Instance by Using Replication<\/span><\/h3>\n<p><strong>Exporting database from Amazon RDS MySQL DB Instance to your MySQL DB is as easy as import by using below commands: <\/strong><\/p>\n<p><span style=\"color: #000000;\">You can use replication to export the database from a MySQL 5.6 or later DB instance to a MySQL instance running external to Amazon RDS.\u00a0<\/span><\/p>\n<p><span style=\"color: #000000;\">The following list shows the steps to take:<\/span><\/p>\n<ol>\n<li><span style=\"color: #000000;\">Make ready with an instance of MySQL in which you want to import running external to Amazon RDS.<\/span><\/li>\n<li><span style=\"color: #000000;\">Configure the MySQL Database instance to be the replication source.<\/span><\/li>\n<li><span style=\"color: #000000;\">Use <strong>mysqldump<\/strong> utility to transfer the database from the Amazon RDS instance to the instance external to Amazon RDS.<\/span><\/li>\n<li><span style=\"color: #000000;\">Start replication to the MySQL instance running external to Amazon RDS.<\/span><\/li>\n<li><span style=\"color: #000000;\">After the export completes, stop replication.<\/span><\/li>\n<\/ol>\n<p><strong>Run the MySQL SHOW SLAVE STATUS statement on the Amazon RDS read replica, and note the values for the following:<\/strong><\/p>\n<p><strong>\u2666<span style=\"color: #000000;\">\u00a0<\/span><\/strong><span style=\"color: #000000;\">master_host<\/span><\/p>\n<p><span style=\"color: #000000;\"><strong>\u00a0<\/strong>master_port<\/span><\/p>\n<p><span style=\"color: #000000;\"><strong>\u2666\u00a0<\/strong>master_log_file<\/span><\/p>\n<p><span style=\"color: #000000;\"><strong>\u00a0<\/strong>exec_master_log_pos<\/span><\/p>\n<p><span style=\"color: #000000;\"><strong>mysqldump<\/strong> utility is used to create a snapshot, which copies the data from Amazon RDS to your local client computer. Then run another utility to load the data into the <\/span><strong><span style=\"color: #000000;\">MySQL instance running external to RDS.\u00a0<\/span> <\/strong><\/p>\n<p><span style=\"color: #000000;\">The following example shows you how to run <strong>mysqldump<\/strong> on a client, and then pipe the dump into the MySQL client utility, which loads the data into the external MySQL instance from Amazon RDS.<\/span><\/p>\n<h3><span style=\"color: #0000ff;\">For Linux, OS X, or UNIX<\/span><\/h3>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-2443\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/06\/export.png\" alt=\"\" width=\"850\" height=\"673\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/06\/export.png 302w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/06\/export-300x237.png 300w\" sizes=\"auto, (max-width: 850px) 100vw, 850px\" \/><\/p>\n<h3><span style=\"color: #0000ff;\">Windows<\/span><\/h3>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-2444\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/06\/winexp.png\" alt=\"Import Data from a MySQL DB to an Amazon RDS MySQL DB Instance\" width=\"850\" height=\"694\" \/><\/p>\n<p><span style=\"color: #000000;\">The following example shows how to run <strong>mysqldump<\/strong> on a client and write the dump to a file:<\/span><\/p>\n<h3><span style=\"color: #0000ff;\">For Linux, OS X, or UNIX<\/span><\/h3>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-2445\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/06\/expo1.png\" alt=\"\" width=\"850\" height=\"290\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/06\/expo1.png 443w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/06\/expo1-300x102.png 300w\" sizes=\"auto, (max-width: 850px) 100vw, 850px\" \/><\/p>\n<h3><span style=\"color: #0000ff;\">Windows<\/span><\/h3>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-2446\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/06\/expo2.png\" alt=\"\" width=\"850\" height=\"296\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/06\/expo2.png 440w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/06\/expo2-300x104.png 300w\" sizes=\"auto, (max-width: 850px) 100vw, 850px\" \/><\/p>\n<h3><span style=\"color: #ff6600;\">Amazon RDS MySQL DB Instance Backup Restore Details<\/span><\/h3>\n<p><span style=\"color: #000000;\">Amazon RDS supports to import the MySQL databases by using backup files. You can take a backup of your on-premises database, store it on Amazon S3, and then restore the backup file onto a new Amazon RDS running MySQL DB instance.<\/span><\/p>\n<p><span style=\"color: #000000;\">You can find the supported scenario in the following diagram.<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-2447\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/06\/rds-backup.png\" alt=\"\" width=\"850\" height=\"580\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/06\/rds-backup.png 412w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/06\/rds-backup-300x205.png 300w\" sizes=\"auto, (max-width: 850px) 100vw, 850px\" \/><\/p>\n<p><span style=\"color: #000000;\">Importing backup files from Amazon Simple Storage Service (S3) is support for MySQL version 5.6 and 5.7. Importing backup files from Amazon Simple Storage Service (S3) is available in all AWS Regions.<\/span><\/p>\n<h5 style=\"text-align: center;\"><strong><span style=\"color: #0000ff;\"># Last but not least, always asks for help!<\/span><\/strong><\/h5>\n","protected":false},"excerpt":{"rendered":"<p>Steps to Import Data from a MySQL DB to an Amazon RDS MySQL DB Instance &nbsp; Import Data from a MySQL DB to an Amazon RDS MySQL DB Instance, in this Tutorial one, you can learn About Import Data from a MySQL DB to an Amazon RDS MySQL DB Instance. Are you the one who [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1653,31],"tags":[383],"class_list":["post-2407","post","type-post","status-publish","format-standard","hentry","category-amazon-relational-database-service-rds","category-aws","tag-import-data-from-a-mysql-db-to-an-amazon-rds-mysql-db-instance"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Import Data from MySQL DB to an Amazon RDS MySQL DB<\/title>\n<meta name=\"description\" content=\"You can also Learn how to import data from an existing MySQL database to an Amazon RDS MySQL DB instance on Prwatech Official Blog Section\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Import Data from MySQL DB to an Amazon RDS MySQL DB\" \/>\n<meta property=\"og:description\" content=\"You can also Learn how to import data from an existing MySQL database to an Amazon RDS MySQL DB instance on Prwatech Official Blog Section\" \/>\n<meta property=\"og:url\" content=\"https:\/\/prwatech.in\/blog\/aws\/amazon-relational-database-service-rds\/import-data-from-mysql-db-to-an-amazon-db\/\" \/>\n<meta property=\"og:site_name\" content=\"Prwatech\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prwatech.in\/\" \/>\n<meta property=\"article:published_time\" content=\"2019-06-28T14:02:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-29T08:15:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/06\/import1.png\" \/>\n<meta name=\"author\" content=\"Prwatech\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Eduprwatech\" \/>\n<meta name=\"twitter:site\" content=\"@Eduprwatech\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Prwatech\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/prwatech.in\/blog\/aws\/amazon-relational-database-service-rds\/import-data-from-mysql-db-to-an-amazon-db\/\",\"url\":\"https:\/\/prwatech.in\/blog\/aws\/amazon-relational-database-service-rds\/import-data-from-mysql-db-to-an-amazon-db\/\",\"name\":\"How to Import Data from MySQL DB to an Amazon RDS MySQL DB\",\"isPartOf\":{\"@id\":\"https:\/\/prwatech.in\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/prwatech.in\/blog\/aws\/amazon-relational-database-service-rds\/import-data-from-mysql-db-to-an-amazon-db\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/prwatech.in\/blog\/aws\/amazon-relational-database-service-rds\/import-data-from-mysql-db-to-an-amazon-db\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/06\/import1.png\",\"datePublished\":\"2019-06-28T14:02:17+00:00\",\"dateModified\":\"2024-03-29T08:15:58+00:00\",\"author\":{\"@id\":\"https:\/\/prwatech.in\/blog\/#\/schema\/person\/db90baff7744090b2288bbc98fea87f3\"},\"description\":\"You can also Learn how to import data from an existing MySQL database to an Amazon RDS MySQL DB instance on Prwatech Official Blog Section\",\"breadcrumb\":{\"@id\":\"https:\/\/prwatech.in\/blog\/aws\/amazon-relational-database-service-rds\/import-data-from-mysql-db-to-an-amazon-db\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/prwatech.in\/blog\/aws\/amazon-relational-database-service-rds\/import-data-from-mysql-db-to-an-amazon-db\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/prwatech.in\/blog\/aws\/amazon-relational-database-service-rds\/import-data-from-mysql-db-to-an-amazon-db\/#primaryimage\",\"url\":\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/06\/import1.png\",\"contentUrl\":\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/06\/import1.png\",\"width\":593,\"height\":164},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/prwatech.in\/blog\/aws\/amazon-relational-database-service-rds\/import-data-from-mysql-db-to-an-amazon-db\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/prwatech.in\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Import Data from a MySQL DB to an Amazon RDS MySQL DB Instance\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/prwatech.in\/blog\/#website\",\"url\":\"https:\/\/prwatech.in\/blog\/\",\"name\":\"Prwatech\",\"description\":\"Share Ideas, Start Something Good.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/prwatech.in\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/prwatech.in\/blog\/#\/schema\/person\/db90baff7744090b2288bbc98fea87f3\",\"name\":\"Prwatech\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/prwatech.in\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c00bafc1b04045f31eda917de39891456c44fa47c092b9bb6be0f860a3a30a2f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c00bafc1b04045f31eda917de39891456c44fa47c092b9bb6be0f860a3a30a2f?s=96&d=mm&r=g\",\"caption\":\"Prwatech\"},\"url\":\"https:\/\/prwatech.in\/blog\/author\/prwatech123\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Import Data from MySQL DB to an Amazon RDS MySQL DB","description":"You can also Learn how to import data from an existing MySQL database to an Amazon RDS MySQL DB instance on Prwatech Official Blog Section","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"How to Import Data from MySQL DB to an Amazon RDS MySQL DB","og_description":"You can also Learn how to import data from an existing MySQL database to an Amazon RDS MySQL DB instance on Prwatech Official Blog Section","og_url":"https:\/\/prwatech.in\/blog\/aws\/amazon-relational-database-service-rds\/import-data-from-mysql-db-to-an-amazon-db\/","og_site_name":"Prwatech","article_publisher":"https:\/\/www.facebook.com\/prwatech.in\/","article_published_time":"2019-06-28T14:02:17+00:00","article_modified_time":"2024-03-29T08:15:58+00:00","og_image":[{"url":"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/06\/import1.png","type":"","width":"","height":""}],"author":"Prwatech","twitter_card":"summary_large_image","twitter_creator":"@Eduprwatech","twitter_site":"@Eduprwatech","twitter_misc":{"Written by":"Prwatech","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/prwatech.in\/blog\/aws\/amazon-relational-database-service-rds\/import-data-from-mysql-db-to-an-amazon-db\/","url":"https:\/\/prwatech.in\/blog\/aws\/amazon-relational-database-service-rds\/import-data-from-mysql-db-to-an-amazon-db\/","name":"How to Import Data from MySQL DB to an Amazon RDS MySQL DB","isPartOf":{"@id":"https:\/\/prwatech.in\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/prwatech.in\/blog\/aws\/amazon-relational-database-service-rds\/import-data-from-mysql-db-to-an-amazon-db\/#primaryimage"},"image":{"@id":"https:\/\/prwatech.in\/blog\/aws\/amazon-relational-database-service-rds\/import-data-from-mysql-db-to-an-amazon-db\/#primaryimage"},"thumbnailUrl":"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/06\/import1.png","datePublished":"2019-06-28T14:02:17+00:00","dateModified":"2024-03-29T08:15:58+00:00","author":{"@id":"https:\/\/prwatech.in\/blog\/#\/schema\/person\/db90baff7744090b2288bbc98fea87f3"},"description":"You can also Learn how to import data from an existing MySQL database to an Amazon RDS MySQL DB instance on Prwatech Official Blog Section","breadcrumb":{"@id":"https:\/\/prwatech.in\/blog\/aws\/amazon-relational-database-service-rds\/import-data-from-mysql-db-to-an-amazon-db\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/prwatech.in\/blog\/aws\/amazon-relational-database-service-rds\/import-data-from-mysql-db-to-an-amazon-db\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/prwatech.in\/blog\/aws\/amazon-relational-database-service-rds\/import-data-from-mysql-db-to-an-amazon-db\/#primaryimage","url":"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/06\/import1.png","contentUrl":"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/06\/import1.png","width":593,"height":164},{"@type":"BreadcrumbList","@id":"https:\/\/prwatech.in\/blog\/aws\/amazon-relational-database-service-rds\/import-data-from-mysql-db-to-an-amazon-db\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/prwatech.in\/blog\/"},{"@type":"ListItem","position":2,"name":"Import Data from a MySQL DB to an Amazon RDS MySQL DB Instance"}]},{"@type":"WebSite","@id":"https:\/\/prwatech.in\/blog\/#website","url":"https:\/\/prwatech.in\/blog\/","name":"Prwatech","description":"Share Ideas, Start Something Good.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/prwatech.in\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/prwatech.in\/blog\/#\/schema\/person\/db90baff7744090b2288bbc98fea87f3","name":"Prwatech","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/prwatech.in\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/c00bafc1b04045f31eda917de39891456c44fa47c092b9bb6be0f860a3a30a2f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c00bafc1b04045f31eda917de39891456c44fa47c092b9bb6be0f860a3a30a2f?s=96&d=mm&r=g","caption":"Prwatech"},"url":"https:\/\/prwatech.in\/blog\/author\/prwatech123\/"}]}},"_links":{"self":[{"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/posts\/2407","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/comments?post=2407"}],"version-history":[{"count":15,"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/posts\/2407\/revisions"}],"predecessor-version":[{"id":11183,"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/posts\/2407\/revisions\/11183"}],"wp:attachment":[{"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/media?parent=2407"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/categories?post=2407"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/tags?post=2407"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}