{"id":1217,"date":"2019-03-28T13:17:12","date_gmt":"2019-03-28T02:17:12","guid":{"rendered":"https:\/\/www.dynamicwebtraining.com.au\/blog\/?p=1217"},"modified":"2024-11-14T14:26:25","modified_gmt":"2024-11-14T03:26:25","slug":"mysql-introduction","status":"publish","type":"post","link":"https:\/\/www.dynamicwebtraining.com.au\/blog\/mysql-introduction","title":{"rendered":"MySQL : An Introduction"},"content":{"rendered":"\n<p>MySQL is a Relational Database Management System owned by Oracle Corporation.  The open source RDBMS is based on structured query language or SQL.  MySQL, where &#8220;My\u201d is named after the daughter of its co-founder Mr. Michael Widenius and the SQL on the query abbreviation, is compatible on Linux, Unix &amp; Windows OS. Usually, its use is in the Web application\/programming &amp; other online publishing. MySQL is open-source &amp; free to use. However, you can pay Oracle to get commercial license &amp; access premium services. It is considered easier as compared to SQL, Oracle Database &amp; MS SQL Server. <\/p>\n\n\n\n<!--more-->\n\n\n\n<br>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"536\" src=\"https:\/\/www.dynamicwebtraining.com.au\/blog\/wp-content\/uploads\/2019\/03\/MySQL-Feature-1024x536.jpg\" alt=\"MySQL : An Introduction\" class=\"wp-image-1222\" srcset=\"https:\/\/www.dynamicwebtraining.com.au\/blog\/wp-content\/uploads\/2019\/03\/MySQL-Feature-1024x536.jpg 1024w, https:\/\/www.dynamicwebtraining.com.au\/blog\/wp-content\/uploads\/2019\/03\/MySQL-Feature-300x157.jpg 300w, https:\/\/www.dynamicwebtraining.com.au\/blog\/wp-content\/uploads\/2019\/03\/MySQL-Feature.jpg 1200w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">Click image to enlarge&nbsp;<\/figcaption><\/figure>\n<\/div><\/div>\n\n\n\n<br>\n\n\n\n<p>MySQL is also related to LAMP. Linux-Apache-MySQL-PHP (LAMP) is an open source stack, used in Web-development. The stack includes Linux as Operating System, Apache as the server, PHP as object-oriented scripting language &amp; MySQL as RDBMS. Python or Perl are also an alternative for PHP.<\/p>\n\n\n\n<br>\n\n\n\n<h2 class=\"wp-block-heading\">What MySQL is and what it is capable of<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">MySQL\u2019s History:<\/h4>\n\n\n\n<p>Originally MySQL was founded\/created by MySQL AB. A Swedish company which defunct in 2008. Sun Microsystems acquired MySQL AB in 2008. In 2010, Oracle bought Sun Microsystems which again changed the owner. Currently, Oracle Corporation is the owner of MySQL. People can use MySQL for free under GNU GPL (General Public License). But for enterprises, they need to buy a commercial license.<\/p>\n\n\n\n<br>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"528\" src=\"https:\/\/www.dynamicwebtraining.com.au\/blog\/wp-content\/uploads\/2019\/03\/MySQL-1-1024x528.jpg\" alt=\"MySQL's history\" class=\"wp-image-1221\" srcset=\"https:\/\/www.dynamicwebtraining.com.au\/blog\/wp-content\/uploads\/2019\/03\/MySQL-1-1024x528.jpg 1024w, https:\/\/www.dynamicwebtraining.com.au\/blog\/wp-content\/uploads\/2019\/03\/MySQL-1-300x155.jpg 300w, https:\/\/www.dynamicwebtraining.com.au\/blog\/wp-content\/uploads\/2019\/03\/MySQL-1.jpg 1200w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">Click image to enlarge&nbsp;<\/figcaption><\/figure>\n<\/div><\/div>\n\n\n\n<br>\n\n\n\n<h4 class=\"wp-block-heading\">Working:<\/h4>\n\n\n\n<p>To understand the working of MySQL, we will elaborate an example. Suppose there are few things; Server, Computer, PHP, Business, User, Domain name, server page, MySQL Database &amp; Website. Imagine you have a business &amp; you have a website too. Your site provides username &amp; password to your customers. Suppose every customer has got a username &amp; password. Now we will see how MySQL works. <\/p>\n\n\n\n<p>A user goes to your website entering domain address\/website link. The page opens up, and they enter their details. The entered details will be sent to a PHP script. It will check, what the user has entered. Then it will be taken to the MySQL page &amp; if it\u2019s into the MySQL database, the user will be allowed to view the website. You fill the MySQL Database because you have entered customer details &amp; provided them username &amp; password.<\/p>\n\n\n\n<br>\n\n\n\n<h4 class=\"wp-block-heading\">Features:<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Relational Database System<\/li>\n\n\n\n<li> Client-Server Model <\/li>\n\n\n\n<li> Client\/Server Architecture<\/li>\n\n\n\n<li> SQL Compatibility<\/li>\n\n\n\n<li> Stored procedures<\/li>\n\n\n\n<li> Triggers<\/li>\n\n\n\n<li> Replication<\/li>\n\n\n\n<li> User Interface<\/li>\n\n\n\n<li> Transactions<\/li>\n\n\n\n<li> GIS Functions<\/li>\n\n\n\n<li> ODBC<\/li>\n\n\n\n<li> Platform Independence<\/li>\n\n\n\n<li> Fast &amp; Efficient<\/li>\n<\/ul>\n\n\n\n<br>\n\n\n\n<h4 class=\"wp-block-heading\">SQL \u2013 The language of databases:<\/h4>\n\n\n\n<p>SQL or Structured query language is a standard language of databases. It is used to access databases. There are three major parts of SQL as follows:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Data Definition language<\/li>\n\n\n\n<li> Data Manipulation language<\/li>\n\n\n\n<li> Data Control language<\/li>\n<\/ul>\n\n\n\n<br>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"536\" src=\"https:\/\/www.dynamicwebtraining.com.au\/blog\/wp-content\/uploads\/2019\/03\/Website-1024x536.jpg\" alt=\"SQL \u2013 The language of databases\" class=\"wp-image-1220\" srcset=\"https:\/\/www.dynamicwebtraining.com.au\/blog\/wp-content\/uploads\/2019\/03\/Website-1024x536.jpg 1024w, https:\/\/www.dynamicwebtraining.com.au\/blog\/wp-content\/uploads\/2019\/03\/Website-300x157.jpg 300w, https:\/\/www.dynamicwebtraining.com.au\/blog\/wp-content\/uploads\/2019\/03\/Website.jpg 1200w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">Click image to enlarge&nbsp;<\/figcaption><\/figure>\n<\/div><\/div>\n\n\n\n<br>\n\n\n\n<h4 class=\"wp-block-heading\">MySQL &amp; PHP:<\/h4>\n\n\n\n<p>Data that we see on a website is in the form of tables &amp; columns. However we aren\u2019t able to see it, but yes, they are made up of tables &amp; columns (considering alignments too). So whatever data we want to view on the website, we need to do it through tables &amp; columns. Suppose we are having data of around 100 customers &amp; we want to put it on our website. We will put it on the digital table.<\/p>\n\n\n\n<p>A basic website contains four parts; Navigation bar, Sidebar, main content &amp; footer. Using MySQL &amp; PHP, we can get greater advantages as compared to Excel. We can perform multiple tasks or can sort data easily. Meanwhile, Excel doesn\u2019t offer many features. We also use a scripting language like \u201cJavaScript\u201d to make the website more dynamic. These scripting languages go to the user\u2019s computer for instant feedback. <\/p>\n\n\n\n<p>Example: Sometimes we find pages where we have an arrow for Up &amp; down. These arrows are made using JavaScript or similar languages. By the way, JavaScript isn\u2019t created by Java. <\/p>\n\n\n\n<p>PHP is a server-side scripting language usually used for web programming. Rasmus Lerdorf created it in 1994. PHP stands for Personal Home Page. However, now it is known as Hypertexy Preprocessor language. PHP can work alongside HTML &amp; its output is pretty impressive. <\/p>\n\n\n\n<p>MySQL is a database system. MySQL stores the data in the form of tables called as database objects. These tables are a set of rows &amp; columns or collection of entries. MySQL is useful when people or organizations want to store information categorically.<\/p>\n\n\n\n<p>A MySQL database table contains one or more tables. Each table needs to be named &amp; they have rows with data.<\/p>\n\n\n\n<p><br> <strong>Example:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>Person<\/td><td>Country<\/td><td>City<\/td><td>State<\/td><\/tr><tr><td>A<\/td><td>Australia<\/td><td>Melbourne<\/td><td>Victoria<\/td><\/tr><tr><td>B<\/td><td>United States<\/td><td>Dallas<\/td><td>Texas<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Above table contains 2 records (one for each person) &amp; 4 columns.<\/p>\n\n\n\n<br>\n\n\n\n<h4 class=\"wp-block-heading\">PHP\/MySQL Functions:<\/h4>\n\n\n\n<ol class=\"wp-block-list\">\n<li>mysql_query() Function:\n<ul class=\"wp-block-list\">\n<li>Used to execute a query on MySQL Database<\/li>\n\n\n\n<li>Fetches &amp; buffers the recordset <\/li>\n\n\n\n<li>Run an unbuffered query, use mysql_unbuffered_query()<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>mysql_num_rows() Function:\n<ul class=\"wp-block-list\">\n<li>Returns the number of rows in a recordset<\/li>\n\n\n\n<li>Returns FALSE on the failure of SQL Query execution<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<br>\n\n\n\n<h4 class=\"wp-block-heading\">Why PHP &amp; MySQL?<\/h4>\n\n\n\n<br>\n\n\n\n<h4 class=\"wp-block-heading\">PHP:<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Server-side scripting language<\/li>\n\n\n\n<li> Hypertext Processor<\/li>\n\n\n\n<li> Are executed on the server<\/li>\n\n\n\n<li> Database supportable (MySQL, Oracle, Informix, Sybase, PostgreSQL, etc.)<\/li>\n\n\n\n<li> Open source software<\/li>\n\n\n\n<li> Free <\/li>\n\n\n\n<li> Can work with HTML<\/li>\n\n\n\n<li> Extensions: \u201c.php\u201d, \u201c.php3\u201d, \u201c.phtml\u201d<\/li>\n<\/ul>\n\n\n\n<br>\n\n\n\n<h4 class=\"wp-block-heading\">MySQL:<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Database server<\/li>\n\n\n\n<li> Ideal for small &amp; large applications<\/li>\n\n\n\n<li> Supports SQL<\/li>\n\n\n\n<li> Compatible<\/li>\n\n\n\n<li> Free<\/li>\n<\/ul>\n\n\n\n<p>PHP accompanied by MySQL are cross-platform You can use it for web applications in Windows &amp; can be even served on UNIX.<\/p>\n\n\n\n<br>\n\n\n\n<h4 class=\"wp-block-heading\">XAMPP:<\/h4>\n\n\n\n<p>MySQL codes can be executed using XAMPP. Most of the people tend to use it. So below are a few necessary steps:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>MySQL comes with XAMPP Server package, so no need to download it externally<\/li>\n\n\n\n<li> Firstly, start the XAMPP Control Panel &amp; over the web browser type http:\/\/localhost\/phpmyadmin<\/li>\n\n\n\n<li> MySQL starts!<\/li>\n\n\n\n<li> Now go to Databases &amp; click on create. <\/li>\n\n\n\n<li> Give it a name &amp; your database is created successfully<\/li>\n<\/ul>\n\n\n\n<br>\n\n\n\n<h4 class=\"wp-block-heading\">Few forks of MySQL:<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Drizzle: lightweight open source RDBMS<\/li>\n\n\n\n<li> MariaDB<\/li>\n\n\n\n<li> Percona Server with XtraDB<\/li>\n<\/ul>\n\n\n\n<br>\n\n\n\n<h3 class=\"wp-block-heading\">Conclusion:<\/h3>\n\n\n\n<p>It was an introduction of what MySQL is &amp; what all things it can do. We have discussed components of it including XAMPP. Firstly, we talked a short intro of MySQL then we moved on to its history. Secondly, we explained how it works with an example. MySQL has got a lot of features to talk about, but we have explored a few in this article. Later on we will cover more about PHP &amp; MySQL, the relation between them and why people opt for PHP &amp; MySQL. <\/p>\n\n\n\n<p><br> After covering these essential elements, we got XAMPP. XAMPP is an open source server that you can use for different databases. <\/p>\n\n\n\n<p>Check out our Introduction to PHP and MySQL Course if you are interested in <a href=\"https:\/\/www.dynamicwebtraining.com.au\/php-training\/php-mysql-introduction\">learning the subject<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>MySQL is a Relational Database Management System owned by Oracle Corporation. The open source RDBMS is based on structured query language or SQL. MySQL, where &#8220;My\u201d is named after the daughter of its co-founder Mr. Michael Widenius and the SQL on the query abbreviation, is compatible on Linux, Unix &amp; Windows OS. Usually, its use&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1621],"tags":[],"class_list":["post-1217","post","type-post","status-publish","format-standard","hentry","category-programming"],"yoast_head":"<title>Introduction to MySQL - Dynamic Web Training Blog Archives<\/title>\n<meta name=\"description\" content=\"View and Share Dynamic Web Training Blog Archives. This is a great source of articles and posts on Computer and IT training, tutorials and insights\" \/>\n<meta name=\"robots\" content=\"index, follow\" \/>\n<meta name=\"googlebot\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta name=\"bingbot\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dynamicwebtraining.com.au\/blog\/mysql-introduction\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Introduction to MySQL - Dynamic Web Training Blog Archives\" \/>\n<meta property=\"og:description\" content=\"MySQL is a Relational Database Management System owned by Oracle Corporation. Understand the working of MySQL with an elaborate example.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dynamicwebtraining.com.au\/blog\/mysql-introduction\" \/>\n<meta property=\"og:site_name\" content=\"Dynamic Web Training Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/DynamicWebTraining\/\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/DynamicWebTraining\/\" \/>\n<meta property=\"article:published_time\" content=\"2019-03-28T02:17:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-14T03:26:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dynamicwebtraining.com.au\/blog\/wp-content\/uploads\/2019\/03\/MySQL-Feature-1024x536.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary\" \/>\n<meta name=\"twitter:creator\" content=\"@dynamicwebtrain\" \/>\n<meta name=\"twitter:site\" content=\"@dynamicwebtrain\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.dynamicwebtraining.com.au\/blog\/#organization\",\"name\":\"Dynamic Web Training\",\"url\":\"https:\/\/www.dynamicwebtraining.com.au\/blog\/\",\"sameAs\":[\"https:\/\/www.facebook.com\/DynamicWebTraining\/\",\"https:\/\/www.linkedin.com\/company\/dynamic-web-training\",\"https:\/\/twitter.com\/dynamicwebtrain\"],\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.dynamicwebtraining.com.au\/blog\/#logo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/www.dynamicwebtraining.com.au\/blog\/wp-content\/uploads\/2016\/02\/logo.png\",\"width\":361,\"height\":109,\"caption\":\"Dynamic Web Training\"},\"image\":{\"@id\":\"https:\/\/www.dynamicwebtraining.com.au\/blog\/#logo\"}},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dynamicwebtraining.com.au\/blog\/#website\",\"url\":\"https:\/\/www.dynamicwebtraining.com.au\/blog\/\",\"name\":\"Dynamic Web Training Blog\",\"description\":\"The Ultimate Training Experience.\",\"publisher\":{\"@id\":\"https:\/\/www.dynamicwebtraining.com.au\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/www.dynamicwebtraining.com.au\/blog\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.dynamicwebtraining.com.au\/blog\/mysql-introduction#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/www.dynamicwebtraining.com.au\/blog\/wp-content\/uploads\/2019\/03\/MySQL-Feature.jpg\",\"width\":1200,\"height\":628},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dynamicwebtraining.com.au\/blog\/mysql-introduction#webpage\",\"url\":\"https:\/\/www.dynamicwebtraining.com.au\/blog\/mysql-introduction\",\"name\":\"Introduction to MySQL - Dynamic Web Training Blog Archives\",\"isPartOf\":{\"@id\":\"https:\/\/www.dynamicwebtraining.com.au\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.dynamicwebtraining.com.au\/blog\/mysql-introduction#primaryimage\"},\"datePublished\":\"2019-03-28T02:17:12+00:00\",\"dateModified\":\"2024-11-14T03:26:25+00:00\",\"description\":\"MySQL is a Relational Database Management System owned by Oracle Corporation. Understand the working of MySQL with an elaborate example.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.dynamicwebtraining.com.au\/blog\/mysql-introduction#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dynamicwebtraining.com.au\/blog\/mysql-introduction\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dynamicwebtraining.com.au\/blog\/mysql-introduction#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dynamicwebtraining.com.au\/blog\",\"url\":\"https:\/\/www.dynamicwebtraining.com.au\/blog\",\"name\":\"Training Blog\"}},{\"@type\":\"ListItem\",\"position\":2,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dynamicwebtraining.com.au\/blog\/category\/programming\",\"url\":\"https:\/\/www.dynamicwebtraining.com.au\/blog\/category\/programming\",\"name\":\"Programming\"}},{\"@type\":\"ListItem\",\"position\":3,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dynamicwebtraining.com.au\/blog\/mysql-introduction\",\"url\":\"https:\/\/www.dynamicwebtraining.com.au\/blog\/mysql-introduction\",\"name\":\"MySQL : An Introduction\"}}]},{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dynamicwebtraining.com.au\/blog\/mysql-introduction#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dynamicwebtraining.com.au\/blog\/mysql-introduction#webpage\"},\"author\":{\"@id\":\"https:\/\/www.dynamicwebtraining.com.au\/blog\/#\/schema\/person\/c94653aed4a6decc8e357af0a1082233\"},\"headline\":\"MySQL : An Introduction\",\"datePublished\":\"2019-03-28T02:17:12+00:00\",\"dateModified\":\"2024-11-14T03:26:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dynamicwebtraining.com.au\/blog\/mysql-introduction#webpage\"},\"publisher\":{\"@id\":\"https:\/\/www.dynamicwebtraining.com.au\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.dynamicwebtraining.com.au\/blog\/mysql-introduction#primaryimage\"},\"articleSection\":\"Programming\",\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dynamicwebtraining.com.au\/blog\/#\/schema\/person\/c94653aed4a6decc8e357af0a1082233\",\"name\":\"Dynamic Web Training\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.dynamicwebtraining.com.au\/blog\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0a14e92e62ad4eee0843f5cf7da3a00e1df4c9763922d4d20ba3ed2402a6896d?s=96&d=mm&r=g\",\"caption\":\"Dynamic Web Training\"},\"description\":\"Dynamic Web Training is Australia's leading provider of instructor led software training. We offer training courses in Adobe, Web Design, Graphic Design, Photoshop, InDesign, Dreamweaver and many more.\",\"sameAs\":[\"https:\/\/www.facebook.com\/DynamicWebTraining\/\",\"https:\/\/www.linkedin.com\/company\/dynamic-web-training\",\"https:\/\/twitter.com\/dynamicwebtrain\"]}]}<\/script>","_links":{"self":[{"href":"https:\/\/www.dynamicwebtraining.com.au\/blog\/wp-json\/wp\/v2\/posts\/1217","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dynamicwebtraining.com.au\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dynamicwebtraining.com.au\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dynamicwebtraining.com.au\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dynamicwebtraining.com.au\/blog\/wp-json\/wp\/v2\/comments?post=1217"}],"version-history":[{"count":7,"href":"https:\/\/www.dynamicwebtraining.com.au\/blog\/wp-json\/wp\/v2\/posts\/1217\/revisions"}],"predecessor-version":[{"id":1977,"href":"https:\/\/www.dynamicwebtraining.com.au\/blog\/wp-json\/wp\/v2\/posts\/1217\/revisions\/1977"}],"wp:attachment":[{"href":"https:\/\/www.dynamicwebtraining.com.au\/blog\/wp-json\/wp\/v2\/media?parent=1217"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dynamicwebtraining.com.au\/blog\/wp-json\/wp\/v2\/categories?post=1217"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dynamicwebtraining.com.au\/blog\/wp-json\/wp\/v2\/tags?post=1217"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}