{"id":1417,"date":"2018-08-08T19:24:29","date_gmt":"2018-08-08T19:24:29","guid":{"rendered":"http:\/\/dbtut.com\/?p=1417"},"modified":"2018-11-09T20:51:46","modified_gmt":"2018-11-09T20:51:46","slug":"ssh-login-without-password-using-ssh-keygen-ssh-copy-id","status":"publish","type":"post","link":"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/ssh-login-without-password-using-ssh-keygen-ssh-copy-id\/","title":{"rendered":"SSH Login Without Password Using ssh-keygen &#038; ssh-copy-id"},"content":{"rendered":"<p>&nbsp;<\/p>\n<p>You can login to a remote Linux server without entering password in 3 simple steps using ssky-keygen and ssh-copy-id as explained in this article.<\/p>\n<p><strong>ssh-keygen<\/strong>\u00a0creates the public and private keys.<strong>\u00a0ssh-copy-id<\/strong>\u00a0copies the local-host\u2019s public key to the remote-host\u2019s authorized_keys file. ssh-copy-id also assigns proper permission to the remote-host\u2019s home, ~\/.ssh, and ~\/.ssh\/authorized_keys.<\/p>\n<p>This article also explains 3 minor annoyances of using ssh-copy-id and how to use ssh-copy-id along with ssh-agent.<br \/>\n<span id=\"more-268\"><\/span><\/p>\n<h3><\/h3>\n<h3>Step 1: Create public and private keys using ssh-key-gen on local-host<\/h3>\n<pre>jsmith@local-host$ [Note: You are on local-host here]\r\n\r\njsmith@local-host$ <strong>ssh-keygen\r\n<\/strong>Generating public\/private rsa key pair.\r\nEnter file in which to save the key (\/home\/jsmith\/.ssh\/id_rsa):[Enter key]\r\nEnter passphrase (empty for no passphrase): [Press enter key]\r\nEnter same passphrase again: [Pess enter key]\r\nYour identification has been saved in \/home\/jsmith\/.ssh\/id_rsa.\r\nYour public key has been saved in \/home\/jsmith\/.ssh\/id_rsa.pub.\r\nThe key fingerprint is:\r\n33:b3:fe:af:95:95:18:11:31:d5:de:96:2f:f2:35:f9 jsmith@local-host<\/pre>\n<h3><\/h3>\n<h3>Step 2: Copy the public key to remote-host using ssh-copy-id<\/h3>\n<pre>jsmith@local-host$ <strong>ssh-copy-id -i ~\/.ssh\/id_rsa.pub remote-host<\/strong>\r\njsmith@remote-host's password:\r\nNow try logging into the machine, with \"ssh 'remote-host'\", and check in:\r\n\r\n.ssh\/authorized_keys\r\n\r\nto make sure we haven't added extra keys that you weren't expecting.<\/pre>\n<p><strong>Note:<\/strong>\u00a0ssh-copy-id\u00a0<strong>appends<\/strong>\u00a0the keys to the remote-host\u2019s .ssh\/authorized_key.<\/p>\n<h3><\/h3>\n<h3>Step 3: Login to remote-host without entering the password<\/h3>\n<pre>jsmith@local-host$ <strong>ssh remote-host<\/strong>\r\nLast login: Sun Nov 16 17:22:33 2008 from 192.168.1.2\r\n[Note: SSH did not ask for password.]\r\n\r\njsmith@remote-host$ [Note: You are on remote-host here]<\/pre>\n\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_1417\" class=\"pvc_stats all  \" data-element-id=\"1417\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/dbtut.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; You can login to a remote Linux server without entering password in 3 simple steps using ssky-keygen and ssh-copy-id as explained in this article. ssh-keygen\u00a0creates the public and private keys.\u00a0ssh-copy-id\u00a0copies the local-host\u2019s public key to the remote-host\u2019s authorized_keys file. ssh-copy-id also assigns proper permission to the remote-host\u2019s home, ~\/.ssh, and ~\/.ssh\/authorized_keys. This article also &hellip;<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_1417\" class=\"pvc_stats all  \" data-element-id=\"1417\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/dbtut.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"author":4,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[299],"tags":[465,1367,1368,1365,1366],"class_list":["post-1417","post","type-post","status-publish","format-standard","","category-linux","tag-ssh","tag-ssh-login","tag-ssh-login-without-password","tag-ssh-copy-id","tag-ssh-keygen"],"aioseo_notices":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>SSH Login Without Password Using ssh-keygen &amp; ssh-copy-id - Database Tutorials<\/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:\/\/dbtut.com\/index.php\/2018\/08\/08\/ssh-login-without-password-using-ssh-keygen-ssh-copy-id\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SSH Login Without Password Using ssh-keygen &amp; ssh-copy-id - Database Tutorials\" \/>\n<meta property=\"og:description\" content=\"&nbsp; You can login to a remote Linux server without entering password in 3 simple steps using ssky-keygen and ssh-copy-id as explained in this article. ssh-keygen\u00a0creates the public and private keys.\u00a0ssh-copy-id\u00a0copies the local-host\u2019s public key to the remote-host\u2019s authorized_keys file. ssh-copy-id also assigns proper permission to the remote-host\u2019s home, ~\/.ssh, and ~\/.ssh\/authorized_keys. This article also &hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/ssh-login-without-password-using-ssh-keygen-ssh-copy-id\/\" \/>\n<meta property=\"og:site_name\" content=\"Database Tutorials\" \/>\n<meta property=\"article:published_time\" content=\"2018-08-08T19:24:29+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-11-09T20:51:46+00:00\" \/>\n<meta name=\"author\" content=\"Mikael HOUNDEGNON\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@HOUNDEGNON_MIKE\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mikael HOUNDEGNON\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/ssh-login-without-password-using-ssh-keygen-ssh-copy-id\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/ssh-login-without-password-using-ssh-keygen-ssh-copy-id\/\"},\"author\":{\"name\":\"Mikael HOUNDEGNON\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/86e2eaec293d22fa7a83c539631e106f\"},\"headline\":\"SSH Login Without Password Using ssh-keygen &#038; ssh-copy-id\",\"datePublished\":\"2018-08-08T19:24:29+00:00\",\"dateModified\":\"2018-11-09T20:51:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/ssh-login-without-password-using-ssh-keygen-ssh-copy-id\/\"},\"wordCount\":126,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"keywords\":[\"ssh\",\"SSH Login\",\"SSH Login Without Password\",\"ssh-copy-id\",\"ssh-keygen\"],\"articleSection\":[\"Linux\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/ssh-login-without-password-using-ssh-keygen-ssh-copy-id\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/ssh-login-without-password-using-ssh-keygen-ssh-copy-id\/\",\"url\":\"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/ssh-login-without-password-using-ssh-keygen-ssh-copy-id\/\",\"name\":\"SSH Login Without Password Using ssh-keygen & ssh-copy-id - Database Tutorials\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/#website\"},\"datePublished\":\"2018-08-08T19:24:29+00:00\",\"dateModified\":\"2018-11-09T20:51:46+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/ssh-login-without-password-using-ssh-keygen-ssh-copy-id\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/ssh-login-without-password-using-ssh-keygen-ssh-copy-id\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/ssh-login-without-password-using-ssh-keygen-ssh-copy-id\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dbtut.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SSH Login Without Password Using ssh-keygen &#038; ssh-copy-id\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dbtut.com\/#website\",\"url\":\"https:\/\/dbtut.com\/\",\"name\":\"Database Tutorials\",\"description\":\"MSSQL, Oracle, PostgreSQL, MySQL, MariaDB, DB2, Sybase, Teradata, Big Data, NOSQL, MongoDB, Couchbase, Cassandra, Windows, Linux\",\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dbtut.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/dbtut.com\/#organization\",\"name\":\"dbtut\",\"url\":\"https:\/\/dbtut.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg\",\"contentUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg\",\"width\":223,\"height\":36,\"caption\":\"dbtut\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/86e2eaec293d22fa7a83c539631e106f\",\"name\":\"Mikael HOUNDEGNON\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a7eeb4be963109ed74e93e6afeaead434866af33be2b30acb0a38a42d30cadb6?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a7eeb4be963109ed74e93e6afeaead434866af33be2b30acb0a38a42d30cadb6?s=96&d=mm&r=g\",\"caption\":\"Mikael HOUNDEGNON\"},\"description\":\"My name is Mikael HOUNDEGNON. I am an experienced MySQL DBA\/Developer based in the greater Chicago area. You can find out more about me here. I blog here mostly about things I don\u2019t want to forget ? most likely, MySQL Tips. My specialties : MySQL Replication (Master Slave, MultiMaster, Fail over, etc) MySQL Backups MySQL Query Optimization MySQL Performance Tuning MySQL Stored Procedures Storage Engine Tuning Do you have an interesting project idea? Or you just want to chat? Get in touch!\",\"sameAs\":[\"https:\/\/mikaelhoundegnon.wordpress.com\/\",\"https:\/\/x.com\/@HOUNDEGNON_MIKE\"],\"url\":\"https:\/\/dbtut.com\/index.php\/author\/mikaelhoundegnon\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SSH Login Without Password Using ssh-keygen & ssh-copy-id - Database Tutorials","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:\/\/dbtut.com\/index.php\/2018\/08\/08\/ssh-login-without-password-using-ssh-keygen-ssh-copy-id\/","og_locale":"en_US","og_type":"article","og_title":"SSH Login Without Password Using ssh-keygen & ssh-copy-id - Database Tutorials","og_description":"&nbsp; You can login to a remote Linux server without entering password in 3 simple steps using ssky-keygen and ssh-copy-id as explained in this article. ssh-keygen\u00a0creates the public and private keys.\u00a0ssh-copy-id\u00a0copies the local-host\u2019s public key to the remote-host\u2019s authorized_keys file. ssh-copy-id also assigns proper permission to the remote-host\u2019s home, ~\/.ssh, and ~\/.ssh\/authorized_keys. This article also &hellip;","og_url":"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/ssh-login-without-password-using-ssh-keygen-ssh-copy-id\/","og_site_name":"Database Tutorials","article_published_time":"2018-08-08T19:24:29+00:00","article_modified_time":"2018-11-09T20:51:46+00:00","author":"Mikael HOUNDEGNON","twitter_card":"summary_large_image","twitter_creator":"@HOUNDEGNON_MIKE","twitter_misc":{"Written by":"Mikael HOUNDEGNON","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/ssh-login-without-password-using-ssh-keygen-ssh-copy-id\/#article","isPartOf":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/ssh-login-without-password-using-ssh-keygen-ssh-copy-id\/"},"author":{"name":"Mikael HOUNDEGNON","@id":"https:\/\/dbtut.com\/#\/schema\/person\/86e2eaec293d22fa7a83c539631e106f"},"headline":"SSH Login Without Password Using ssh-keygen &#038; ssh-copy-id","datePublished":"2018-08-08T19:24:29+00:00","dateModified":"2018-11-09T20:51:46+00:00","mainEntityOfPage":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/ssh-login-without-password-using-ssh-keygen-ssh-copy-id\/"},"wordCount":126,"commentCount":0,"publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"keywords":["ssh","SSH Login","SSH Login Without Password","ssh-copy-id","ssh-keygen"],"articleSection":["Linux"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/dbtut.com\/index.php\/2018\/08\/08\/ssh-login-without-password-using-ssh-keygen-ssh-copy-id\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/ssh-login-without-password-using-ssh-keygen-ssh-copy-id\/","url":"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/ssh-login-without-password-using-ssh-keygen-ssh-copy-id\/","name":"SSH Login Without Password Using ssh-keygen & ssh-copy-id - Database Tutorials","isPartOf":{"@id":"https:\/\/dbtut.com\/#website"},"datePublished":"2018-08-08T19:24:29+00:00","dateModified":"2018-11-09T20:51:46+00:00","breadcrumb":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/ssh-login-without-password-using-ssh-keygen-ssh-copy-id\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dbtut.com\/index.php\/2018\/08\/08\/ssh-login-without-password-using-ssh-keygen-ssh-copy-id\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/ssh-login-without-password-using-ssh-keygen-ssh-copy-id\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dbtut.com\/"},{"@type":"ListItem","position":2,"name":"SSH Login Without Password Using ssh-keygen &#038; ssh-copy-id"}]},{"@type":"WebSite","@id":"https:\/\/dbtut.com\/#website","url":"https:\/\/dbtut.com\/","name":"Database Tutorials","description":"MSSQL, Oracle, PostgreSQL, MySQL, MariaDB, DB2, Sybase, Teradata, Big Data, NOSQL, MongoDB, Couchbase, Cassandra, Windows, Linux","publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dbtut.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/dbtut.com\/#organization","name":"dbtut","url":"https:\/\/dbtut.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/logo\/image\/","url":"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg","contentUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg","width":223,"height":36,"caption":"dbtut"},"image":{"@id":"https:\/\/dbtut.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/dbtut.com\/#\/schema\/person\/86e2eaec293d22fa7a83c539631e106f","name":"Mikael HOUNDEGNON","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a7eeb4be963109ed74e93e6afeaead434866af33be2b30acb0a38a42d30cadb6?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a7eeb4be963109ed74e93e6afeaead434866af33be2b30acb0a38a42d30cadb6?s=96&d=mm&r=g","caption":"Mikael HOUNDEGNON"},"description":"My name is Mikael HOUNDEGNON. I am an experienced MySQL DBA\/Developer based in the greater Chicago area. You can find out more about me here. I blog here mostly about things I don\u2019t want to forget ? most likely, MySQL Tips. My specialties : MySQL Replication (Master Slave, MultiMaster, Fail over, etc) MySQL Backups MySQL Query Optimization MySQL Performance Tuning MySQL Stored Procedures Storage Engine Tuning Do you have an interesting project idea? Or you just want to chat? Get in touch!","sameAs":["https:\/\/mikaelhoundegnon.wordpress.com\/","https:\/\/x.com\/@HOUNDEGNON_MIKE"],"url":"https:\/\/dbtut.com\/index.php\/author\/mikaelhoundegnon\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/1417","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/comments?post=1417"}],"version-history":[{"count":0,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/1417\/revisions"}],"wp:attachment":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/media?parent=1417"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/categories?post=1417"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/tags?post=1417"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}