{"id":14249,"date":"2024-10-01T18:25:18","date_gmt":"2024-10-01T18:25:18","guid":{"rendered":"https:\/\/truehost.com\/support\/?post_type=docs&#038;p=14249"},"modified":"2024-10-07T09:12:46","modified_gmt":"2024-10-07T09:12:46","password":"","slug":"how-to-import-export-a-mariadb-mysql-database-on-cyberpanel","status":"publish","type":"docs","link":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-import-export-a-mariadb-mysql-database-on-cyberpanel\/","title":{"rendered":"How to import\/export a MariaDB\/MySQL database on Cyberpanel"},"content":{"rendered":"\n<p>CyberPanel makes it easy to import and export MySQL or MariaDB databases using <strong>phpMyAdmin<\/strong> or the <strong>command line<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Prerequisites:<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>CyberPanel installed<\/strong> on your server. See <strong><a href=\"https:\/\/truehost.com\/support\/knowledge-base\/how-to-install-cyberpanel-ubuntu-and-almalinux\/\" target=\"_blank\" rel=\"noreferrer noopener\">this<\/a><\/strong><\/li>\n\n\n\n<li><strong>MariaDB\/MySQL database<\/strong> created in CyberPanel. You can refer to <strong><a href=\"https:\/\/truehost.com\/support\/knowledge-base\/how-to-create-a-database-on-cyberpanel\/\" target=\"_blank\" rel=\"noreferrer noopener\">this guide<\/a><\/strong> on how to create a database.<\/li>\n\n\n\n<li>You need to know the name of the Cyberpanel database that you will be importing to or exporting from<\/li>\n\n\n\n<li><strong>phpMyAdmin<\/strong> access through CyberPanel or SSH access to the server. You will already be able to do this<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Importing a MariaDB\/MySQL Database<\/strong><\/h2>\n\n\n\n<p>Importing a database can be done through <strong>phpMyAdmin<\/strong> or the <strong>command line<\/strong>.<\/p>\n\n\n\n<p>This guide assumes that the .sql file you want to import is on your locally computer,<\/p>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Method A: Import via phpMyAdmin<\/strong><\/h5>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Log in to CyberPanel<\/strong> using <strong><a href=\"https:\/\/truehost.com\/support\/knowledge-base\/how-to-access-cyberpanel\/\" target=\"_blank\" rel=\"noreferrer noopener\">these steps<\/a><\/strong><\/li>\n\n\n\n<li><strong>Access phpMyAdmin<\/strong>:<\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Go to <strong>Databases &gt; phpMyAdmin<\/strong> from the left-hand sidebar.<\/li>\n\n\n\n<li>Click the database that is associated with the website, one to import the SQL file.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"846\" height=\"365\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-21.png\" alt=\"\" class=\"wp-image-14254\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-21.png 846w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-21-300x129.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-21-768x331.png 768w\" sizes=\"auto, (max-width: 846px) 100vw, 846px\" \/><\/figure>\n\n\n\n<p>    3. <strong>Import the SQL File<\/strong><\/p>\n\n\n\n<p>First, you will need to adjust the upload_limit and memory_limit of your server to a reasonable value, like 800M, to avoid running into import errors due to that. See <strong><a href=\"https:\/\/truehost.com\/support\/knowledge-base\/how-to-adjust-php-ini-settings-on-cyberpanel-e-g-upload-limit-post_max_size-display_errors\/\" target=\"_blank\" rel=\"noreferrer noopener\">this guide<\/a><\/strong> on how to adjust<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Click the <strong>Import<\/strong> tab at the top of the phpMyAdmin page.<\/li>\n\n\n\n<li>Click <strong>Choose File<\/strong> and select the <code>.sql<\/code> file from your local machine that you want to import.<\/li>\n\n\n\n<li>Click <strong>Import<\/strong> to begin the import process. After the import is complete, you\u2019ll see a success message.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"735\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-22-1024x735.png\" alt=\"\" class=\"wp-image-14255\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-22-1024x735.png 1024w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-22-300x215.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-22-768x551.png 768w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-22.png 1251w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Method B: Import via Command Line (SSH)<\/strong><\/h5>\n\n\n\n<p>This section assumes that the .sql file you want to import is on uploaded somewhere on your server<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Access your server via SSH. Here is <strong><a href=\"https:\/\/truehost.com\/support\/knowledge-base\/how-to-access-a-server-via-ssh-terminal\/\" target=\"_blank\" rel=\"noreferrer noopener\">how to <\/a><\/strong><\/li>\n\n\n\n<li>Run the MySQL command to import the database:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>mysqld database_name &lt; \/path_to_import\/database_backup.sql<\/code><\/pre>\n\n\n\n<p>Note that in the above command;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>database_backup.sql <\/strong>&#8211; This should be replaced with the actual name of your .sql file e.g <em>beadworkdb.sql<\/em><\/li>\n\n\n\n<li><strong>\/path_to_import\/database_backup.sql<\/strong> -This should be the actual path to the location of the file e.g \/home\/backup\/<strong>beadworkdb.sql<\/strong><\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-style-zoooom\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"197\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-23-1024x197.png\" alt=\"\" class=\"wp-image-14257\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-23-1024x197.png 1024w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-23-300x58.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-23-768x148.png 768w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-23.png 1091w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Verify the Import:<\/strong> After the import is complete, you can verify that the data has been imported by checking the database in <strong>phpMyAdmin<\/strong> or by running queries in the command line.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-style-zoooom\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"773\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-24-1024x773.png\" alt=\"\" class=\"wp-image-14258\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-24-1024x773.png 1024w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-24-300x226.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-24-768x580.png 768w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-24.png 1296w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>You may now use your database as desired. In case of a challenge, please check with our <a href=\"https:\/\/wa.me\/19726743814\" target=\"_blank\" rel=\"noreferrer noopener\">support team<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>CyberPanel makes it easy to import and export MySQL or MariaDB databases using phpMyAdmin or the command line. Prerequisites: Importing a MariaDB\/MySQL Database Importing a database can be done through phpMyAdmin or the command line. This guide assumes that the .sql file you want to import is on your locally computer, Method A: Import via [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_eb_attr":"","_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"footnotes":""},"doc_category":[1819,1820,2121,1824,1833],"doc_tag":[],"class_list":["post-14249","docs","type-docs","status-publish","hentry","doc_category-cloud","doc_category-cloud-servers-in-kenya","doc_category-cyberpanel","doc_category-dedicated-servers","doc_category-mysql"],"year_month":"2026-07","word_count":391,"total_views":"0","reactions":{"happy":"25","normal":"0","sad":"0"},"author_info":{"name":"Eugene","author_nicename":"eugene","author_url":"https:\/\/truehost.com\/support\/author\/eugene\/"},"doc_category_info":[{"term_name":"Cloud","term_url":"https:\/\/truehost.com\/support\/docs-category\/cloud\/"},{"term_name":"Cloud servers in Kenya","term_url":"https:\/\/truehost.com\/support\/docs-category\/cloud-servers-in-kenya\/"},{"term_name":"Cyberpanel","term_url":"https:\/\/truehost.com\/support\/docs-category\/cyberpanel\/"},{"term_name":"dedicated servers","term_url":"https:\/\/truehost.com\/support\/docs-category\/dedicated-servers\/"},{"term_name":"MySQL","term_url":"https:\/\/truehost.com\/support\/docs-category\/mysql\/"}],"doc_tag_info":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to import\/export a MariaDB\/MySQL database on Cyberpanel -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/truehost.com\/support\/knowledge-base\/how-to-import-export-a-mariadb-mysql-database-on-cyberpanel\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to import\/export a MariaDB\/MySQL database on Cyberpanel -\" \/>\n<meta property=\"og:description\" content=\"CyberPanel makes it easy to import and export MySQL or MariaDB databases using phpMyAdmin or the command line. Prerequisites: Importing a MariaDB\/MySQL Database Importing a database can be done through phpMyAdmin or the command line. This guide assumes that the .sql file you want to import is on your locally computer, Method A: Import via [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/truehost.com\/support\/knowledge-base\/how-to-import-export-a-mariadb-mysql-database-on-cyberpanel\/\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-07T09:12:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-21.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-import-export-a-mariadb-mysql-database-on-cyberpanel\\\/\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-import-export-a-mariadb-mysql-database-on-cyberpanel\\\/\",\"name\":\"How to import\\\/export a MariaDB\\\/MySQL database on Cyberpanel -\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-import-export-a-mariadb-mysql-database-on-cyberpanel\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-import-export-a-mariadb-mysql-database-on-cyberpanel\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/image-21.png\",\"datePublished\":\"2024-10-01T18:25:18+00:00\",\"dateModified\":\"2024-10-07T09:12:46+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-import-export-a-mariadb-mysql-database-on-cyberpanel\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-import-export-a-mariadb-mysql-database-on-cyberpanel\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-import-export-a-mariadb-mysql-database-on-cyberpanel\\\/#primaryimage\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/image-21.png\",\"contentUrl\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/image-21.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-import-export-a-mariadb-mysql-database-on-cyberpanel\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/truehost.com\\\/support\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to import\\\/export a MariaDB\\\/MySQL database on Cyberpanel\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#website\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/\",\"name\":\"\",\"description\":\"Help In a Click\",\"publisher\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/truehost.com\\\/support\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#organization\",\"name\":\"Truehost Kenya\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/cropped-image_2026-04-16_174808866.png\",\"contentUrl\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/cropped-image_2026-04-16_174808866.png\",\"width\":240,\"height\":48,\"caption\":\"Truehost Kenya\"},\"image\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to import\/export a MariaDB\/MySQL database on Cyberpanel -","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:\/\/truehost.com\/support\/knowledge-base\/how-to-import-export-a-mariadb-mysql-database-on-cyberpanel\/","og_locale":"en_US","og_type":"article","og_title":"How to import\/export a MariaDB\/MySQL database on Cyberpanel -","og_description":"CyberPanel makes it easy to import and export MySQL or MariaDB databases using phpMyAdmin or the command line. Prerequisites: Importing a MariaDB\/MySQL Database Importing a database can be done through phpMyAdmin or the command line. This guide assumes that the .sql file you want to import is on your locally computer, Method A: Import via [&hellip;]","og_url":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-import-export-a-mariadb-mysql-database-on-cyberpanel\/","article_modified_time":"2024-10-07T09:12:46+00:00","og_image":[{"url":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-21.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-import-export-a-mariadb-mysql-database-on-cyberpanel\/","url":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-import-export-a-mariadb-mysql-database-on-cyberpanel\/","name":"How to import\/export a MariaDB\/MySQL database on Cyberpanel -","isPartOf":{"@id":"https:\/\/truehost.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-import-export-a-mariadb-mysql-database-on-cyberpanel\/#primaryimage"},"image":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-import-export-a-mariadb-mysql-database-on-cyberpanel\/#primaryimage"},"thumbnailUrl":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-21.png","datePublished":"2024-10-01T18:25:18+00:00","dateModified":"2024-10-07T09:12:46+00:00","breadcrumb":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-import-export-a-mariadb-mysql-database-on-cyberpanel\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/truehost.com\/support\/knowledge-base\/how-to-import-export-a-mariadb-mysql-database-on-cyberpanel\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-import-export-a-mariadb-mysql-database-on-cyberpanel\/#primaryimage","url":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-21.png","contentUrl":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-21.png"},{"@type":"BreadcrumbList","@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-import-export-a-mariadb-mysql-database-on-cyberpanel\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/truehost.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to import\/export a MariaDB\/MySQL database on Cyberpanel"}]},{"@type":"WebSite","@id":"https:\/\/truehost.com\/support\/#website","url":"https:\/\/truehost.com\/support\/","name":"","description":"Help In a Click","publisher":{"@id":"https:\/\/truehost.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/truehost.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/truehost.com\/support\/#organization","name":"Truehost Kenya","url":"https:\/\/truehost.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/truehost.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2026\/04\/cropped-image_2026-04-16_174808866.png","contentUrl":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2026\/04\/cropped-image_2026-04-16_174808866.png","width":240,"height":48,"caption":"Truehost Kenya"},"image":{"@id":"https:\/\/truehost.com\/support\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs\/14249","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/comments?post=14249"}],"version-history":[{"count":7,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs\/14249\/revisions"}],"predecessor-version":[{"id":14558,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs\/14249\/revisions\/14558"}],"wp:attachment":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/media?parent=14249"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/doc_category?post=14249"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/doc_tag?post=14249"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}