{"id":43935,"date":"2024-06-14T10:34:24","date_gmt":"2024-06-14T10:34:24","guid":{"rendered":"https:\/\/accuweb.cloud\/resource\/?post_type=faq&#038;p=43935"},"modified":"2025-01-17T10:52:45","modified_gmt":"2025-01-17T10:52:45","slug":"mariadb-multi-region-cluster","status":"publish","type":"faq","link":"https:\/\/accuweb.cloud\/resource\/articles\/mariadb-multi-region-cluster","title":{"rendered":"MariaDB Multi-Region Cluster"},"content":{"rendered":"<h1 class=\"ack-h1\">MariaDB Multi-Region Cluster<\/h1>\n<p>MariaDB Multi-Region Cluster is a sophisticated, highly available solution that automatically sets up an advanced cluster using platform-managed stack templates.<\/p>\n<h2 class=\"ack-h2\">Database Cluster Topology<\/h2>\n<p>The <a class=\"ack-link-color\" href=\"https:\/\/github.com\/jelastic-jps\/mysql-multiregion\" target=\"_blank\" rel=\"noopener\">MariaDB Multi-Region clustering<\/a> utilizes a Primary-Primary topology, featuring asynchronous replication to mitigate the latency effects on transaction commits. This approach is particularly advantageous when dealing with regions (data centers) that are geographically distant from one another.<\/p>\n<p>For disaster recovery purposes, one or more Secondary nodes can be incorporated to ensure robust cross-region deployment. On platforms offering three regions, the recommended configuration is <strong>Primary-Primary-Secondary.<\/strong><\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/MariaDB01.png\"><img fetchpriority=\"high\" decoding=\"async\" class=\"wp-image-43937 size-full aligncenter\" title=\"cross-region deployment\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/MariaDB01.png\" alt=\"cross-region deployment\" width=\"228\" height=\"280\" \/><\/a><br \/>\nEvery database server or <a class=\"ack-link-color\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/load-balancing-introduction\/\" target=\"_blank\" rel=\"noopener\">load balancer<\/a> node within the cluster topology is established in a distinct environment.<\/p>\n<p>A ProxySQL Load Balancer layer is positioned in front of the cluster to distribute requests between the Primary nodes. Once created, these environments are unified into a multi-region cluster.<\/p>\n<p>This package delivers out-of-the-box high availability and failover for the database cluster. High availability is guaranteed at the data center level, ensuring the database remains accessible even if one of the regions goes down.<\/p>\n<p>If a Primary region fails, the cluster continues to handle both Read and Write queries. Should both Primary regions become unavailable, the Secondary node can still manage Read and Write requests without data loss.<\/p>\n<p>However, this will necessitate updating the entry point setting in the database client application to replace the ProxySQL hostnames with the hostname of the Secondary database server.<\/p>\n<div class=\"article-space ack-extra-image-space\">\t\t<div data-elementor-type=\"section\" data-elementor-id=\"38668\" class=\"elementor elementor-38668\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"elementor_library\">\n\t\t\t        <section class=\"elementor-section elementor-top-section elementor-element elementor-element-882321f elementor-section-boxed elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"882321f\" data-element_type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n            \n                        <div class=\"elementor-container elementor-column-gap-default \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7cc79cc\" data-id=\"7cc79cc\" data-element_type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-e31b40f elementor-widget elementor-widget-shortcode\" data-id=\"e31b40f\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n        \t\t<\/div>\n\t\t<\/div>\n<div class=\"article-space\"><\/div>\n<h2 class=\"ack-h2\">Cluster Installation<\/h2>\n<h3 class=\"ack-h3\">1. Locate the Application<\/h3>\n<p>Navigate to the platform <a class=\"ack-link-color\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/marketplace\/\" target=\"_blank\" rel=\"noopener\">Marketplace<\/a> and find the MariaDB Multi-Region Cluster application within the Clusters section or by using the Search field.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/MariaDB02.png\"><img decoding=\"async\" class=\"ack-article-image alignnone wp-image-43938 size-full\" title=\"Locate the Application\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/MariaDB02.png\" alt=\"Locate the Application\" width=\"857\" height=\"461\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/MariaDB02.png 857w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/MariaDB02-300x161.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/MariaDB02-768x413.png 768w\" sizes=\"(max-width: 857px) 100vw, 857px\" \/><\/a><\/p>\n<h3 class=\"ack-h3\">2. Configuration<\/h3>\n<p>In the installation window, specify the following details:<br \/>\n<strong>Regions<\/strong>: Choose the specific platform regions where your cluster environments will be deployed.<br \/>\nThe order of regions is crucial, as the first two will host the Primary servers, and any additional regions will host the Secondary servers.<\/p>\n<p><strong>Stack<\/strong>: Choose the preferred stack for your cluster:<\/p>\n<ul class=\"ack-ul\">\n<li>MariaDB<\/li>\n<li>MySQL CE<\/li>\n<li>Percona<\/li>\n<\/ul>\n<p><strong>Database Version<\/strong>: Choose the preferred version of MariaDB.<\/p>\n<p><strong>Environment Name<\/strong>: Provide a name for the grouping and isolation of your database cluster environments.<\/p>\n<p><strong>Topology<\/strong>: Select one of the two available options:<\/p>\n<ul class=\"ack-ul\">\n<li>Primary-Secondary<\/li>\n<li>Primary-Primary<\/li>\n<li>Galera cluster based on MariaDB standalone per region<\/li>\n<li>Galera cluster based on MariaDB Galera cluster per region<\/li>\n<\/ul>\n<p><strong>Add ProxySQL for Load Balancer<\/strong>: Check this box to include ProxySQL in your cluster setup.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Screenshot_2025-01-17_15-52-11.png\"><img decoding=\"async\" class=\"ack-article-image aligncenter wp-image-50418 size-full\" title=\"ProxySQL for Load Balancer\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Screenshot_2025-01-17_15-52-11.png\" alt=\"ProxySQL for Load Balancer\" width=\"798\" height=\"547\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Screenshot_2025-01-17_15-52-11.png 798w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Screenshot_2025-01-17_15-52-11-300x206.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Screenshot_2025-01-17_15-52-11-768x526.png 768w\" sizes=\"(max-width: 798px) 100vw, 798px\" \/><\/a><\/p>\n<h3 class=\"ack-h3\">3. Installation<\/h3>\n<p>Click <strong>Install<\/strong> when ready.<\/p>\n<p>The installation process can take several minutes. After completion, you\u2019ll see a success window and receive emails with all the appropriate data, such as entry point details and access credentials.<\/p>\n<p>To easily view all related environments, switch to the group specified in the previous step (e.g., <strong>mdbcluster<\/strong>).<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/MariaDB04.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image alignnone wp-image-43942 size-full\" title=\"Created Environment\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/MariaDB04.png\" alt=\"Created Environment\" width=\"830\" height=\"281\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/MariaDB04.png 830w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/MariaDB04-300x102.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/MariaDB04-768x260.png 768w\" sizes=\"(max-width: 830px) 100vw, 830px\" \/><\/a><\/p>\n<h2 class=\"ack-h2\">Multi-Region Cluster Entry Point<\/h2>\n<p>The entry point link includes the cluster name and ProxySQL hostname. If both Primary regions are down, use the hostname or IP address of the secondary node as an entry point.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/MariaDB05-1.png\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-43944 size-full aligncenter\" title=\"Multi-Region Cluster Entry Point\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/MariaDB05-1.png\" alt=\"Multi-Region Cluster Entry Point\" width=\"759\" height=\"515\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/MariaDB05-1.png 759w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/MariaDB05-1-300x204.png 300w\" sizes=\"(max-width: 759px) 100vw, 759px\" \/><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","class_list":["post-43935","faq","type-faq","status-publish","hentry","faq_topics-databases","faq_topics-mmp-high-availability-cluster","faq_topics-kb","faq_topics-multi-region-cluster","faq_topics-mysql-mariadb-percona","faq_topics-product-documentation"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.10 (Yoast SEO v24.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>MariaDB Multi Region Cluster Setup in AccuWeb.Cloud<\/title>\n<meta name=\"description\" content=\"Deploy MariaDB Multi-Region Cluster for a highly available, cross-region database solution ensuring business continuity. Learn more.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/mariadb-multi-region-cluster\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MariaDB Multi-Region Cluster\" \/>\n<meta property=\"og:description\" content=\"Deploy MariaDB Multi-Region Cluster for a highly available, cross-region database solution ensuring business continuity. Learn more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/accuweb.cloud\/resource\/articles\/mariadb-multi-region-cluster\" \/>\n<meta property=\"og:site_name\" content=\"AccuWeb Cloud\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-17T10:52:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/MariaDB01.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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/mariadb-multi-region-cluster#article\",\"isPartOf\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/mariadb-multi-region-cluster\"},\"author\":{\"name\":\"Jilesh Patadiya\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58\"},\"headline\":\"MariaDB Multi-Region Cluster\",\"datePublished\":\"2024-06-14T10:34:24+00:00\",\"dateModified\":\"2025-01-17T10:52:45+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/mariadb-multi-region-cluster\"},\"wordCount\":475,\"publisher\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#organization\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/mariadb-multi-region-cluster#primaryimage\"},\"thumbnailUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/MariaDB01.png\",\"inLanguage\":\"en-US\"},{\"@type\":[\"WebPage\",\"FAQPage\"],\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/mariadb-multi-region-cluster\",\"url\":\"https:\/\/accuweb.cloud\/resource\/articles\/mariadb-multi-region-cluster\",\"name\":\"MariaDB Multi Region Cluster Setup in AccuWeb.Cloud\",\"isPartOf\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/mariadb-multi-region-cluster#primaryimage\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/mariadb-multi-region-cluster#primaryimage\"},\"thumbnailUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/MariaDB01.png\",\"datePublished\":\"2024-06-14T10:34:24+00:00\",\"dateModified\":\"2025-01-17T10:52:45+00:00\",\"description\":\"Deploy MariaDB Multi-Region Cluster for a highly available, cross-region database solution ensuring business continuity. Learn more.\",\"breadcrumb\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/mariadb-multi-region-cluster#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/accuweb.cloud\/resource\/articles\/mariadb-multi-region-cluster\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/mariadb-multi-region-cluster#primaryimage\",\"url\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/MariaDB01.png\",\"contentUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/MariaDB01.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/mariadb-multi-region-cluster#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/accuweb.cloud\/resource\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"MariaDB Multi-Region Cluster\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#website\",\"url\":\"https:\/\/accuweb.cloud\/resource\/\",\"name\":\"AccuWeb Cloud\",\"description\":\"Cutting Edge Cloud Computing\",\"publisher\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/accuweb.cloud\/resource\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#organization\",\"name\":\"AccuWeb.Cloud\",\"url\":\"https:\/\/accuweb.cloud\/resource\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg\",\"contentUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg\",\"width\":156,\"height\":87,\"caption\":\"AccuWeb.Cloud\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58\",\"name\":\"Jilesh Patadiya\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g\",\"caption\":\"Jilesh Patadiya\"},\"description\":\"Jilesh Patadiya, the visionary Co-Founder and Chief Technology Officer (CTO) behind AccuWeb.Cloud. Founder &amp; CTO at AccuWebHosting.com. He shares his web hosting insights on the AccuWeb.Cloud blog. He mostly writes on the latest web hosting trends, WordPress, storage technologies, and Windows and Linux hosting platforms.\",\"sameAs\":[\"https:\/\/accuweb.cloud\/resource\",\"https:\/\/www.facebook.com\/accuwebhosting\",\"https:\/\/www.instagram.com\/accuwebhosting\/\",\"https:\/\/www.linkedin.com\/company\/accuwebhosting\/\",\"https:\/\/x.com\/accuwebhosting\",\"https:\/\/www.youtube.com\/c\/Accuwebhosting\"],\"url\":\"https:\/\/accuweb.cloud\/resource\/author\/accuwebadmin\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"MariaDB Multi Region Cluster Setup in AccuWeb.Cloud","description":"Deploy MariaDB Multi-Region Cluster for a highly available, cross-region database solution ensuring business continuity. Learn more.","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:\/\/accuweb.cloud\/resource\/articles\/mariadb-multi-region-cluster","og_locale":"en_US","og_type":"article","og_title":"MariaDB Multi-Region Cluster","og_description":"Deploy MariaDB Multi-Region Cluster for a highly available, cross-region database solution ensuring business continuity. Learn more.","og_url":"https:\/\/accuweb.cloud\/resource\/articles\/mariadb-multi-region-cluster","og_site_name":"AccuWeb Cloud","article_modified_time":"2025-01-17T10:52:45+00:00","og_image":[{"url":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/MariaDB01.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/accuweb.cloud\/resource\/articles\/mariadb-multi-region-cluster#article","isPartOf":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/mariadb-multi-region-cluster"},"author":{"name":"Jilesh Patadiya","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58"},"headline":"MariaDB Multi-Region Cluster","datePublished":"2024-06-14T10:34:24+00:00","dateModified":"2025-01-17T10:52:45+00:00","mainEntityOfPage":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/mariadb-multi-region-cluster"},"wordCount":475,"publisher":{"@id":"https:\/\/accuweb.cloud\/resource\/#organization"},"image":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/mariadb-multi-region-cluster#primaryimage"},"thumbnailUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/MariaDB01.png","inLanguage":"en-US"},{"@type":["WebPage","FAQPage"],"@id":"https:\/\/accuweb.cloud\/resource\/articles\/mariadb-multi-region-cluster","url":"https:\/\/accuweb.cloud\/resource\/articles\/mariadb-multi-region-cluster","name":"MariaDB Multi Region Cluster Setup in AccuWeb.Cloud","isPartOf":{"@id":"https:\/\/accuweb.cloud\/resource\/#website"},"primaryImageOfPage":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/mariadb-multi-region-cluster#primaryimage"},"image":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/mariadb-multi-region-cluster#primaryimage"},"thumbnailUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/MariaDB01.png","datePublished":"2024-06-14T10:34:24+00:00","dateModified":"2025-01-17T10:52:45+00:00","description":"Deploy MariaDB Multi-Region Cluster for a highly available, cross-region database solution ensuring business continuity. Learn more.","breadcrumb":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/mariadb-multi-region-cluster#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/accuweb.cloud\/resource\/articles\/mariadb-multi-region-cluster"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accuweb.cloud\/resource\/articles\/mariadb-multi-region-cluster#primaryimage","url":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/MariaDB01.png","contentUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/MariaDB01.png"},{"@type":"BreadcrumbList","@id":"https:\/\/accuweb.cloud\/resource\/articles\/mariadb-multi-region-cluster#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/accuweb.cloud\/resource\/"},{"@type":"ListItem","position":2,"name":"MariaDB Multi-Region Cluster"}]},{"@type":"WebSite","@id":"https:\/\/accuweb.cloud\/resource\/#website","url":"https:\/\/accuweb.cloud\/resource\/","name":"AccuWeb Cloud","description":"Cutting Edge Cloud Computing","publisher":{"@id":"https:\/\/accuweb.cloud\/resource\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/accuweb.cloud\/resource\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/accuweb.cloud\/resource\/#organization","name":"AccuWeb.Cloud","url":"https:\/\/accuweb.cloud\/resource\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/","url":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg","contentUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg","width":156,"height":87,"caption":"AccuWeb.Cloud"},"image":{"@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58","name":"Jilesh Patadiya","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g","caption":"Jilesh Patadiya"},"description":"Jilesh Patadiya, the visionary Co-Founder and Chief Technology Officer (CTO) behind AccuWeb.Cloud. Founder &amp; CTO at AccuWebHosting.com. He shares his web hosting insights on the AccuWeb.Cloud blog. He mostly writes on the latest web hosting trends, WordPress, storage technologies, and Windows and Linux hosting platforms.","sameAs":["https:\/\/accuweb.cloud\/resource","https:\/\/www.facebook.com\/accuwebhosting","https:\/\/www.instagram.com\/accuwebhosting\/","https:\/\/www.linkedin.com\/company\/accuwebhosting\/","https:\/\/x.com\/accuwebhosting","https:\/\/www.youtube.com\/c\/Accuwebhosting"],"url":"https:\/\/accuweb.cloud\/resource\/author\/accuwebadmin"}]}},"_links":{"self":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq\/43935","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq"}],"about":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/types\/faq"}],"author":[{"embeddable":true,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/comments?post=43935"}],"version-history":[{"count":16,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq\/43935\/revisions"}],"predecessor-version":[{"id":50419,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq\/43935\/revisions\/50419"}],"wp:attachment":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/media?parent=43935"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}