Customers Contact TR

What is Percona Server, How to Install in Ubuntu 14.04?

Percona Server is a tool used for relational database management. It is a fork of MySQL that comes with the Linux distribution and is developed independently. Percona Server, developed by InnoDB and MySQL experts, uses the same init scripts and command line as MySQL while promising more performance and scalability than MySQL.

 

* Licensed with General Public License (v2).

* Uses XtraDB instead of MySQL’s InnoDB storage engine.

* With this open-source product, you can get paid support and service if you wish.

 

It is not a problem that you have installed MySQL in your system. Percona Server makes the necessary changes and preserves both the data and /etc/mysql/my.cnf.

 

Package Manager Configuration for Installation

It is easy to install Percona Server for Ubuntu and Debian. Let’s open our /etc/apt/sources.list file and add our reflection to the end of the line.

 
sudo vim /etc/apt/sources.list

deb http://repo.percona.com/apt quantal main
deb-src http://repo.percona.com/apt quantal main
 

Let’s mark Percona packages for not updating Ubuntu reflection.

 
$sudo vim /etc/apt/preferences.d/00percona.pref

Package: * Pin: release o=Percona Development Team Pin-Priority: 1001
 

Let’s update our local repository.

 
$ sudo apt-get update
 

Installing Percona Server

 

We can install Percona Server with the below command:

&npsp;
sudo apt-get install percona-server-server-5.5 percona-server-client-5.5
# New password for the Percona Server “root” user:
# Repeat password for the Percona Server “root” user:
 

We can check our version in MySQL console:

 
# mysql -u root -p
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 42
Server version: 5.5.29–29.4 Percona Server (GPL), Release 29.4

Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>
 

** You can check Percona Server Benchmark tests from Benchmark: MySQL 5.5 vs. Percona Server 5.5

 

** You can check here for a detailed comparison of database management systems.


Author: Kartaca



Topics

All Agile Methodology AI and ML (212) Android Anthos (2) Application Modernization B2B Marketing (5) Bamboo C++ Chef ClickHouse Cloud (168) Cloud Migration (19) Cloud Native Development (6) Construction Consumer Goods (4) Customer Experience (2) Data Analytics (45) Data Science (2) Data Storage Data Visualization (8) Database (4) Developer Experience (9) DevOps (15) Digital Marketing (16) Digital Native Businesses (2) Disaster Recovery (2) Django (2) E-Commerce (10) Education (8) Energy Sector (3) Enterprise (5) Financial Services (7) FinOps (4) Firebase (10) Flutter Gaming (16) Git Golang (2) Google Cloud (158) Google Labs (16) Google Maps (3) Google Vids (2) Google Workspace (40) Governance (2) Healthcare & Life Sciences (4) Helm History of Development (3) HR Practices (12) Hybrid and Multi Cloud (8) Industry Cloud (55) Insurance IT JavaScript Kids & Tech (2) Kubernetes (5) Legal Services (2) Leisure and Hospitality (8) Linux (6) Looker (8) Loyalty Marketing (6) Manufacturing (6) MariaDB Mobile App Development (2) MySQL Open Source (28) OpenStack (4) Payment Systems (2) PostgreSQL Project Methodologies Public Sector (3) Python (7) Real Estate Recruitment (7) Regulatory Compliance (2) Resilience Retail (23) Rise Through The Ranks Security (16) Selenium (2) SMBs (10) Software Development (8) Supply Chain and Logistics (7) Sustainability (6) System Architecture (7) Tech Stack (26) Technology, Media, Telecom (8) Terraform Testing (4) Transportation (2) UI & UX Version Control Women in STEM (3)
Show More Topics >> Hide Topics >>

Discover more from Kartaca

Subscribe now to keep reading and get access to the full archive.

Continue reading