{"id":6151,"date":"2021-02-03T07:11:09","date_gmt":"2021-02-03T07:11:09","guid":{"rendered":"https:\/\/prwatech.in\/blog\/?p=6151"},"modified":"2024-03-26T12:22:06","modified_gmt":"2024-03-26T12:22:06","slug":"python-mysql-connection","status":"publish","type":"post","link":"https:\/\/prwatech.in\/blog\/python\/python-introduction\/python-mysql-connection\/","title":{"rendered":"Python MySQL Connection"},"content":{"rendered":"\r\n<h2><span data-sheets-root=\"1\" data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Python MySQL Connector - Tutorial&quot;}\" data-sheets-userformat=\"{&quot;2&quot;:513,&quot;3&quot;:{&quot;1&quot;:0},&quot;12&quot;:0}\">Python MySQL Connector &#8211; Tutorial<\/span><\/h2>\r\n<p>&nbsp;<\/p>\r\n<p>Python needs <strong>a MySQL driver<\/strong> to access the MySQL <strong>database.<\/strong><\/p>\r\n\r\n\r\n\r\n<p>STEP &#8211; 1 Download <strong>MySQL connector<\/strong> from <a href=\"https:\/\/dev.mysql.com\/downloads\/connector\/python\/\">https:\/\/dev.mysql.com\/downloads\/connector\/python\/<\/a><\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"628\" height=\"178\" class=\"wp-image-6152\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image.png\" alt=\"\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image.png 628w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image-300x85.png 300w\" sizes=\"auto, (max-width: 628px) 100vw, 628px\" \/><\/figure>\r\n\r\n\r\n\r\n<p>2 After Installing the mysql connector, check whether python is working in the <strong>command prompt.<\/strong><\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"627\" height=\"170\" class=\"wp-image-6153\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image-1.png\" alt=\"\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image-1.png 627w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image-1-300x81.png 300w\" sizes=\"auto, (max-width: 627px) 100vw, 627px\" \/><\/figure>\r\n\r\n\r\n\r\n<p>STEP &#8211; 3 Import <strong>mysql,<\/strong> accordingly. If you do not see any error in the command prompt you can proceed ahead.<\/p>\r\n\r\n\r\n\r\n<p>STEP &#8211; 4 <strong>CREATE A CONNECTION<\/strong><\/p>\r\n\r\n\r\n\r\n<p>Start by creating a connection to the database.<\/p>\r\n\r\n\r\n\r\n<p>Use the <strong>username and password<\/strong> from your MySQL database:<\/p>\r\n\r\n\r\n\r\n<p>Go <strong>to MYSQL workbench<\/strong> to check the user name and password, use the same <strong>credentials<\/strong> while creating a <strong>database.<\/strong><\/p>\r\n\r\n\r\n\r\n<p><strong>Put your root password:<\/strong><\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"628\" height=\"377\" class=\"wp-image-6154\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image-2.png\" alt=\"\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image-2.png 628w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image-2-300x180.png 300w\" sizes=\"auto, (max-width: 628px) 100vw, 628px\" \/><\/figure>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"628\" height=\"385\" class=\"wp-image-6155\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image-3.png\" alt=\"\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image-3.png 628w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image-3-300x184.png 300w\" sizes=\"auto, (max-width: 628px) 100vw, 628px\" \/><\/figure>\r\n\r\n\r\n\r\n<p>STEP &#8211; 5 <strong>Download Sublime Text<\/strong><\/p>\r\n\r\n\r\n\r\n<p>What is Sublime Text?<\/p>\r\n\r\n\r\n\r\n<p><strong>Sublime Text<\/strong> is a shareware cross-platform source code editor with a Python application programming interface. It natively supports many programming languages and markup languages, and functions can be added by users with plug ins, typically community-built and maintained under free-software licenses <strong>(Tip: Ctrl + B) to get the output<\/strong><\/p>\r\n\r\n\r\n\r\n<p><a href=\"https:\/\/www.sublimetext.com\/\"><strong>https:\/\/www.sublimetext.com\/<\/strong><\/a><strong> &gt; Download for Windows<\/strong><\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"628\" height=\"431\" class=\"wp-image-6156\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image-4.png\" alt=\"\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image-4.png 628w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image-4-300x206.png 300w\" sizes=\"auto, (max-width: 628px) 100vw, 628px\" \/><\/figure>\r\n\r\n\r\n\r\n<p><strong>Open Sublime Text<\/strong> and put the following code, If you do not get an error in the output. That means you have successfully established the connection.<\/p>\r\n\r\n\r\n\r\n<p>STEP &#8211; 6 <strong>CREATE A <a href=\"https:\/\/prwatech.in\/blog\/\">DATABASE<\/a><\/strong><\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"628\" height=\"567\" class=\"wp-image-6157\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image-5.png\" alt=\"\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image-5.png 628w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image-5-300x271.png 300w\" sizes=\"auto, (max-width: 628px) 100vw, 628px\" \/><\/figure>\r\n\r\n\r\n\r\n<p>Note: Please use your own root password and username to create a database.<\/p>\r\n\r\n\r\n\r\n<p>STEP &#8211; 7 <strong>CHECK IF DATABASE EXISTS<\/strong><\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"628\" height=\"583\" class=\"wp-image-6158\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image-6.png\" alt=\"\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image-6.png 628w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image-6-300x279.png 300w\" sizes=\"auto, (max-width: 628px) 100vw, 628px\" \/><\/figure>\r\n\r\n\r\n\r\n<p>STEP &#8211; 8 <strong>CREATE A TABLE<\/strong><\/p>\r\n\r\n\r\n\r\n<p>To create a table in MySQL, use the &#8220;CREATE TABLE&#8221; statement.<\/p>\r\n\r\n\r\n\r\n<p>Make sure you define the name of the database when you create the connection<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"628\" height=\"589\" class=\"wp-image-6159\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image-7.png\" alt=\"\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image-7.png 628w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image-7-300x281.png 300w\" sizes=\"auto, (max-width: 628px) 100vw, 628px\" \/><\/figure>\r\n\r\n\r\n\r\n<p>STEP &#8211; 9 <strong>CHECK IF TABLE EXISTS<\/strong><\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"683\" height=\"653\" class=\"wp-image-6160\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image-8.png\" alt=\"\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image-8.png 683w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image-8-300x287.png 300w\" sizes=\"auto, (max-width: 683px) 100vw, 683px\" \/><\/figure>\r\n\r\n\r\n\r\n<p>STEP &#8211; 10<strong> PYTHON MySQL\u00a0INSERT INTO TABLE<\/strong><\/p>\r\n\r\n\r\n\r\n<p>To fill a table in MySQL, use the &#8220;INSERT INTO&#8221; statement<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"669\" height=\"631\" class=\"wp-image-6161\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image-9.png\" alt=\"\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image-9.png 669w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image-9-300x283.png 300w\" sizes=\"auto, (max-width: 669px) 100vw, 669px\" \/><\/figure>\r\n<p>&nbsp;<\/p>\r\n<p>Python MySQL Connector &#8211; Tutorial<\/p>\r\n\r\n\r\n\r\n<p>&nbsp;<\/p>\r\n","protected":false},"excerpt":{"rendered":"<p>Python MySQL Connector &#8211; Tutorial &nbsp; Python needs a MySQL driver to access the MySQL database. STEP &#8211; 1 Download MySQL connector from https:\/\/dev.mysql.com\/downloads\/connector\/python\/ 2 After Installing the mysql connector, check whether python is working in the command prompt. STEP &#8211; 3 Import mysql, accordingly. If you do not see any error in the command [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[28,1670],"tags":[],"class_list":["post-6151","post","type-post","status-publish","format-standard","hentry","category-python","category-python-introduction"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Python MySQL Connector - Tutorial - Prwatech<\/title>\n<meta name=\"description\" content=\"Master Python MySQL Connector - Tutorial - Dive deep with our expert instructors and comprehensive curriculum.\" \/>\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=\"Python MySQL Connector - Tutorial - Prwatech\" \/>\n<meta property=\"og:description\" content=\"Master Python MySQL Connector - Tutorial - Dive deep with our expert instructors and comprehensive curriculum.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/prwatech.in\/blog\/python\/python-introduction\/python-mysql-connection\/\" \/>\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=\"2021-02-03T07:11:09+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-26T12:22:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image.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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/prwatech.in\/blog\/python\/python-introduction\/python-mysql-connection\/\",\"url\":\"https:\/\/prwatech.in\/blog\/python\/python-introduction\/python-mysql-connection\/\",\"name\":\"Python MySQL Connector - Tutorial - Prwatech\",\"isPartOf\":{\"@id\":\"https:\/\/prwatech.in\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/prwatech.in\/blog\/python\/python-introduction\/python-mysql-connection\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/prwatech.in\/blog\/python\/python-introduction\/python-mysql-connection\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image.png\",\"datePublished\":\"2021-02-03T07:11:09+00:00\",\"dateModified\":\"2024-03-26T12:22:06+00:00\",\"author\":{\"@id\":\"https:\/\/prwatech.in\/blog\/#\/schema\/person\/db90baff7744090b2288bbc98fea87f3\"},\"description\":\"Master Python MySQL Connector - Tutorial - Dive deep with our expert instructors and comprehensive curriculum.\",\"breadcrumb\":{\"@id\":\"https:\/\/prwatech.in\/blog\/python\/python-introduction\/python-mysql-connection\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/prwatech.in\/blog\/python\/python-introduction\/python-mysql-connection\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/prwatech.in\/blog\/python\/python-introduction\/python-mysql-connection\/#primaryimage\",\"url\":\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image.png\",\"contentUrl\":\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image.png\",\"width\":628,\"height\":178},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/prwatech.in\/blog\/python\/python-introduction\/python-mysql-connection\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/prwatech.in\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Python MySQL Connection\"}]},{\"@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":"Python MySQL Connector - Tutorial - Prwatech","description":"Master Python MySQL Connector - Tutorial - Dive deep with our expert instructors and comprehensive curriculum.","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":"Python MySQL Connector - Tutorial - Prwatech","og_description":"Master Python MySQL Connector - Tutorial - Dive deep with our expert instructors and comprehensive curriculum.","og_url":"https:\/\/prwatech.in\/blog\/python\/python-introduction\/python-mysql-connection\/","og_site_name":"Prwatech","article_publisher":"https:\/\/www.facebook.com\/prwatech.in\/","article_published_time":"2021-02-03T07:11:09+00:00","article_modified_time":"2024-03-26T12:22:06+00:00","og_image":[{"url":"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image.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":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/prwatech.in\/blog\/python\/python-introduction\/python-mysql-connection\/","url":"https:\/\/prwatech.in\/blog\/python\/python-introduction\/python-mysql-connection\/","name":"Python MySQL Connector - Tutorial - Prwatech","isPartOf":{"@id":"https:\/\/prwatech.in\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/prwatech.in\/blog\/python\/python-introduction\/python-mysql-connection\/#primaryimage"},"image":{"@id":"https:\/\/prwatech.in\/blog\/python\/python-introduction\/python-mysql-connection\/#primaryimage"},"thumbnailUrl":"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image.png","datePublished":"2021-02-03T07:11:09+00:00","dateModified":"2024-03-26T12:22:06+00:00","author":{"@id":"https:\/\/prwatech.in\/blog\/#\/schema\/person\/db90baff7744090b2288bbc98fea87f3"},"description":"Master Python MySQL Connector - Tutorial - Dive deep with our expert instructors and comprehensive curriculum.","breadcrumb":{"@id":"https:\/\/prwatech.in\/blog\/python\/python-introduction\/python-mysql-connection\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/prwatech.in\/blog\/python\/python-introduction\/python-mysql-connection\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/prwatech.in\/blog\/python\/python-introduction\/python-mysql-connection\/#primaryimage","url":"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image.png","contentUrl":"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/02\/image.png","width":628,"height":178},{"@type":"BreadcrumbList","@id":"https:\/\/prwatech.in\/blog\/python\/python-introduction\/python-mysql-connection\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/prwatech.in\/blog\/"},{"@type":"ListItem","position":2,"name":"Python MySQL Connection"}]},{"@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\/6151","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=6151"}],"version-history":[{"count":4,"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/posts\/6151\/revisions"}],"predecessor-version":[{"id":11118,"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/posts\/6151\/revisions\/11118"}],"wp:attachment":[{"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/media?parent=6151"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/categories?post=6151"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/tags?post=6151"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}