{"id":740,"date":"2012-08-20T01:06:07","date_gmt":"2012-08-20T07:06:07","guid":{"rendered":"http:\/\/blog.supportpro.com\/?p=740"},"modified":"2025-04-28T05:18:52","modified_gmt":"2025-04-28T11:18:52","slug":"setting-up-mysql-remote-server","status":"publish","type":"post","link":"https:\/\/www.supportpro.com\/blog\/setting-up-mysql-remote-server\/","title":{"rendered":"Setting up MySQL remote Server"},"content":{"rendered":"<p><strong><a href=\"https:\/\/www.supportpro.com\/administration.php\">Remote server<\/a> configuration<\/strong><\/p>\n<p>1. Edit the \/etc\/my.cnf file in the remote server and add the following line somewhere under [mysqld] in the my.cnf file<br \/>\nbind-address=&lt;IP address of the remote server&gt;<br \/>\n2. Restart mysql on the server<\/p>\n<p><strong>Granting privileges for database::<\/strong><\/p>\n<p>In order to access a database &#8216;abc&#8217; on the remote server from another machine, we need to add sufficient privileges for a user in the machine from which the connection is made. i.e. from the mysql prompt ( use mysql command or mysql -u root -p to enter the prompt).<\/p>\n<p>mysql&gt; grant all privileges on abc.* to username@IP address of the machine from which the connection is to be made identified by &lt;password&gt;<\/p>\n<p>Example::<\/p>\n<p>Let us consider two machines with the following data<br \/>\nRemote server IP:: xxx.xxx.x.1<br \/>\nIp of local machine from which connections to remote database in xxx.xxx.x.1 are made:: xxx.xxx.x.100<\/p>\n<p>Edit the my.cnf file in the remote server and add the following<\/p>\n<blockquote><p>bind-address = xxx.xxx.x.1<br \/>\nanywhere under [mysqld]<\/p><\/blockquote>\n<p>Inorder to grant permissions for the user &#8216;bl&#8217; from xxx.xxx.x.100 to connect to the database &#8216;ab&#8217; in xxx.xxx.x.1 , enter the mysql prompt and type in the command<\/p>\n<blockquote><p>mysql&gt;grant all privileges for ab.* to bl@ xxx.xxx.x.100 identified by pass; (# where pass is the password)<br \/>\nmysql&gt;flush privileges;<br \/>\nmysql&gt;exit<\/p><\/blockquote>\n<p>Checking for mysql connectivity from xxx.xxx.x.100 to xxx.xxx.x.1<\/p>\n<p>Enter the command below in the machine xxx.xxx.x.100 and type in the password pass upon the prompt<br \/>\n[root@local ~]# mysql -u bl -h xxx.xxx.x.1 -p<\/p>\n<p>Inorder to specify the remote database name and location for a site software like wordpress, joomla etc. , modify the configuration file and update the details of the database along with the password and IP address of the remote server in the specified filed.<\/p>\n<p>Inorder to configure wordpress to access the database &#8216;ab&#8217; from a remote machine xxx.xxx.x.1, modify the configuation file as below<\/p>\n<blockquote><p>define(&#8216;DB_NAME&#8217;, &#8216;ab&#8217;);<br \/>\ndefine(&#8216;DB_USER&#8217;, &#8216;bl&#8217;);<br \/>\ndefine(&#8216;DB_PASSWORD&#8217;, &#8216;pass&#8217;);<br \/>\ndefine(&#8216;DB_HOST&#8217;, &#8216; xxx.xxx.x.1&#8217;);<\/p><\/blockquote>\n<p>If you require help, <a href=\"https:\/\/www.supportpro.com\/requestquote.php\">contact SupportPRO Server Admin<\/a><\/p>\n<p style=\"text-align: center;\"><!--HubSpot Call-to-Action Code --><span id=\"hs-cta-wrapper-9d590242-d641-4383-94b4-8cfd62f0af6b\" class=\"hs-cta-wrapper\"><span id=\"hs-cta-9d590242-d641-4383-94b4-8cfd62f0af6b\" class=\"hs-cta-node hs-cta-9d590242-d641-4383-94b4-8cfd62f0af6b\"><!-- [if lte IE 8]><\/p>\n\n\n\n\n\n<div id=\"hs-cta-ie-element\"><\/div>\n\n\n<![endif]--><a href=\"https:\/\/cta-redirect.hubspot.com\/cta\/redirect\/2725694\/9d590242-d641-4383-94b4-8cfd62f0af6b\"><img decoding=\"async\" id=\"hs-cta-img-9d590242-d641-4383-94b4-8cfd62f0af6b\" class=\"hs-cta-img\" style=\"border-width: 0px;\" src=\"https:\/\/no-cache.hubspot.com\/cta\/default\/2725694\/9d590242-d641-4383-94b4-8cfd62f0af6b.png\" alt=\"Server not running properly? Get A FREE Server Checkup By Expert Server Admins - $125 Value\" \/><\/a><\/span><script charset=\"utf-8\" src=\"https:\/\/js.hscta.net\/cta\/current.js\"><\/script><script type=\"text\/javascript\"> hbspt.cta.load(2725694, '9d590242-d641-4383-94b4-8cfd62f0af6b', {}); <\/script><\/span><!-- end HubSpot Call-to-Action Code --><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Remote server configuration 1. Edit the \/etc\/my.cnf file in the remote server and add the following line somewhere under [mysqld] in the my.cnf file bind-address=&lt;IP address of the remote server&gt;&hellip;<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_lmt_disableupdate":"","_lmt_disable":"","footnotes":""},"categories":[3],"tags":[],"class_list":["post-740","post","type-post","status-publish","format-standard","hentry","category-technical-articles"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Remote server configuration 1. Edit the \/etc\/my.cnf file in the remote server and add the following line somewhere under [mysqld] in the my.cnf file bind-address= 2. Restart mysql on the server Granting privileges for database:: In order to access a database &#039;abc&#039; on the remote server from another machine, we\" \/>\n\t<meta name=\"robots\" content=\"max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n\t<meta name=\"author\" content=\"SupportPRO Admin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.supportpro.com\/blog\/setting-up-mysql-remote-server\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Server Management Tips | SupportPRO Blog\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Setting up MySQL remote Server | Server Management Tips\" \/>\n\t\t<meta property=\"og:description\" content=\"Remote server configuration 1. Edit the \/etc\/my.cnf file in the remote server and add the following line somewhere under [mysqld] in the my.cnf file bind-address= 2. Restart mysql on the server Granting privileges for database:: In order to access a database &#039;abc&#039; on the remote server from another machine, we\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.supportpro.com\/blog\/setting-up-mysql-remote-server\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2012-08-20T07:06:07+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-04-28T11:18:52+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Setting up MySQL remote Server | Server Management Tips\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Remote server configuration 1. Edit the \/etc\/my.cnf file in the remote server and add the following line somewhere under [mysqld] in the my.cnf file bind-address= 2. Restart mysql on the server Granting privileges for database:: In order to access a database &#039;abc&#039; on the remote server from another machine, we\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/setting-up-mysql-remote-server\\\/#article\",\"name\":\"Setting up MySQL remote Server | Server Management Tips\",\"headline\":\"Setting up MySQL remote Server\",\"author\":{\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/author\\\/managementadmin\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/no-cache.hubspot.com\\\/cta\\\/default\\\/2725694\\\/9d590242-d641-4383-94b4-8cfd62f0af6b.png\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/setting-up-mysql-remote-server\\\/#articleImage\"},\"datePublished\":\"2012-08-20T01:06:07-06:00\",\"dateModified\":\"2025-04-28T05:18:52-06:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/setting-up-mysql-remote-server\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/setting-up-mysql-remote-server\\\/#webpage\"},\"articleSection\":\"Technical Articles\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/setting-up-mysql-remote-server\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.supportpro.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/category\\\/technical-articles\\\/#listItem\",\"name\":\"Technical Articles\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/category\\\/technical-articles\\\/#listItem\",\"position\":2,\"name\":\"Technical Articles\",\"item\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/category\\\/technical-articles\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/setting-up-mysql-remote-server\\\/#listItem\",\"name\":\"Setting up MySQL remote Server\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/setting-up-mysql-remote-server\\\/#listItem\",\"position\":3,\"name\":\"Setting up MySQL remote Server\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/category\\\/technical-articles\\\/#listItem\",\"name\":\"Technical Articles\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/#organization\",\"name\":\"SupportPRO\",\"description\":\"SupportPRO Blog\",\"url\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/\",\"telephone\":\"+18476076123\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/author\\\/managementadmin\\\/#author\",\"url\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/author\\\/managementadmin\\\/\",\"name\":\"SupportPRO Admin\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/setting-up-mysql-remote-server\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/13d2f63048d631e03a432375448be5eb7861069df4fef10f0cb1c7b36554c225?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"SupportPRO Admin\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/setting-up-mysql-remote-server\\\/#webpage\",\"url\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/setting-up-mysql-remote-server\\\/\",\"name\":\"Setting up MySQL remote Server | Server Management Tips\",\"description\":\"Remote server configuration 1. Edit the \\\/etc\\\/my.cnf file in the remote server and add the following line somewhere under [mysqld] in the my.cnf file bind-address= 2. Restart mysql on the server Granting privileges for database:: In order to access a database 'abc' on the remote server from another machine, we\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/setting-up-mysql-remote-server\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/author\\\/managementadmin\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/author\\\/managementadmin\\\/#author\"},\"datePublished\":\"2012-08-20T01:06:07-06:00\",\"dateModified\":\"2025-04-28T05:18:52-06:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/\",\"name\":\"Server Management Tips\",\"description\":\"SupportPRO Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>Setting up MySQL remote Server | Server Management Tips<\/title>\n\n","aioseo_head_json":{"title":"Setting up MySQL remote Server | Server Management Tips","description":"Remote server configuration 1. Edit the \/etc\/my.cnf file in the remote server and add the following line somewhere under [mysqld] in the my.cnf file bind-address= 2. Restart mysql on the server Granting privileges for database:: In order to access a database 'abc' on the remote server from another machine, we","canonical_url":"https:\/\/www.supportpro.com\/blog\/setting-up-mysql-remote-server\/","robots":"max-snippet:-1, max-image-preview:large, max-video-preview:-1","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.supportpro.com\/blog\/setting-up-mysql-remote-server\/#article","name":"Setting up MySQL remote Server | Server Management Tips","headline":"Setting up MySQL remote Server","author":{"@id":"https:\/\/www.supportpro.com\/blog\/author\/managementadmin\/#author"},"publisher":{"@id":"https:\/\/www.supportpro.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/no-cache.hubspot.com\/cta\/default\/2725694\/9d590242-d641-4383-94b4-8cfd62f0af6b.png","@id":"https:\/\/www.supportpro.com\/blog\/setting-up-mysql-remote-server\/#articleImage"},"datePublished":"2012-08-20T01:06:07-06:00","dateModified":"2025-04-28T05:18:52-06:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.supportpro.com\/blog\/setting-up-mysql-remote-server\/#webpage"},"isPartOf":{"@id":"https:\/\/www.supportpro.com\/blog\/setting-up-mysql-remote-server\/#webpage"},"articleSection":"Technical Articles"},{"@type":"BreadcrumbList","@id":"https:\/\/www.supportpro.com\/blog\/setting-up-mysql-remote-server\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.supportpro.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.supportpro.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.supportpro.com\/blog\/category\/technical-articles\/#listItem","name":"Technical Articles"}},{"@type":"ListItem","@id":"https:\/\/www.supportpro.com\/blog\/category\/technical-articles\/#listItem","position":2,"name":"Technical Articles","item":"https:\/\/www.supportpro.com\/blog\/category\/technical-articles\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.supportpro.com\/blog\/setting-up-mysql-remote-server\/#listItem","name":"Setting up MySQL remote Server"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.supportpro.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.supportpro.com\/blog\/setting-up-mysql-remote-server\/#listItem","position":3,"name":"Setting up MySQL remote Server","previousItem":{"@type":"ListItem","@id":"https:\/\/www.supportpro.com\/blog\/category\/technical-articles\/#listItem","name":"Technical Articles"}}]},{"@type":"Organization","@id":"https:\/\/www.supportpro.com\/blog\/#organization","name":"SupportPRO","description":"SupportPRO Blog","url":"https:\/\/www.supportpro.com\/blog\/","telephone":"+18476076123"},{"@type":"Person","@id":"https:\/\/www.supportpro.com\/blog\/author\/managementadmin\/#author","url":"https:\/\/www.supportpro.com\/blog\/author\/managementadmin\/","name":"SupportPRO Admin","image":{"@type":"ImageObject","@id":"https:\/\/www.supportpro.com\/blog\/setting-up-mysql-remote-server\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/13d2f63048d631e03a432375448be5eb7861069df4fef10f0cb1c7b36554c225?s=96&d=mm&r=g","width":96,"height":96,"caption":"SupportPRO Admin"}},{"@type":"WebPage","@id":"https:\/\/www.supportpro.com\/blog\/setting-up-mysql-remote-server\/#webpage","url":"https:\/\/www.supportpro.com\/blog\/setting-up-mysql-remote-server\/","name":"Setting up MySQL remote Server | Server Management Tips","description":"Remote server configuration 1. Edit the \/etc\/my.cnf file in the remote server and add the following line somewhere under [mysqld] in the my.cnf file bind-address= 2. Restart mysql on the server Granting privileges for database:: In order to access a database 'abc' on the remote server from another machine, we","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.supportpro.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.supportpro.com\/blog\/setting-up-mysql-remote-server\/#breadcrumblist"},"author":{"@id":"https:\/\/www.supportpro.com\/blog\/author\/managementadmin\/#author"},"creator":{"@id":"https:\/\/www.supportpro.com\/blog\/author\/managementadmin\/#author"},"datePublished":"2012-08-20T01:06:07-06:00","dateModified":"2025-04-28T05:18:52-06:00"},{"@type":"WebSite","@id":"https:\/\/www.supportpro.com\/blog\/#website","url":"https:\/\/www.supportpro.com\/blog\/","name":"Server Management Tips","description":"SupportPRO Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.supportpro.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Server Management Tips | SupportPRO Blog","og:type":"article","og:title":"Setting up MySQL remote Server | Server Management Tips","og:description":"Remote server configuration 1. Edit the \/etc\/my.cnf file in the remote server and add the following line somewhere under [mysqld] in the my.cnf file bind-address= 2. Restart mysql on the server Granting privileges for database:: In order to access a database 'abc' on the remote server from another machine, we","og:url":"https:\/\/www.supportpro.com\/blog\/setting-up-mysql-remote-server\/","article:published_time":"2012-08-20T07:06:07+00:00","article:modified_time":"2025-04-28T11:18:52+00:00","twitter:card":"summary","twitter:title":"Setting up MySQL remote Server | Server Management Tips","twitter:description":"Remote server configuration 1. Edit the \/etc\/my.cnf file in the remote server and add the following line somewhere under [mysqld] in the my.cnf file bind-address= 2. Restart mysql on the server Granting privileges for database:: In order to access a database 'abc' on the remote server from another machine, we"},"aioseo_meta_data":{"post_id":"740","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"seo_analyzer_scan_date":"2026-06-17 12:52:49","breadcrumb_settings":null,"limit_modified_date":false,"open_ai":"{\"title\":{\"suggestions\":[],\"usage\":0},\"description\":{\"suggestions\":[],\"usage\":0}}","ai":null,"created":"2021-12-10 16:18:04","updated":"2026-06-30 23:43:11"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/www.supportpro.com\/blog\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/www.supportpro.com\/blog\/category\/technical-articles\/\" title=\"Technical Articles\">Technical Articles<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\tSetting up MySQL remote Server\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.supportpro.com\/blog"},{"label":"Technical Articles","link":"https:\/\/www.supportpro.com\/blog\/category\/technical-articles\/"},{"label":"Setting up MySQL remote Server","link":"https:\/\/www.supportpro.com\/blog\/setting-up-mysql-remote-server\/"}],"_links":{"self":[{"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/posts\/740","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/comments?post=740"}],"version-history":[{"count":3,"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/posts\/740\/revisions"}],"predecessor-version":[{"id":14576,"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/posts\/740\/revisions\/14576"}],"wp:attachment":[{"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/media?parent=740"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/categories?post=740"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/tags?post=740"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}