{"id":2680,"date":"2013-04-30T20:21:36","date_gmt":"2013-04-30T20:21:36","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2013\/04\/30\/import-database-through-shell\/"},"modified":"2021-08-16T23:14:56","modified_gmt":"2021-08-17T03:14:56","slug":"import-database-through-shell","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/website\/import-database-through-shell\/","title":{"rendered":"How to import a database through shell"},"content":{"rendered":"<p>When you are importing a database over 50MB, you will run into the limitation in your PhpMyAdmin that prevents you from <a href=\"\/support\/website\/upload-large-database-over-50-mb\/\" target=\"_blank\" rel=\"noopener\">importing a database over 50MB<\/a>. On shared servers you can try <a href=\"\/support\/website\/installing-phpmyadmin-on-your-account\/\" target=\"_blank\" rel=\"noopener\">installing your own PhpMyAdmin<\/a> to import it or you will need to contact <a href=\"\/support\/amp\/how-to-get-great-technical-support\/\" target=\"_blank\" title=\"Click here for how to contact support\" rel=\"noopener\">tech support<\/a> to import it for you.<\/p>\n<p>This article will explain how to import a database via SSH.<\/p>\n<p class=\"alert\"><a href=\"\/support\/wp-content\/uploads\/2013\/04\/edu_mysql_import-database-shell_import-database-1.png\" rel=\"lightbox-0\"><img decoding=\"async\" width=\"495\" height=\"193\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/04\/edu_mysql_import-database-shell_import-database-1.png\" class=\"optimized-lcp-image\" alt=\"text\" loading=\"eager\" fetchpriority=\"high\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/04\/edu_mysql_import-database-shell_import-database-1.png 495w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/04\/edu_mysql_import-database-shell_import-database-1-300x117.png 300w\"><\/a><\/p>\n<div style=\"clear:both;\"><\/div>\n<p><strong>Important!<\/strong> You must first have a <a href=\"\/support\/\" target=\"_blank\" rel=\"noopener\">database created<\/a> like the image to the right.<br style=\"clear: both;\"> <\/p>\n<h2>Steps to Import a database through shell<\/h2>\n<ol class=\"article_list\">\n<li>SSH into your server using the correct steps for your hosting plan \u2013 <a href=\"\/support\/server\/ssh\/shared-reseller-ssh\/\" rel=\"noopener\" target=\"_blank\">shared<\/a> or <a href=\"\/support\/server\/ssh\/how-to-login-ssh\/\" target=\"_blank\" title=\"Click here for info\" rel=\"noopener\">VPS\/Dedicated<\/a>.<\/li>\n<li><strong>Go to the directory<\/strong> your backup <em>.sql<\/em> file is located in. For example, if your database backup is named <em>new_databse.sql<\/em> in your cPanel home directory for <em>userna5<\/em>, you will change to that directory like the following command.\n<pre class=\"cli\" style=\"padding:10px;\">cd \/home\/userna5<\/pre>\n<\/li>\n<li><strong>Check the directory<\/strong> for your <em>.sql<\/em> file by typing <code>ll<\/code>. You should see an output similar to below:\n<pre class=\"cli\" style=\"padding:10px;\">root@vps#### [\/home\/userna5]# ll total 328 drwx--x--x 21 userna5 userna5   4096 Apr 30 15:40 .\/ drwx--x--x 17 root     root       4096 Dec  6 16:28 ..\/ lrwxrwxrwx  1 userna5 userna5     34 Apr 14  2011 access-logs -&gt; \/usr\/local\/apache\/domlogs\/userna5\/ drwxr-xr-x  2 userna5 userna5   4096 Oct  9  2012 bin\/ -rw-r--r--  1 root     root     201467 Apr 30 15:40 new_databse.sql -rw-r--r--  1 userna5 userna5   4264 Apr 30 12:10 error_log drwxr-x---  3 userna5 mail       4096 Feb 22 09:02 etc\/ drwxr-x--x  9 userna5 userna5   4096 Feb 21 09:53 mail\/ drwxr-xr-x  3 userna5 userna5   4096 Mar 27 11:26 perl\/ lrwxrwxrwx  1 userna5 userna5     14 Mar 27 11:26 perl5 -&gt; perl\/usr\/local\/ drwxr-xr-x  9 userna5 userna5   4096 Oct  9  2012 php\/ drwxr-xr-x  3 userna5 userna5   4096 Apr 14  2011 public_ftp\/ drwxr-x--- 47 userna5 userna5   4096 Apr 26 13:17 public_html\/ drwxr-xr-x 10 userna5 userna5   4096 Apr 23 11:30 tmp\/ lrwxrwxrwx  1 userna5 userna5     11 Apr 14  2011 www -&gt; public_html\/<\/pre>\n<\/li>\n<li>Next you can Import the database.\n<p><strong style=\"color:#f00;background:#000000;padding:2px\">user_name:<\/strong> This is your cPanel username or the database user you created and added to the database.<br> <strong style=\"color:#ff0;background:#000000;padding:2px\">data_base:<\/strong> This is the name of the database. In this example its <em>userna5_tester<\/em>. <br> <strong style=\"color:#0a0;background:#000000;padding:2px\">new_databse.sql:<\/strong> This is the name of the database you want to import into your empty database on your server.<\/p>\n<p>The general syntax for the command is as follows:<\/p>\n<pre class=\"cli\" style=\"padding:10px;\">mysql -p -u <strong style=\"color:#f00\">user_name<\/strong> <strong style=\"color:#ff0\">data_base<\/strong> &lt; <strong style=\"color:#0a0\">new_databse.sql<\/strong><\/pre>\n<p>In this example we will use the cPanel Username. Hit <strong>Enter<\/strong>.<\/p>\n<pre class=\"cli\" style=\"padding:10px;\">mysql -p -u <strong style=\"color:#f00\">userna5<\/strong> <strong style=\"color:#ff0\">userna5_tester<\/strong> &lt; <strong style=\"color:#0a0\">new_databse.sql<\/strong><\/pre>\n<\/li>\n<li>You will be asked to enter your password like the following. <strong>Enter the users password<\/strong>. (For the cPanel user you use the cPanel password. If you added a user to the database, you will use that users password.)\n<pre class=\"cli\" style=\"padding:10px;\">root@vps#### [\/home\/userna5]# mysql -p -u userna5 userna5_tester &lt; new_databse.sql Enter password:<\/pre>\n<p> <\/p>\n<p><a href=\"\/support\/wp-content\/uploads\/2013\/04\/edu_mysql_import-database-shell_import-database-2.png\" rel=\"lightbox-0\"><img decoding=\"async\" alt=\"text\" class=\"std_ss\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/04\/edu_mysql_import-database-shell_import-database-2.png\" style=\"float: right; margin: 0px 0px 15px 15px;\" title=\"Click here to view the larger image\" width=\"100\"><\/a><\/p>\n<div style=\"clear:both;\"><\/div>\n<p>When the database is finished you will get the prompt again. <strong>Check your database<\/strong> in your cPanel. You should see Megabytes taken in the size column like the image to the right.<br style=\"clear: both;\"> <\/p>\n<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>When you are importing a database over 50MB, you will run into the limitation in your PhpMyAdmin that prevents you from importing a database over 50MB. On shared servers you can try installing your own PhpMyAdmin to import it or you will need to contact tech support to import it for you. This article will<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/import-database-through-shell\/\"> Read More ><\/a><\/p>\n","protected":false},"author":9,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4288,4305],"tags":[],"class_list":["post-2680","post","type-post","status-publish","format-standard","hentry","category-website","category-databases"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to import a database through shell | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"If you cannot import your database on your VPS or Dedicated server you can import your database through shell. This article will show you how.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/import-database-through-shell\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to import a database through shell | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"If you cannot import your database on your VPS or Dedicated server you can import your database through shell. This article will show you how.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/website\/import-database-through-shell\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2013-04-30T20:21:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-08-17T03:14:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/04\/edu_mysql_import-database-shell_import-database-1.png\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InMotion Hosting Contributor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/import-database-through-shell\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/import-database-through-shell\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/0ba9f3ef6fadef71df5aa120ff996c41\"},\"headline\":\"How to import a database through shell\",\"datePublished\":\"2013-04-30T20:21:36+00:00\",\"dateModified\":\"2021-08-17T03:14:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/import-database-through-shell\/\"},\"wordCount\":314,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/import-database-through-shell\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/04\/edu_mysql_import-database-shell_import-database-1.png\",\"articleSection\":[\"Website\",\"Working with Databases\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/import-database-through-shell\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/import-database-through-shell\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/website\/import-database-through-shell\/\",\"name\":\"How to import a database through shell | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/import-database-through-shell\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/import-database-through-shell\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/04\/edu_mysql_import-database-shell_import-database-1.png\",\"datePublished\":\"2013-04-30T20:21:36+00:00\",\"dateModified\":\"2021-08-17T03:14:56+00:00\",\"description\":\"If you cannot import your database on your VPS or Dedicated server you can import your database through shell. This article will show you how.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/import-database-through-shell\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/import-database-through-shell\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/import-database-through-shell\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/04\/edu_mysql_import-database-shell_import-database-1.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/04\/edu_mysql_import-database-shell_import-database-1.png\",\"width\":495,\"height\":193,\"caption\":\"Click here to view the larger image\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/import-database-through-shell\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to import a database through shell\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/0ba9f3ef6fadef71df5aa120ff996c41\",\"name\":\"InMotion Hosting Contributor\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/jamesr\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to import a database through shell | InMotion Hosting","description":"If you cannot import your database on your VPS or Dedicated server you can import your database through shell. This article will show you how.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.inmotionhosting.com\/support\/website\/import-database-through-shell\/","og_locale":"en_US","og_type":"article","og_title":"How to import a database through shell | InMotion Hosting","og_description":"If you cannot import your database on your VPS or Dedicated server you can import your database through shell. This article will show you how.","og_url":"https:\/\/www.inmotionhosting.com\/support\/website\/import-database-through-shell\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2013-04-30T20:21:36+00:00","article_modified_time":"2021-08-17T03:14:56+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/04\/edu_mysql_import-database-shell_import-database-1.png","type":"","width":"","height":""}],"author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/import-database-through-shell\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/import-database-through-shell\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/0ba9f3ef6fadef71df5aa120ff996c41"},"headline":"How to import a database through shell","datePublished":"2013-04-30T20:21:36+00:00","dateModified":"2021-08-17T03:14:56+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/import-database-through-shell\/"},"wordCount":314,"commentCount":1,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/import-database-through-shell\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/04\/edu_mysql_import-database-shell_import-database-1.png","articleSection":["Website","Working with Databases"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/website\/import-database-through-shell\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/import-database-through-shell\/","url":"https:\/\/www.inmotionhosting.com\/support\/website\/import-database-through-shell\/","name":"How to import a database through shell | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/import-database-through-shell\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/import-database-through-shell\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/04\/edu_mysql_import-database-shell_import-database-1.png","datePublished":"2013-04-30T20:21:36+00:00","dateModified":"2021-08-17T03:14:56+00:00","description":"If you cannot import your database on your VPS or Dedicated server you can import your database through shell. This article will show you how.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/import-database-through-shell\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/website\/import-database-through-shell\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/import-database-through-shell\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/04\/edu_mysql_import-database-shell_import-database-1.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/04\/edu_mysql_import-database-shell_import-database-1.png","width":495,"height":193,"caption":"Click here to view the larger image"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/import-database-through-shell\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to import a database through shell"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/0ba9f3ef6fadef71df5aa120ff996c41","name":"InMotion Hosting Contributor","url":"https:\/\/www.inmotionhosting.com\/support\/author\/jamesr\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":null,"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/2680","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=2680"}],"version-history":[{"count":2,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/2680\/revisions"}],"predecessor-version":[{"id":84618,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/2680\/revisions\/84618"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=2680"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=2680"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=2680"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}