<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>persona Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/persona/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Sat, 07 Mar 2020 21:58:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to install Percona on Debian 10?</title>
		<link>https://www.osradar.com/how-to-install-percona-debian-10/</link>
					<comments>https://www.osradar.com/how-to-install-percona-debian-10/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 12 Mar 2020 00:11:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[persona]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=18894</guid>

					<description><![CDATA[<p>If we say that MySQL is the most known and popular database manager, we wouldn&#8217;t be talking nonsense either. But not only that but MySQL also originates other projects like forks. Well, in this post I&#8217;ll tell you about one of those forks. You will also learn how to install Percona on Debian 10. Percona [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-percona-debian-10/">How to install Percona on Debian 10?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If we say that MySQL is the most known and popular database manager, we wouldn&#8217;t be talking nonsense either. But not only that but MySQL also originates other projects like forks. Well, in this post I&#8217;ll tell you about one of those forks. You will also learn how to install Percona on Debian 10.</p>
<h2>Percona and MySQL</h2>
<p><strong><a href="https://www.percona.com/" target="_blank" rel="noopener noreferrer">Percona</a> Server is a MySQL fork</strong>. This makes it 100% compatible with this one, including commands and configurations. In the beginning, it was a community project but today it has a company behind it that offers mainly even more efficiency than MySQL for a lower cost. <strong>Percona Server also includes XtraDB which is a fork of the InnoDB engine that makes the application more efficient</strong>.</p>
<p>As expected, Percona also has a free version that we can install without problems and is available for Linux.</p>
<p>Thanks to the associated tools of Percona, it is possible to monitor and keep statistics of the performance of the database. On the other hand, Percona also includes in its products an alternative to <a href="https://www.osradar.com/how-to-create-a-cluster-with-mariadb-galera-on-ubuntu-18-04/" target="_blank" rel="noopener noreferrer">Galera</a>, which allows us to build our clusters with full compatibility with it.</p>
<h2>Install Percona on Debian 10</h2>
<p>Percona puts at our disposal a special repository to facilitate the installation of the program. To add it, you must download the corresponding DEB package:</p>
<pre>:~$ wget https://repo.percona.com/apt/percona-release_latest.$(lsb_release -sc)_all.deb
--2020-03-07 14:58:07--  https://repo.percona.com/apt/percona-release_latest.buster_all.deb
Resolving repo.percona.com (repo.percona.com)... 157.245.119.64, 167.99.233.229, 167.71.118.3
Connecting to repo.percona.com (repo.percona.com)|157.245.119.64|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 9622 (9.4K) [application/octet-stream]
Saving to: 'percona-release_latest.buster_all.deb'
percona-release_latest.buster_all.deb      100%[=====================================================================================&gt;]   9.40K  --.-KB/s    in 0s
2020-03-07 14:58:09 (28.9 MB/s) - 'percona-release_latest.buster_all.deb' saved [9622/9622]</pre>
<figure id="attachment_18988" aria-describedby="caption-attachment-18988" style="width: 1337px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-18988" src="https://www.osradar.com/wp-content/uploads/2020/03/1-5.png" alt="1.- Download the repository package" width="1337" height="254" srcset="https://www.osradar.com/wp-content/uploads/2020/03/1-5.png 1337w, https://www.osradar.com/wp-content/uploads/2020/03/1-5-300x57.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/1-5-1024x195.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/1-5-768x146.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/1-5-696x132.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/1-5-1068x203.png 1068w" sizes="(max-width: 1337px) 100vw, 1337px" /><figcaption id="caption-attachment-18988" class="wp-caption-text">1.- Download the repository package</figcaption></figure>
<p>Once you download it, you have to install it with gdebi.</p>
<pre>:~$ sudo gdebi percona-release_latest.buster_all.deb
Reading package lists... Done
Building dependency tree        
Reading state information... Done
Reading state information... Done
Package to install Percona gpg key and APT repos
Do you want to install the software package? [y/N]:y
/usr/bin/gdebi:113: FutureWarning: Possible nested set at position 1
  c = findall("[[(](\S+)/\S+[])]", msg)[0].lower()
(Reading database ... 62905 files and directories currently installed.)
Preparing to unpack percona-release_latest.buster_all.deb ...
&lt;*&gt; All done!
==&gt; Please run "apt-get update" to apply changes
Unpacking percona-release (1.0-15.generic) over (1.0-15.generic) ...
Setting up percona-release (1.0-15.generic) ...
* Enabling the Percona Original repository
&lt;*&gt; All done!
==&gt; Please run "apt-get update" to apply changes
The percona-release package now contains a percona-release script that can enable additional repositories for our newer products.
For example, to enable the Percona Server 8.0 repository use:
  percona-release setup ps80
Note: To avoid conflicts with older product versions, the percona-release setup command may disable our original repository for some products.
For more information, please visit:
  https://www.percona.com/doc/percona-repo-config/percona-release.html</pre>
<figure id="attachment_18989" aria-describedby="caption-attachment-18989" style="width: 1219px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-18989" src="https://www.osradar.com/wp-content/uploads/2020/03/2-6.png" alt="2.- Adding the Percona repository" width="1219" height="546" srcset="https://www.osradar.com/wp-content/uploads/2020/03/2-6.png 1219w, https://www.osradar.com/wp-content/uploads/2020/03/2-6-300x134.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/2-6-1024x459.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/2-6-768x344.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/2-6-696x312.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/2-6-1068x478.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/2-6-938x420.png 938w" sizes="(max-width: 1219px) 100vw, 1219px" /><figcaption id="caption-attachment-18989" class="wp-caption-text">2.- Adding the Percona repository</figcaption></figure>
<p>In case you don&#8217;t have gdebi installed, you can do it with the following command:</p>
<pre>:~$ sudo apt install gdebi</pre>
<p>Once the package is installed, the repository is added to the system software sources, but the repository is not enabled. To do this, simply use the following command:</p>
<pre>:~$ sudo percona-release setup ps80</pre>
<figure id="attachment_18990" aria-describedby="caption-attachment-18990" style="width: 797px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-18990" src="https://www.osradar.com/wp-content/uploads/2020/03/3-6.png" alt="3.- Enabling the Percona repository" width="797" height="204" srcset="https://www.osradar.com/wp-content/uploads/2020/03/3-6.png 797w, https://www.osradar.com/wp-content/uploads/2020/03/3-6-300x77.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/3-6-768x197.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/3-6-696x178.png 696w" sizes="(max-width: 797px) 100vw, 797px" /><figcaption id="caption-attachment-18990" class="wp-caption-text">3.- Enabling the Percona repository</figcaption></figure>
<p>It is now possible to install Percona Server by using the following command:</p>
<pre>:~$ sudo apt install percona-server-server
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  debsums libaio1 libcurl4 libfile-fnmatch-perl libmecab2 libnuma1 percona-server-client percona-server-common psmisc
The following NEW packages will be installed:
  debsums libaio1 libcurl4 libfile-fnmatch-perl libmecab2 libnuma1 percona-server-client percona-server-common percona-server-server psmisc
0 upgraded, 10 newly installed, 0 to remove and 53 not upgraded.
Need to get 53.8 MB of archives.
After this operation, 387 MB of additional disk space will be used.
Do you want to continue? [Y/n</pre>
<figure id="attachment_18991" aria-describedby="caption-attachment-18991" style="width: 1161px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-18991" src="https://www.osradar.com/wp-content/uploads/2020/03/4-3.png" alt="4.- Install Percona on Debian 10" width="1161" height="257" srcset="https://www.osradar.com/wp-content/uploads/2020/03/4-3.png 1161w, https://www.osradar.com/wp-content/uploads/2020/03/4-3-300x66.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/4-3-1024x227.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/4-3-768x170.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/4-3-696x154.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/4-3-1068x236.png 1068w" sizes="(max-width: 1161px) 100vw, 1161px" /><figcaption id="caption-attachment-18991" class="wp-caption-text">4.- Install Percona on Debian 10</figcaption></figure>
<p>During the installation, you will be asked to enter the initial root password. I recommend that it be quite strong.</p>
<figure id="attachment_18992" aria-describedby="caption-attachment-18992" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-18992" src="https://www.osradar.com/wp-content/uploads/2020/03/5-5.png" alt="5.- Set a password for the root user" width="1365" height="645" srcset="https://www.osradar.com/wp-content/uploads/2020/03/5-5.png 1365w, https://www.osradar.com/wp-content/uploads/2020/03/5-5-300x142.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/5-5-1024x484.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/5-5-768x363.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/5-5-696x329.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/5-5-1068x505.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/5-5-889x420.png 889w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-18992" class="wp-caption-text">5.- Set a password for the root user</figcaption></figure>
<p>After you have confirmed it, you can select the default authentication plugin. It is better to choose the recommended option for more security.</p>
<figure id="attachment_18993" aria-describedby="caption-attachment-18993" style="width: 1081px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-18993" src="https://www.osradar.com/wp-content/uploads/2020/03/6-3.png" alt="6.- Select the default authentication plugin" width="1081" height="658" srcset="https://www.osradar.com/wp-content/uploads/2020/03/6-3.png 1081w, https://www.osradar.com/wp-content/uploads/2020/03/6-3-300x183.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/6-3-1024x623.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/6-3-768x467.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/6-3-696x424.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/6-3-1068x650.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/6-3-690x420.png 690w" sizes="(max-width: 1081px) 100vw, 1081px" /><figcaption id="caption-attachment-18993" class="wp-caption-text">6.- Select the default authentication plugin</figcaption></figure>
<p>If everything went well, you&#8217;ll see this message on the terminal.</p>
<figure id="attachment_18994" aria-describedby="caption-attachment-18994" style="width: 951px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-18994" src="https://www.osradar.com/wp-content/uploads/2020/03/7-2.png" alt="7.- Percona properly installed" width="951" height="298" srcset="https://www.osradar.com/wp-content/uploads/2020/03/7-2.png 951w, https://www.osradar.com/wp-content/uploads/2020/03/7-2-300x94.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/7-2-768x241.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/7-2-696x218.png 696w" sizes="(max-width: 951px) 100vw, 951px" /><figcaption id="caption-attachment-18994" class="wp-caption-text">7.- Percona properly installed</figcaption></figure>
<p>As with MySQL and MariaDB, you can enter the console with the following command:</p>
<pre>:~$ sudo mysql -u root -p</pre>
<figure id="attachment_18995" aria-describedby="caption-attachment-18995" style="width: 883px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-18995" src="https://www.osradar.com/wp-content/uploads/2020/03/8-1.png" alt="8.- The Percona shell" width="883" height="286" srcset="https://www.osradar.com/wp-content/uploads/2020/03/8-1.png 883w, https://www.osradar.com/wp-content/uploads/2020/03/8-1-300x97.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/8-1-768x249.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/8-1-696x225.png 696w" sizes="(max-width: 883px) 100vw, 883px" /><figcaption id="caption-attachment-18995" class="wp-caption-text">8.- The Percona shell</figcaption></figure>
<p>In this console, you can execute the SQL commands you want.</p>
<p>Finally, check the installed version.</p>
<pre>:~$ mysql --version</pre>
<figure id="attachment_18996" aria-describedby="caption-attachment-18996" style="width: 942px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-18996" src="https://www.osradar.com/wp-content/uploads/2020/03/9-1.png" alt="9.- Percona on Debian 10" width="942" height="120" srcset="https://www.osradar.com/wp-content/uploads/2020/03/9-1.png 942w, https://www.osradar.com/wp-content/uploads/2020/03/9-1-300x38.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/9-1-768x98.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/9-1-696x89.png 696w" sizes="(max-width: 942px) 100vw, 942px" /><figcaption id="caption-attachment-18996" class="wp-caption-text">9.- Percona on Debian 10</figcaption></figure>
<p>In effect, we have the latest version of Percona on Debian 10.</p>
<h2>Conclusion</h2>
<p>Percona is a database solution to be considered. Despite being a fork it has its own personality which makes it quite attractive to many companies. As you have seen in this post, it is quite easy to install it in Debian 10.</p>
<p>Please share this post and join <a href="https://t.me/osradar" target="_blank" rel="noopener noreferrer">our Telegram channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-percona-debian-10/">How to install Percona on Debian 10?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-percona-debian-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
