{"id":29466,"date":"2017-02-24T08:30:46","date_gmt":"2017-02-24T15:30:46","guid":{"rendered":"https:\/\/virtual-dba.com\/?p=29466"},"modified":"2021-02-10T18:15:32","modified_gmt":"2021-02-11T01:15:32","slug":"mysql-error-too-many-many-open-files","status":"publish","type":"post","link":"https:\/\/virtual-dba.com\/blog\/mysql-error-too-many-many-open-files\/","title":{"rendered":"MySQL Error-Too Many Open Files"},"content":{"rendered":"<p>Learn with XTIVIA how to address the common MySQL Error, &#8220;Too many open files.&#8221;<\/p>\n<p>If you encounter the error where MySQL reports &#8220;Can&#8217;t open file: (errno: 24)&#8221;, analyze a few variables. The error usually occurs when the maximum number of files that may be open simultaneously are reached. Limits are imposed by both MySQL and the operating system because tables in <a href=\"\/platforms\/mysql\/\">MySQL<\/a> can be opened by more than one user at the same time.<\/p>\n<p>The maximum number of open files is limited in a few different ways. Start by checking the read-only variable open_files_limit:<\/p>\n<p style=\"text-align: center;\"><strong>Show global variables like &#8216;open_files_limit&#8217;;<\/strong><\/p>\n<p>This is the total number of file descriptors available. Contrast this value to the status variable opened_files:<\/p>\n<p style=\"text-align: center;\"><strong>Show global status like &#8216;opened_files&#8217;;<\/strong><\/p>\n<p>If opened_files is very large given the uptime of the instance, the limit may need to be increased. The value must be defined in the configuration file for MySQL by defining the value under the [mysqld] section.<\/p>\n<p style=\"text-align: center;\"><strong>open_files_limit = <\/strong>(desired numerical value here)<\/p>\n<p>The operating system may be imposing its own limit on the number of available file descriptors for MySQL. For Unix environments, check the value of ulimit.<\/p>\n<p>The variables table_open_cache and max_connections should also be&nbsp;analyzed if errors are being reported for too many open files. If table_open_cache is too high, it may be allowing each thread to open more tables than the maximum. Max_connections is also related because if there is a large number of simultaneous connections, each connection may be opening files. Adjusting these two variables to lower values may be an option, but each environment differs and testing should be carried out.<\/p>\n<p><strong>Summary:<\/strong> It is not uncommon to see &#8220;Too many open files&#8221; and &#8220;Can&#8217;t open file: (errno: 24)&#8221; in the MySQL error log. Resolving this error typically involves adjusting the open_files_limit variable and consulting the limit imposed by the operating system.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn with XTIVIA how to address the common MySQL Error, &#8220;Too many open files.&#8221; If you encounter the error where MySQL reports &#8220;Can&#8217;t open file: (errno: 24)&#8221;, analyze a few variables. The error usually occurs when the maximum number of files that may be open simultaneously are reached. Limits are imposed by both MySQL and [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":30219,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","content-type":"","footnotes":""},"categories":[4166,39],"tags":[922,921,45],"class_list":["post-29466","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-mysql","tag-errno24","tag-many-open-files","tag-mysql-error"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.1 (Yoast SEO v27.1.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Learn with XTIVIA: MySQL Error-&quot;Too Many Open Files&quot;<\/title>\n<meta name=\"description\" content=\"Learn with XTIVIA to address the common MySQL Error where MySQL reports, \u201cCan\u2019t open file: (errno: 24)\u201d, which indicates too many open files.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/virtual-dba.com\/blog\/mysql-error-too-many-many-open-files\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MySQL Error-Too Many Open Files\" \/>\n<meta property=\"og:description\" content=\"Learn with XTIVIA to address the common MySQL Error where MySQL reports, \u201cCan\u2019t open file: (errno: 24)\u201d, which indicates too many open files.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/virtual-dba.com\/blog\/mysql-error-too-many-many-open-files\/\" \/>\n<meta property=\"og:site_name\" content=\"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts\" \/>\n<meta property=\"article:published_time\" content=\"2017-02-24T15:30:46+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-02-11T01:15:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/virtual-dba.com\/media\/mysql-too-many-open-files-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"557\" \/>\n\t<meta property=\"og:image:height\" content=\"291\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"XTIVIA\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@virtual_dba\" \/>\n<meta name=\"twitter:site\" content=\"@virtual_dba\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"XTIVIA\" \/>\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:\/\/virtual-dba.com\/blog\/mysql-error-too-many-many-open-files\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/mysql-error-too-many-many-open-files\/\"},\"author\":{\"name\":\"XTIVIA\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/2d86f74bed0c3f1b49100f7fdf7d78d1\"},\"headline\":\"MySQL Error-Too Many Open Files\",\"datePublished\":\"2017-02-24T15:30:46+00:00\",\"dateModified\":\"2021-02-11T01:15:32+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/mysql-error-too-many-many-open-files\/\"},\"wordCount\":330,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/virtual-dba.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/mysql-error-too-many-many-open-files\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/mysql-too-many-open-files-1.jpg\",\"keywords\":[\"errno:24\",\"many open files\",\"mysql error\"],\"articleSection\":[\"Blog\",\"MySQL\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/virtual-dba.com\/blog\/mysql-error-too-many-many-open-files\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/mysql-error-too-many-many-open-files\/\",\"url\":\"https:\/\/virtual-dba.com\/blog\/mysql-error-too-many-many-open-files\/\",\"name\":\"Learn with XTIVIA: MySQL Error-\\\"Too Many Open Files\\\"\",\"isPartOf\":{\"@id\":\"https:\/\/virtual-dba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/mysql-error-too-many-many-open-files\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/mysql-error-too-many-many-open-files\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/mysql-too-many-open-files-1.jpg\",\"datePublished\":\"2017-02-24T15:30:46+00:00\",\"dateModified\":\"2021-02-11T01:15:32+00:00\",\"description\":\"Learn with XTIVIA to address the common MySQL Error where MySQL reports, \u201cCan\u2019t open file: (errno: 24)\u201d, which indicates too many open files.\",\"breadcrumb\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/mysql-error-too-many-many-open-files\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/virtual-dba.com\/blog\/mysql-error-too-many-many-open-files\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/mysql-error-too-many-many-open-files\/#primaryimage\",\"url\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/mysql-too-many-open-files-1.jpg\",\"contentUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/mysql-too-many-open-files-1.jpg\",\"width\":557,\"height\":291,\"caption\":\"mysql-too-many-open-files\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/mysql-error-too-many-many-open-files\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/virtual-dba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"MySQL Error-Too Many Open Files\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/virtual-dba.com\/#website\",\"url\":\"https:\/\/virtual-dba.com\/\",\"name\":\"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts\",\"description\":\"Remote Database Administration\",\"publisher\":{\"@id\":\"https:\/\/virtual-dba.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/virtual-dba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/virtual-dba.com\/#organization\",\"name\":\"Virtual-DBA: Remote DBA | Remote Database Administration\",\"alternateName\":\"Virtual-DBA powered by XTIVIA\",\"url\":\"https:\/\/virtual-dba.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg\",\"contentUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg\",\"width\":557,\"height\":291,\"caption\":\"Virtual-DBA: Remote DBA | Remote Database Administration\"},\"image\":{\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/virtual_dba\",\"https:\/\/www.linkedin.com\/showcase\/36220649\/\",\"https:\/\/www.youtube.com\/channel\/UCx3AIeUQ2ziTLKZSJDZ-SEg\"],\"description\":\"Eliminate database downtime and spiraling costs with XTIVIA\u2019s Virtual-DBA. In today\u2019s always-on business world, gaps in 24x7 on-call DBA support, neglected maintenance and security, or a stretched team struggling with overwhelming workloads can lead to costly disruptions and threaten business continuity. XTIVIA\u2019s Virtual-DBA provides the immediate, expert database administration you need, exactly when you need it, ensuring optimal performance, ironclad security, and significant cost savings without the burden of expanding your in-house team. The goal of Virtual-DBA is to provide a cost-effective solution for organizations seeking to optimize the security, management, maintenance, availability, and performance of their critical business systems, whether self-managed or cloud-managed (e.g., AWS RDS, Azure SQL Database). We accomplish this through a comprehensive remote DBA service offering designed specifically to meet the Oracle\u00ae, DB2\u00ae, Informix\u00ae, MySQL\u2122, PostgreSQL\u00ae, MongoDB\u00ae, MariaDB, and Microsoft SQL Server\u00ae, CockroachDB, Databricks, AWS, and Azure needs of our clients.\",\"email\":\"info@xtivia.com\",\"telephone\":\"8886853101\",\"legalName\":\"XTIVIA, Inc\",\"foundingDate\":\"1992-05-01\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"201\",\"maxValue\":\"500\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/2d86f74bed0c3f1b49100f7fdf7d78d1\",\"name\":\"XTIVIA\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0d3648a00e319a37cf8d6d19f762acfbbb4fd0320fd8a6d6b1e64f44a2a6f259?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0d3648a00e319a37cf8d6d19f762acfbbb4fd0320fd8a6d6b1e64f44a2a6f259?s=96&d=mm&r=g\",\"caption\":\"XTIVIA\"},\"url\":\"https:\/\/virtual-dba.com\/author\/xtivia\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Learn with XTIVIA: MySQL Error-\"Too Many Open Files\"","description":"Learn with XTIVIA to address the common MySQL Error where MySQL reports, \u201cCan\u2019t open file: (errno: 24)\u201d, which indicates too many open files.","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:\/\/virtual-dba.com\/blog\/mysql-error-too-many-many-open-files\/","og_locale":"en_US","og_type":"article","og_title":"MySQL Error-Too Many Open Files","og_description":"Learn with XTIVIA to address the common MySQL Error where MySQL reports, \u201cCan\u2019t open file: (errno: 24)\u201d, which indicates too many open files.","og_url":"https:\/\/virtual-dba.com\/blog\/mysql-error-too-many-many-open-files\/","og_site_name":"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts","article_published_time":"2017-02-24T15:30:46+00:00","article_modified_time":"2021-02-11T01:15:32+00:00","og_image":[{"width":557,"height":291,"url":"https:\/\/virtual-dba.com\/media\/mysql-too-many-open-files-1.jpg","type":"image\/jpeg"}],"author":"XTIVIA","twitter_card":"summary_large_image","twitter_creator":"@virtual_dba","twitter_site":"@virtual_dba","twitter_misc":{"Written by":"XTIVIA","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/virtual-dba.com\/blog\/mysql-error-too-many-many-open-files\/#article","isPartOf":{"@id":"https:\/\/virtual-dba.com\/blog\/mysql-error-too-many-many-open-files\/"},"author":{"name":"XTIVIA","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/2d86f74bed0c3f1b49100f7fdf7d78d1"},"headline":"MySQL Error-Too Many Open Files","datePublished":"2017-02-24T15:30:46+00:00","dateModified":"2021-02-11T01:15:32+00:00","mainEntityOfPage":{"@id":"https:\/\/virtual-dba.com\/blog\/mysql-error-too-many-many-open-files\/"},"wordCount":330,"commentCount":0,"publisher":{"@id":"https:\/\/virtual-dba.com\/#organization"},"image":{"@id":"https:\/\/virtual-dba.com\/blog\/mysql-error-too-many-many-open-files\/#primaryimage"},"thumbnailUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/mysql-too-many-open-files-1.jpg","keywords":["errno:24","many open files","mysql error"],"articleSection":["Blog","MySQL"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/virtual-dba.com\/blog\/mysql-error-too-many-many-open-files\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/virtual-dba.com\/blog\/mysql-error-too-many-many-open-files\/","url":"https:\/\/virtual-dba.com\/blog\/mysql-error-too-many-many-open-files\/","name":"Learn with XTIVIA: MySQL Error-\"Too Many Open Files\"","isPartOf":{"@id":"https:\/\/virtual-dba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/virtual-dba.com\/blog\/mysql-error-too-many-many-open-files\/#primaryimage"},"image":{"@id":"https:\/\/virtual-dba.com\/blog\/mysql-error-too-many-many-open-files\/#primaryimage"},"thumbnailUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/mysql-too-many-open-files-1.jpg","datePublished":"2017-02-24T15:30:46+00:00","dateModified":"2021-02-11T01:15:32+00:00","description":"Learn with XTIVIA to address the common MySQL Error where MySQL reports, \u201cCan\u2019t open file: (errno: 24)\u201d, which indicates too many open files.","breadcrumb":{"@id":"https:\/\/virtual-dba.com\/blog\/mysql-error-too-many-many-open-files\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/virtual-dba.com\/blog\/mysql-error-too-many-many-open-files\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/blog\/mysql-error-too-many-many-open-files\/#primaryimage","url":"https:\/\/virtual-dba.com\/wp-content\/uploads\/mysql-too-many-open-files-1.jpg","contentUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/mysql-too-many-open-files-1.jpg","width":557,"height":291,"caption":"mysql-too-many-open-files"},{"@type":"BreadcrumbList","@id":"https:\/\/virtual-dba.com\/blog\/mysql-error-too-many-many-open-files\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/virtual-dba.com\/"},{"@type":"ListItem","position":2,"name":"MySQL Error-Too Many Open Files"}]},{"@type":"WebSite","@id":"https:\/\/virtual-dba.com\/#website","url":"https:\/\/virtual-dba.com\/","name":"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts","description":"Remote Database Administration","publisher":{"@id":"https:\/\/virtual-dba.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/virtual-dba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/virtual-dba.com\/#organization","name":"Virtual-DBA: Remote DBA | Remote Database Administration","alternateName":"Virtual-DBA powered by XTIVIA","url":"https:\/\/virtual-dba.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/","url":"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg","contentUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg","width":557,"height":291,"caption":"Virtual-DBA: Remote DBA | Remote Database Administration"},"image":{"@id":"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/virtual_dba","https:\/\/www.linkedin.com\/showcase\/36220649\/","https:\/\/www.youtube.com\/channel\/UCx3AIeUQ2ziTLKZSJDZ-SEg"],"description":"Eliminate database downtime and spiraling costs with XTIVIA\u2019s Virtual-DBA. In today\u2019s always-on business world, gaps in 24x7 on-call DBA support, neglected maintenance and security, or a stretched team struggling with overwhelming workloads can lead to costly disruptions and threaten business continuity. XTIVIA\u2019s Virtual-DBA provides the immediate, expert database administration you need, exactly when you need it, ensuring optimal performance, ironclad security, and significant cost savings without the burden of expanding your in-house team. The goal of Virtual-DBA is to provide a cost-effective solution for organizations seeking to optimize the security, management, maintenance, availability, and performance of their critical business systems, whether self-managed or cloud-managed (e.g., AWS RDS, Azure SQL Database). We accomplish this through a comprehensive remote DBA service offering designed specifically to meet the Oracle\u00ae, DB2\u00ae, Informix\u00ae, MySQL\u2122, PostgreSQL\u00ae, MongoDB\u00ae, MariaDB, and Microsoft SQL Server\u00ae, CockroachDB, Databricks, AWS, and Azure needs of our clients.","email":"info@xtivia.com","telephone":"8886853101","legalName":"XTIVIA, Inc","foundingDate":"1992-05-01","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"201","maxValue":"500"}},{"@type":"Person","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/2d86f74bed0c3f1b49100f7fdf7d78d1","name":"XTIVIA","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0d3648a00e319a37cf8d6d19f762acfbbb4fd0320fd8a6d6b1e64f44a2a6f259?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0d3648a00e319a37cf8d6d19f762acfbbb4fd0320fd8a6d6b1e64f44a2a6f259?s=96&d=mm&r=g","caption":"XTIVIA"},"url":"https:\/\/virtual-dba.com\/author\/xtivia\/"}]}},"_links":{"self":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts\/29466","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/comments?post=29466"}],"version-history":[{"count":0,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts\/29466\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/media\/30219"}],"wp:attachment":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/media?parent=29466"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/categories?post=29466"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/tags?post=29466"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}