{"id":389,"date":"2015-02-23T05:26:00","date_gmt":"2015-02-23T05:26:00","guid":{"rendered":"https:\/\/opstree.com\/blog\/\/2015\/02\/23\/percona-standalone-server\/"},"modified":"2019-09-18T13:51:59","modified_gmt":"2019-09-18T08:21:59","slug":"percona-standalone-server","status":"publish","type":"post","link":"https:\/\/opstree.com\/blog\/2015\/02\/23\/percona-standalone-server\/","title":{"rendered":"PERCONA STANDALONE SERVER"},"content":{"rendered":"<div dir=\"ltr\" style=\"text-align:left;\"><span style=\"font-family:inherit;\">As a DevOps activist I am exploring Percona XtraDB. In a series of blogs I will share my learnings. This blog intends to capture step by step details of installation of Percona XtraDB in Standalone mode<\/span><\/p>\n<div dir=\"ltr\" style=\"margin-bottom:0;margin-top:0;\">\n<div style=\"line-height:1.38;\"><span style=\"font-family:inherit;\">&nbsp;<\/span><\/div>\n<div id=\"docs-internal-guid-7d98a8b7-96e1-4563-5add-af42154f5d4f\" dir=\"ltr\" style=\"margin-bottom:0;margin-top:0;\">\n<div style=\"line-height:1.38;\">\n<h3 style=\"text-align:left;\"><span style=\"font-family:inherit;font-size:large;line-height:normal;\">Introduction:<\/span><\/h3>\n<\/div>\n<div style=\"line-height:normal;\"><span style=\"font-family:inherit;\"><br \/>\n<\/span><span style=\"font-family:inherit;\">Percona Server is an enhanced drop-in replacement for Mysql. It offers breakthrough performance, scalability, features, and instrumentation.<\/span><\/div>\n<div style=\"line-height:normal;\"><span style=\"font-family:inherit;\">Percona focus on providing a solution for the most demanding applications, empowering users to get the best performance and lowest downtime possible.<\/span><\/div>\n<\/div>\n<\/div>\n<div dir=\"ltr\" style=\"margin-bottom:0;margin-top:0;\">\n<div style=\"line-height:1.38;\"><span style=\"font-family:inherit;\">&nbsp;<\/span><\/div>\n<div style=\"line-height:1.38;\">\n<h3 style=\"text-align:left;\"><span style=\"background-color:transparent;color:black;font-style:normal;font-variant:normal;font-weight:normal;text-decoration:none;vertical-align:baseline;\"><span style=\"font-family:inherit;font-size:large;line-height:normal;\">The Percona XtraDB Storage Engine:<\/span><\/span><\/h3>\n<\/div>\n<ul style=\"text-align:left;\">\n<li style=\"line-height:1.38;\"><span style=\"font-family:inherit;line-height:1.38;\">Percona XtraDB is an enhanced version of the InnoDB storage engine, designed to better scale on modern hardware, and including a variety of other features useful in high performance environments. It is fully backwards compatible, and so can be used as a drop-in replacement for standard InnoDB.&nbsp;<\/span><\/li>\n<li style=\"line-height:1.38;\"><span style=\"font-family:inherit;line-height:1.38;\">Percona XtraDB includes all of InnoDB&#8217;s robust, reliable ACID-compliant design and advanced MVCC architecture, and builds on that solid foundation with more features, more tunability. more metrics, and more scalability.<\/span><\/li>\n<li><span style=\"background-color:transparent;color:black;font-family:inherit;vertical-align:baseline;\">It is designed to scale better on many cores, to use memory more efficiently, and to be more convenient and useful.<\/span><\/li>\n<\/ul>\n<\/div>\n<div dir=\"ltr\" style=\"line-height:1.38;margin-bottom:0;margin-top:0;\">\n<div dir=\"ltr\" style=\"line-height:1.38;margin-bottom:0;margin-top:0;\">\n<h3 style=\"text-align:left;\"><span style=\"font-family:inherit;font-size:large;\"><span style=\"background-color:transparent;color:black;font-style:normal;font-variant:normal;vertical-align:baseline;\">Installation on ubuntu<\/span><span style=\"background-color:transparent;color:black;font-style:normal;font-variant:normal;vertical-align:baseline;\">:<\/span><\/span><\/h3>\n<\/div>\n<div dir=\"ltr\" style=\"line-height:1.38;margin-bottom:0;margin-top:0;\"><span style=\"background-color:transparent;color:black;font-family:inherit;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;\"><b>STEP 1:<\/b> Add Percona Software Repositories<\/span><\/div>\n<pre style=\"background-image:url('http:\/\/2.bp.blogspot.com\/_z5ltvMQPaa8\/SjJXr_U2YBI\/AAAAAAAAAAM\/46OqEP32CJ8\/s320\/codebg.gif');background:#f0f0f0;border:1px dashed #CCCCCC;color:black;font-family:arial;font-size:12px;height:auto;line-height:20px;overflow:auto;padding:0;text-align:left;width:99%;\"><code style=\"color:black;word-wrap:normal;\">$ apt-key adv --keyserver keys.gnupg.net --recv-keys 1C4CBDCDCD2EFD2A<\/code><\/pre>\n<div dir=\"ltr\" style=\"line-height:1.38;margin-bottom:0;margin-top:0;\"><span style=\"background-color:transparent;color:black;font-family:inherit;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;\"><b>STEP 2:<\/b><\/span><span style=\"background-color:transparent;color:black;font-family:inherit;font-style:normal;font-variant:normal;font-weight:normal;text-decoration:none;vertical-align:baseline;\"> Add this to \/etc\/apt\/sources.list:<\/span><\/div>\n<pre style=\"background-image:url('http:\/\/2.bp.blogspot.com\/_z5ltvMQPaa8\/SjJXr_U2YBI\/AAAAAAAAAAM\/46OqEP32CJ8\/s320\/codebg.gif');background:#f0f0f0;border:1px dashed #CCCCCC;color:black;font-family:arial;font-size:12px;height:auto;line-height:20px;overflow:auto;padding:0;text-align:left;width:99%;\"><code style=\"color:black;word-wrap:normal;\">deb http:\/\/repo.percona.com\/apt precise main\ndeb-src http:\/\/repo.percona.com\/apt precise main\n<\/code><\/pre>\n<div dir=\"ltr\" style=\"line-height:1.38;margin-bottom:0;margin-top:0;\"><span style=\"background-color:transparent;color:black;font-family:inherit;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;\"><b>STEP 3:<\/b> Update the local cache<\/span><\/div>\n<pre style=\"background-image:url('http:\/\/2.bp.blogspot.com\/_z5ltvMQPaa8\/SjJXr_U2YBI\/AAAAAAAAAAM\/46OqEP32CJ8\/s320\/codebg.gif');background:#f0f0f0;border:1px dashed #CCCCCC;color:black;font-family:arial;font-size:12px;height:auto;line-height:20px;overflow:auto;padding:0;text-align:left;width:99%;\"><code style=\"color:black;word-wrap:normal;\">$ apt-get update<\/code><\/pre>\n<div dir=\"ltr\" style=\"line-height:1.38;margin-bottom:0;margin-top:0;\"><span style=\"background-color:transparent;color:black;font-family:inherit;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;\"><b>STEP 4:<\/b> Install the server and client packages<\/span><\/div>\n<div dir=\"ltr\" style=\"line-height:1.38;margin-bottom:0;margin-top:0;\">\n<pre style=\"background-image:url('http:\/\/2.bp.blogspot.com\/_z5ltvMQPaa8\/SjJXr_U2YBI\/AAAAAAAAAAM\/46OqEP32CJ8\/s320\/codebg.gif');background:#f0f0f0;border:1px dashed #CCCCCC;color:black;font-family:arial;font-size:12px;height:auto;line-height:20px;overflow:auto;padding:0;text-align:left;width:99%;\"><code style=\"color:black;word-wrap:normal;\">$ apt-get install percona-server-server-5.6 percona-server-client-5.6\n<\/code><\/pre>\n<p><span style=\"font-family:inherit;line-height:normal;\"><b>STEP 5: <\/b>Start Percona Server<\/span><\/p>\n<pre style=\"background-image:url('http:\/\/2.bp.blogspot.com\/_z5ltvMQPaa8\/SjJXr_U2YBI\/AAAAAAAAAAM\/46OqEP32CJ8\/s320\/codebg.gif');background:#f0f0f0;border:1px dashed #CCCCCC;color:black;font-family:arial;font-size:12px;height:auto;line-height:20px;overflow:auto;padding:0;text-align:left;width:99%;\"><code style=\"color:black;word-wrap:normal;\">$ service mysql start\n<\/code><\/pre>\n<p><span style=\"font-family:inherit;line-height:normal;\">Let me know if you have any suggestions.&nbsp;<\/span><\/p>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>As a DevOps activist I am exploring Percona XtraDB. In a series of blogs I will share my learnings. This blog intends to capture step by step details of installation of Percona XtraDB in Standalone mode &nbsp; Introduction: Percona Server is an enhanced drop-in replacement for Mysql. It offers breakthrough performance, scalability, features, and instrumentation. &hellip; <a href=\"https:\/\/opstree.com\/blog\/2015\/02\/23\/percona-standalone-server\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;PERCONA STANDALONE SERVER&#8221;<\/span><\/a><\/p>\n","protected":false},"author":171775670,"featured_media":29900,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false},"version":2}},"categories":[28070474,11987323],"tags":[],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/opstree.com\/blog\/wp-content\/uploads\/2025\/11\/DevSecOps-1.jpg","jetpack_likes_enabled":true,"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/pfDBOm-6h","jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/opstree.com\/blog\/wp-json\/wp\/v2\/posts\/389"}],"collection":[{"href":"https:\/\/opstree.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/opstree.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/opstree.com\/blog\/wp-json\/wp\/v2\/users\/171775670"}],"replies":[{"embeddable":true,"href":"https:\/\/opstree.com\/blog\/wp-json\/wp\/v2\/comments?post=389"}],"version-history":[{"count":3,"href":"https:\/\/opstree.com\/blog\/wp-json\/wp\/v2\/posts\/389\/revisions"}],"predecessor-version":[{"id":1336,"href":"https:\/\/opstree.com\/blog\/wp-json\/wp\/v2\/posts\/389\/revisions\/1336"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/opstree.com\/blog\/wp-json\/wp\/v2\/media\/29900"}],"wp:attachment":[{"href":"https:\/\/opstree.com\/blog\/wp-json\/wp\/v2\/media?parent=389"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/opstree.com\/blog\/wp-json\/wp\/v2\/categories?post=389"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/opstree.com\/blog\/wp-json\/wp\/v2\/tags?post=389"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}