{"id":4108,"date":"2019-08-27T14:09:01","date_gmt":"2019-08-27T19:09:01","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/?p=4108"},"modified":"2021-11-08T13:34:11","modified_gmt":"2021-11-08T18:34:11","slug":"how-to-delete-a-database-with-mariadb","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-delete-a-database-with-mariadb\/","title":{"rendered":"How to Delete a Database with MariaDB"},"content":{"rendered":"<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"538\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/How-to-Delete-a-Database-with-MariaDB-1024x538.png\" alt=\"\" class=\"wp-image-82153\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/How-to-Delete-a-Database-with-MariaDB-1024x538.png 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/How-to-Delete-a-Database-with-MariaDB-300x158.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/How-to-Delete-a-Database-with-MariaDB-768x403.png 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/How-to-Delete-a-Database-with-MariaDB.png 1200w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure>\n\n\n\n<p> In this article, you are going to learn how to delete databases with MariaDB. There are two different ways you can easily delete databases: through the cPanel interface or the command line via SSH. You will see how to perform both of these operations in those different contexts, and you can choose whichever method fits in best with your preferred workflow.<\/p>\n\n\n\n<p>If you are curious about creating databases, you will want to check out the article on <a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-create-a-database-with-mariadb\/\">how to create databases with MariaDB<\/a>. <\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"#delete-mariadb\">How To Delete a MariaDB Database in cPanel<\/a><\/li><li><a href=\"#delete-database-mariadb-cli\">How to Delete Databases in MariaDB (Command Line Interface)<\/a><\/li><\/ul>\n\n\n\n<p class=\"alert alert-info\">Using MariaDB inside your VPS\/Dedicated server involves <a href=\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-install-maria-db\/\">replacing MySQL as your database storage engine<\/a> and selecting MariaDB.\n<\/p>\n\n\n<div class=\"jumbotron\">\r\n<p>If you don\u2019t need cPanel, don't pay for it. Only pay for what you need with our scalable <a href=\"https:\/\/www.inmotionhosting.com\/cloud-vps\">Cloud VPS Hosting<\/a>.<\/p>\r\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/design.inmotionhosting.com\/assets\/icons\/standard\/check-blue.svg\" alt=\"check mark\" width=\"24\" height=\"24\" \/>CentOS, Debian, or Ubuntu    <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/design.inmotionhosting.com\/assets\/icons\/standard\/check-blue.svg\" alt=\"check mark\" width=\"24\" height=\"24\" \/>No Bloatware    <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/design.inmotionhosting.com\/assets\/icons\/standard\/check-blue.svg\" alt=\"check mark\" width=\"24\" height=\"24\" \/>SSH and Root Access<\/p>\r\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"delete-mariadb\">How To Delete a MariaDB Database in cPanel<\/h2>\n\n\n\n<p> You will have a few options for deleting your database.  In the first part of this tutorial, you are going to be deleting a database (or multiple databases) in the familiar, graphical cPanel interface. <\/p>\n\n\n\n<p>\nFirst, <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/how-to-log-into-cpanel\/\">log into your cPanel<\/a>.  Under <i>Databases<\/i>, choose <b>MySQL Databases<\/b>.\n<\/p>\n\n\n\n<center><img decoding=\"async\" alt=\"select MySQL databases\" src=\"https:\/\/www.inmotionhosting.com\/support\/images\/stories\/database\/maria\/cMUpdate-10.png\"><\/center><br>\n\n\n\n<p> Under the <i>Current Databases<\/i> heading, you will see the databases being used, and you can click the <b>Delete<\/b> button to obliterate one. <\/p>\n\n\n\n<center><img decoding=\"async\" alt=\"delete MariaDB database\" src=\"https:\/\/www.inmotionhosting.com\/support\/images\/stories\/database\/maria\/cMUpdate-11.png\"><\/center><br>\n\n\n\n<p>You will be asked to confirm your selection. Click Delete Database again to confirm.  You will see a success message indicating the database was deleted successfully.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"569\" height=\"273\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/09\/delete_db_Selection_001.png\" alt=\"Delete database confirmation\" class=\"wp-image-87684\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/09\/delete_db_Selection_001.png 569w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/09\/delete_db_Selection_001-300x144.png 300w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure><\/div>\n\n\n\n<p>If everything works as intended, you will see a success message indicating that the operation was successful.  You can now leave the cPanel interface or proceed with any other work.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"delete-database-mariadb-cli\">How to Delete MariaDB Database (Command Line Interface)<\/h2>\n\n\n\n<p> Once you are working in \u201cthe shell,\u201d or, on the command line, you can log into MySQL to manage databases, even when you are using MariaDB as your storage engine.  You may refer to deleting a database here as \u201cdropping\u201d a database because that is the command you will use. <\/p>\n\n\n\n<p>\nThis time, instead of logging into cPanel, you will <a href=\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/\">log into your server with SSH instead<\/a>.\n<\/p>\n\n\n\n<p> You can enter the MySQL user interface with this command: <\/p>\n\n\n\n<pre id=\"orgf9329a7\" class=\"wp-block-preformatted example\">mysql -u &lt;username&gt; -p\n<\/pre>\n\n\n\n<p>\nThe <code>&lt;username&gt;<\/code> field can be your cPanel user, database user, or <code>root<\/code> user, as the situation may warrant.\n<\/p>\n\n\n\n<p> The <code>-p<\/code> option prompts you for a password.  Once logged in, you will see the same MariaDB command prompt, similar to the prompt that you would see if MySQL was your storage engine.  Type in the <code>DROP<\/code> command to delete a database in MariaDB: <\/p>\n\n\n\n<pre id=\"org5d04f11\" class=\"wp-block-preformatted example\">DROP DATABASE &lt;db_name&gt;;\n<\/pre>\n\n\n\n<p> Of course, replace <code>&lt;db_name&gt;<\/code> with the name of the database that you want to drop. Well done, you now know how to drop a database with MariaDB. If the command ran successfully you will see a success message indicating the query was \u201cOK\u201d and rows affected.  To exit the MySQL command the prompt you can type <kbd>Ctrl-d<\/kbd>, and you will be dropped back to your normal command prompt. <\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this article, you are going to learn how to delete databases with MariaDB. There are two different ways you can easily delete databases: through the cPanel interface or the command line via SSH. You will see how to perform both of these operations in those different contexts, and you can choose whichever method fits<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-delete-a-database-with-mariadb\/\"> Read More ><\/a><\/p>\n","protected":false},"author":17,"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],"tags":[],"class_list":["post-4108","post","type-post","status-publish","format-standard","hentry","category-website"],"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 Delete MariaDB Database<\/title>\n<meta name=\"description\" content=\"In this article, you will learn how to delete a MariaDB database.\" \/>\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\/how-to-delete-a-database-with-mariadb\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Delete MariaDB Database\" \/>\n<meta property=\"og:description\" content=\"In this article, you will learn how to delete a MariaDB database.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-delete-a-database-with-mariadb\/\" \/>\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=\"2019-08-27T19:09:01+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-08T18:34:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/How-to-Delete-a-Database-with-MariaDB.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Christopher Maiorana\" \/>\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=\"Christopher Maiorana\" \/>\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\/how-to-delete-a-database-with-mariadb\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-delete-a-database-with-mariadb\/\"},\"author\":{\"name\":\"Christopher Maiorana\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/c6922c56c84e17079fd558e07b7ef72f\"},\"headline\":\"How to Delete a Database with MariaDB\",\"datePublished\":\"2019-08-27T19:09:01+00:00\",\"dateModified\":\"2021-11-08T18:34:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-delete-a-database-with-mariadb\/\"},\"wordCount\":467,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-delete-a-database-with-mariadb\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/How-to-Delete-a-Database-with-MariaDB-1024x538.png\",\"articleSection\":[\"Website\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-delete-a-database-with-mariadb\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-delete-a-database-with-mariadb\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-delete-a-database-with-mariadb\/\",\"name\":\"How To Delete MariaDB Database\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-delete-a-database-with-mariadb\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-delete-a-database-with-mariadb\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/How-to-Delete-a-Database-with-MariaDB-1024x538.png\",\"datePublished\":\"2019-08-27T19:09:01+00:00\",\"dateModified\":\"2021-11-08T18:34:11+00:00\",\"description\":\"In this article, you will learn how to delete a MariaDB database.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-delete-a-database-with-mariadb\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-delete-a-database-with-mariadb\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-delete-a-database-with-mariadb\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/How-to-Delete-a-Database-with-MariaDB.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/How-to-Delete-a-Database-with-MariaDB.png\",\"width\":1200,\"height\":630},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-delete-a-database-with-mariadb\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Delete a Database with MariaDB\"}]},{\"@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\/c6922c56c84e17079fd558e07b7ef72f\",\"name\":\"Christopher Maiorana\",\"description\":\"Christopher Maiorana joined the InMotion community team in 2015 and regularly dispenses tips and tricks in the Support Center, Community Q&A, and the InMotion Hosting Blog.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/chris-m-4623144b\/\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/christopherm\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Delete MariaDB Database","description":"In this article, you will learn how to delete a MariaDB database.","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\/how-to-delete-a-database-with-mariadb\/","og_locale":"en_US","og_type":"article","og_title":"How To Delete MariaDB Database","og_description":"In this article, you will learn how to delete a MariaDB database.","og_url":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-delete-a-database-with-mariadb\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2019-08-27T19:09:01+00:00","article_modified_time":"2021-11-08T18:34:11+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/How-to-Delete-a-Database-with-MariaDB.png","type":"image\/png"}],"author":"Christopher Maiorana","twitter_card":"summary_large_image","twitter_creator":"@InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"Christopher Maiorana","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-delete-a-database-with-mariadb\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-delete-a-database-with-mariadb\/"},"author":{"name":"Christopher Maiorana","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/c6922c56c84e17079fd558e07b7ef72f"},"headline":"How to Delete a Database with MariaDB","datePublished":"2019-08-27T19:09:01+00:00","dateModified":"2021-11-08T18:34:11+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-delete-a-database-with-mariadb\/"},"wordCount":467,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-delete-a-database-with-mariadb\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/How-to-Delete-a-Database-with-MariaDB-1024x538.png","articleSection":["Website"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/website\/how-to-delete-a-database-with-mariadb\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-delete-a-database-with-mariadb\/","url":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-delete-a-database-with-mariadb\/","name":"How To Delete MariaDB Database","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-delete-a-database-with-mariadb\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-delete-a-database-with-mariadb\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/How-to-Delete-a-Database-with-MariaDB-1024x538.png","datePublished":"2019-08-27T19:09:01+00:00","dateModified":"2021-11-08T18:34:11+00:00","description":"In this article, you will learn how to delete a MariaDB database.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-delete-a-database-with-mariadb\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/website\/how-to-delete-a-database-with-mariadb\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-delete-a-database-with-mariadb\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/How-to-Delete-a-Database-with-MariaDB.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/How-to-Delete-a-Database-with-MariaDB.png","width":1200,"height":630},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-delete-a-database-with-mariadb\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Delete a Database with MariaDB"}]},{"@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\/c6922c56c84e17079fd558e07b7ef72f","name":"Christopher Maiorana","description":"Christopher Maiorana joined the InMotion community team in 2015 and regularly dispenses tips and tricks in the Support Center, Community Q&A, and the InMotion Hosting Blog.","sameAs":["https:\/\/www.linkedin.com\/in\/chris-m-4623144b\/"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/christopherm\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":4288,"name":"Website","slug":"website","link":"https:\/\/www.inmotionhosting.com\/support\/website\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/4108","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\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=4108"}],"version-history":[{"count":8,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/4108\/revisions"}],"predecessor-version":[{"id":91406,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/4108\/revisions\/91406"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=4108"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=4108"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=4108"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}