{"id":33656,"date":"2020-06-09T11:49:31","date_gmt":"2020-06-09T16:49:31","guid":{"rendered":"https:\/\/www.rosehosting.com\/blog\/?p=33656"},"modified":"2022-06-03T03:32:55","modified_gmt":"2022-06-03T08:32:55","slug":"how-to-install-phpmyadmin-on-ubuntu-20-04","status":"publish","type":"post","link":"https:\/\/www.rosehosting.com\/blog\/how-to-install-phpmyadmin-on-ubuntu-20-04\/","title":{"rendered":"How to Install phpMyAdmin on Ubuntu 20.04"},"content":{"rendered":"<div id=\"bsf_rt_marker\"><\/div>\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"742\" height=\"372\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/how-to-install-phpmyadmin-on-ubuntu20.04.jpg\" alt=\"\" class=\"wp-image-33764\" srcset=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/how-to-install-phpmyadmin-on-ubuntu20.04.jpg 742w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/how-to-install-phpmyadmin-on-ubuntu20.04-300x150.jpg 300w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/how-to-install-phpmyadmin-on-ubuntu20.04-150x75.jpg 150w\" sizes=\"(max-width: 742px) 100vw, 742px\" \/><\/figure>\n\n\n\n<p>In this tutorial, we will show you how to install phpMyAdmin on Ubuntu 20.04. We will also be configuring MySQL Server to work with phpMyAdmin.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignright\"><img decoding=\"async\" width=\"250\" height=\"139\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/install-phpmyadmin-on-ubuntu-20.04.jpg\" alt=\"install phpmyadmin on ubuntu 20.04\" class=\"wp-image-34277\" srcset=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/install-phpmyadmin-on-ubuntu-20.04.jpg 250w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/install-phpmyadmin-on-ubuntu-20.04-150x83.jpg 150w\" sizes=\"(max-width: 250px) 100vw, 250px\" \/><\/figure><\/div>\n\n\n\n<p>Databases are very important for any application, and many projects use MySQL or MariaDB to meet this need. Managing MySQL and MariaDB database from command-line is a time-consuming task for any developer. PhpMyAdmin is a free, open-source, and web-based application that provides the administration of a MySQL or MariaDB database from a comfortable web interface. It comes with an advanced SQL editor that makes it easier to build and test complex SQL queries. It helps you to perform several database operations including, creating, deleting, querying, database, tables, columns, etc. It is most widely used by web hosting companies and enable the webmaster to create and manage databases on their own.<\/p>\n\n\n\n<!--more-->\n\n\n\n<p><strong>Requirements<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>For the purposes of this tutorial, we will be using an <a href=\"https:\/\/www.rosehosting.com\/ubuntu-hosting.html\">Ubuntu 20.04 VPS<\/a>.<\/li><li>You will also need a working LAMP stack in your server.<\/li><li>Full SSH root access or a user with sudo privileges is also required.<\/li><\/ul>\n\n\n\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_82_2 counter-hierarchy ez-toc-counter ez-toc-transparent ez-toc-container-direction\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<label for=\"ez-toc-cssicon-toggle-item-69cd407860723\" class=\"ez-toc-cssicon-toggle-label\"><span class=\"ez-toc-cssicon\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/label><input type=\"checkbox\"  id=\"ez-toc-cssicon-toggle-item-69cd407860723\"  aria-label=\"Toggle\" \/><nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-phpmyadmin-on-ubuntu-20-04\/#1-Connect-to-Your-Server\" >1. Connect to Your Server<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-phpmyadmin-on-ubuntu-20-04\/#2-Configure-MySQL-Server\" >2. Configure MySQL Server<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-phpmyadmin-on-ubuntu-20-04\/#3-Install-PhpMyAdmin-from-Ubuntu-2004-repository\" >3. Install PhpMyAdmin from Ubuntu 20.04 repository<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-phpmyadmin-on-ubuntu-20-04\/#4-Access-the-phpMyAdmin-web-interface\" >4. Access the phpMyAdmin web interface<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-phpmyadmin-on-ubuntu-20-04\/#5-Secure-phpMyAdmin-on-Ubuntu-2004\" >5. Secure phpMyAdmin on Ubuntu 20.04<\/a><\/li><\/ul><\/nav><\/div>\n<h2 class=\"wp-block-heading\" id=\"h-1-connect-to-your-server\"><span class=\"ez-toc-section\" id=\"1-Connect-to-Your-Server\"><\/span>1. Connect to Your Server<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Before starting, you need to connect to your server via SSH as the root user or any other user with sudo privileges.<\/p>\n\n\n\n<p>To connect to your server as the root user, use the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">ssh root@IP_ADDRESS -p PORT_NUMBER<\/pre>\n\n\n\n<p>Make sure to replace <span style=\"color: #ff0000;\">IP_ADDRESS<\/span> and <span style=\"color: #ff0000;\">PORT_NUMBER<\/span> with your actual server IP address and SSH port number.<\/p>\n\n\n\n<p>Once logged in, make sure that your server is up-to-date by running the following commands:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">apt-get update -y\napt-get upgrade -y<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-2-configure-mysql-server\"><span class=\"ez-toc-section\" id=\"2-Configure-MySQL-Server\"><\/span>2. Configure MySQL Server<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>By default, the MySQL root user is set to authenticate using the <code>auth_socket<\/code> plugin by default rather than with a password in Ubuntu 20.04 running MySQL 5.7 or later versions. So you will need to change this default authentication method from <code>auth_socket<\/code> to <code>mysql_native_password<\/code> in order to log in to phpMyAdmin as MySQL root user.<\/p>\n\n\n\n<p>To do so, login to MySQL shell with the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">mysql<\/pre>\n\n\n\n<p>After login, check the authentication method of all of your users run the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">mysql&gt; SELECT user,plugin FROM mysql.user;<\/pre>\n\n\n\n<p>You should get the following output:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">+------------------+-----------------------+\n| user             | plugin                |\n+------------------+-----------------------+\n| debian-sys-maint | caching_sha2_password |\n| mysql.infoschema | caching_sha2_password |\n| mysql.session    | caching_sha2_password |\n| mysql.sys        | caching_sha2_password |\n| root             | auth_socket           |\n+------------------+-----------------------+\n<\/pre>\n\n\n\n<p>Now, change the authentication plugin from <code>auth_socket<\/code> to <code>mysql_native_password<\/code> for your root user with the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">mysql&gt; ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'secure-password';<\/pre>\n\n\n\n<p>Next, flush the privileges to apply the changes:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">mysql&gt; FLUSH PRIVILEGES;<\/pre>\n\n\n\n<p>Next, verify the authentication method again with the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">mysql&gt; SELECT user,plugin FROM mysql.user;<\/pre>\n\n\n\n<p>You should see the following output:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">+------------------+-----------------------+\n| user             | plugin                |\n+------------------+-----------------------+\n| debian-sys-maint | caching_sha2_password |\n| mysql.infoschema | caching_sha2_password |\n| mysql.session    | caching_sha2_password |\n| mysql.sys        | caching_sha2_password |\n| root             | mysql_native_password |\n+------------------+-----------------------+\n<\/pre>\n\n\n\n<p>Now, exit from the MySQL shell with the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">mysql&gt; EXIT;<\/pre>\n\n\n\n<p>At this point, your MySQL server is configured to use <code>mysql_native_password<\/code> authentication method.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-3-install-phpmyadmin-from-ubuntu-20-04-repository\"><span class=\"ez-toc-section\" id=\"3-Install-PhpMyAdmin-from-Ubuntu-2004-repository\"><\/span>3. Install PhpMyAdmin from Ubuntu 20.04 repository<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>By default, phpMyAdmin is available in the Ubuntu 20.04 default repository. You can install it by running the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">apt-get install phpmyadmin -y<\/pre>\n\n\n\n<p>During the installation, you will be asked to choose a web server as shown below:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"986\" height=\"333\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/installing-phpmyadmin-on-ubuntu-20-04.png\" alt=\"installing phpmyadmin on ubuntu 20.04\" class=\"wp-image-34279\" srcset=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/installing-phpmyadmin-on-ubuntu-20-04.png 986w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/installing-phpmyadmin-on-ubuntu-20-04-300x101.png 300w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/installing-phpmyadmin-on-ubuntu-20-04-150x51.png 150w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/installing-phpmyadmin-on-ubuntu-20-04-768x259.png 768w\" sizes=\"(max-width: 986px) 100vw, 986px\" \/><\/figure>\n\n\n\n<p>Select the Apache web server and click on the <strong>Ok<\/strong> button. You will be asked to configure a database for phpMyAdmin with dbconfig-common as shown below:<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft\"><img decoding=\"async\" width=\"1024\" height=\"456\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/install-phpmyadmin-ubuntu-20-04.png\" alt=\"install phpmyadmin ubuntu 20.04\" class=\"wp-image-34280\" srcset=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/install-phpmyadmin-ubuntu-20-04.png 1024w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/install-phpmyadmin-ubuntu-20-04-300x134.png 300w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/install-phpmyadmin-ubuntu-20-04-150x67.png 150w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/install-phpmyadmin-ubuntu-20-04-768x342.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure><\/div>\n\n\n\n<p>Select <strong>Yes<\/strong> and hit enter. You will be asked to provide a MySQL application password for phpMyAdmin as shown below:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1024\" height=\"461\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/how-to-install-phpmyadmin-ubuntu-20-04.png\" alt=\"how to install phpmyadmin ubuntu 20.04\" class=\"wp-image-34281\" srcset=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/how-to-install-phpmyadmin-ubuntu-20-04.png 1024w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/how-to-install-phpmyadmin-ubuntu-20-04-300x135.png 300w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/how-to-install-phpmyadmin-ubuntu-20-04-150x68.png 150w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/how-to-install-phpmyadmin-ubuntu-20-04-768x346.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Provide your password and click on the <strong>Ok<\/strong> button to finish the installation.<\/p>\n\n\n\n<p>Next, restart the Apache service to apply the changes:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">systemctl restart apache2<\/pre>\n\n\n\n<p>At this point, phpMyAdmin is installed in your server.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-4-access-the-phpmyadmin-web-interface\"><span class=\"ez-toc-section\" id=\"4-Access-the-phpMyAdmin-web-interface\"><\/span>4. Access the phpMyAdmin web interface<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Now, open your web browser and access phpMyAdmin using the URL <code>http:\/\/your-server-ip\/phpmyadmin<\/code>. You will be redirected to the phpMyAdmin login page:<\/p>\n\n\n\n<p><img decoding=\"async\" class=\"alignnone wp-image-34282 size-full\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/configure-phpmyadmin-on-ubuntu-20-04.png\" alt=\"configure phpmyadmin on ubuntu 20.04\" width=\"1024\" height=\"503\" srcset=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/configure-phpmyadmin-on-ubuntu-20-04.png 1024w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/configure-phpmyadmin-on-ubuntu-20-04-300x147.png 300w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/configure-phpmyadmin-on-ubuntu-20-04-150x74.png 150w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/configure-phpmyadmin-on-ubuntu-20-04-768x377.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><br>Provide your MySQL root username, password and click on the <strong>Go<\/strong> button. You should see the phpMyAdmin management interface in the following screen:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1024\" height=\"537\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/phpmyadmin-installation-on-ubuntu-20-04.png\" alt=\"phpmyadmin installation on ubuntu 20.04\" class=\"wp-image-34283\" srcset=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/phpmyadmin-installation-on-ubuntu-20-04.png 1024w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/phpmyadmin-installation-on-ubuntu-20-04-300x157.png 300w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/phpmyadmin-installation-on-ubuntu-20-04-150x79.png 150w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/phpmyadmin-installation-on-ubuntu-20-04-768x403.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-5-secure-phpmyadmin-on-ubuntu-20-04\"><span class=\"ez-toc-section\" id=\"5-Secure-phpMyAdmin-on-Ubuntu-2004\"><\/span>5. Secure phpMyAdmin on Ubuntu 20.04<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Because of its popularity, phpMyAdmin is the first target for attackers. So you should take extra care to prevent unauthorized access.<br>To do so, you should use Apache\u2019s built-in .htaccess authentication and authorization functionalities.<\/p>\n\n\n\n<p>First, enable the use of .htaccess file by editing the file phpmyadmin.conf:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">nano \/etc\/apache2\/conf-available\/phpmyadmin.conf<\/pre>\n\n\n\n<p>Add the line <code>AllowOverride All<\/code> within the <code>&lt;Directory \/usr\/share\/phpmyadmin&gt;<\/code> section:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">&lt;Directory \/usr\/share\/phpmyadmin&gt;\nOptions SymLinksIfOwnerMatch\nDirectoryIndex index.php\nAllowOverride All\n<\/pre>\n\n\n\n<p>Save the file then restart the Apache service to apply the changes:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">systemctl restart apache2<\/pre>\n\n\n\n<p>Next, create a <code>.htaccess<\/code> file inside the phpMyAdmin root directory:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">nano \/usr\/share\/phpmyadmin\/.htaccess<\/pre>\n\n\n\n<p>Add the following lines:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">AuthType Basic\nAuthName \"Restricted Files\"\nAuthUserFile \/etc\/phpmyadmin\/.htpasswd\nRequire valid-user\n<\/pre>\n\n\n\n<p>Save and close the file. Then, create a password file with a user named <code>user1<\/code> using the <code>htpasswd<\/code> utility:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">htpasswd -c \/etc\/phpmyadmin\/.htpasswd user1<\/pre>\n\n\n\n<p>You will be asked to set the password as shown below:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">New password:\nRe-type new password:\nAdding password for user user1\n<\/pre>\n\n\n\n<p>Now, your phpMyAdmin is secured with additional authentication.<\/p>\n\n\n\n<p>Open your web browser and type the URL&nbsp;<code>http:\/\/your-server-ip\/phpmyadmin<\/code>.<\/p>\n\n\n\n<p>You will be prompted to the additional account name and password as shown below:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1024\" height=\"378\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/configuring-phpmyadmin-on-ubuntu-20-04.png\" alt=\"configuring phpmyadmin on ubuntu 20.04\" class=\"wp-image-34285\" srcset=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/configuring-phpmyadmin-on-ubuntu-20-04.png 1024w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/configuring-phpmyadmin-on-ubuntu-20-04-300x111.png 300w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/configuring-phpmyadmin-on-ubuntu-20-04-150x55.png 150w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/configuring-phpmyadmin-on-ubuntu-20-04-768x284.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Provide the username and a password you just configured, and click on the <strong>Log in<\/strong> button. You will be redirected to the regular phpMyAdmin authentication page:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1024\" height=\"503\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/installation-of-phpmyadmin-on-ubuntu-20-04.png\" alt=\"installation of phpmyadmin on ubuntu 20.04\" class=\"wp-image-34287\" srcset=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/installation-of-phpmyadmin-on-ubuntu-20-04.png 1024w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/installation-of-phpmyadmin-on-ubuntu-20-04-300x147.png 300w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/installation-of-phpmyadmin-on-ubuntu-20-04-150x74.png 150w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/installation-of-phpmyadmin-on-ubuntu-20-04-768x377.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Provide your MySQL root username, password, and click on the <strong>Go<\/strong> button. You should see the phpMyAdmin management interface as shown below:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1024\" height=\"537\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/set-up-phpmyadmin-on-ubuntu-20-04.png\" alt=\"set up phpmyadmin on ubuntu 20.04\" class=\"wp-image-34288\" srcset=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/set-up-phpmyadmin-on-ubuntu-20-04.png 1024w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/set-up-phpmyadmin-on-ubuntu-20-04-300x157.png 300w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/set-up-phpmyadmin-on-ubuntu-20-04-150x79.png 150w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/set-up-phpmyadmin-on-ubuntu-20-04-768x403.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft\"><img decoding=\"async\" width=\"250\" height=\"139\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/install-phpmyadmin-on-ubuntu-20.04.jpg\" alt=\"install phpmyadmin on ubuntu 20.04\" class=\"wp-image-34277\" srcset=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/install-phpmyadmin-on-ubuntu-20.04.jpg 250w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/install-phpmyadmin-on-ubuntu-20.04-150x83.jpg 150w\" sizes=\"(max-width: 250px) 100vw, 250px\" \/><\/figure><\/div>\n\n\n\n<p>Of course, if you are one of our <a href=\"https:\/\/www.rosehosting.com\/ubuntu-hosting.html\">Managed Ubuntu Hosting<\/a> customers, you don\u2019t have to install phpMyAdmin on your Ubuntu 20.04 VPS \u2013 simply ask our admins, sit back, and relax. Our admins will install phpMyAdmin (and even PHP if it isn&#8217;t already installed) on Ubuntu 20.04 for you immediately.<\/p>\n\n\n\n<p><span style=\"color: #ff0000;\"><strong>PS<\/strong><\/span>. If you liked this post about how to install phpMyAdmin on Ubuntu 20.04 VPS, please share it with your friends on the social networks using the buttons below, or simply leave a comment in the comments section. Thanks.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this tutorial, we will show you how to install phpMyAdmin on Ubuntu 20.04. We will also be configuring MySQL &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"How to Install phpMyAdmin on Ubuntu 20.04\" class=\"read-more button\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-phpmyadmin-on-ubuntu-20-04\/#more-33656\" aria-label=\"Read more about How to Install phpMyAdmin on Ubuntu 20.04\">Read More<\/a><\/p>\n","protected":false},"author":4,"featured_media":33764,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13,1698],"tags":[50,94,1839],"class_list":["post-33656","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","category-ubuntu","tag-php","tag-phpmyadmin","tag-ubuntu-20-04","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-33"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to Install phpMyAdmin on Ubuntu 20.04 | RoseHosting<\/title>\n<meta name=\"description\" content=\"Learn how to install phpMyAdmin on Ubuntu 20.04. Installing phpMyAdmin on Ubuntu 20.04 is easy with this guide.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-phpmyadmin-on-ubuntu-20-04\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install phpMyAdmin on Ubuntu 20.04\" \/>\n<meta property=\"og:description\" content=\"How to Install phpMyAdmin on Ubuntu 20.04 | RoseHosting\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-phpmyadmin-on-ubuntu-20-04\/\" \/>\n<meta property=\"og:site_name\" content=\"RoseHosting\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/RoseHosting\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/rosehosting.helpdesk\" \/>\n<meta property=\"article:published_time\" content=\"2020-06-09T16:49:31+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-06-03T08:32:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/how-to-install-phpmyadmin-on-ubuntu20.04.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"742\" \/>\n\t<meta property=\"og:image:height\" content=\"372\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Jeff Wilson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@rosehosting\" \/>\n<meta name=\"twitter:site\" content=\"@rosehosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jeff Wilson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-phpmyadmin-on-ubuntu-20-04\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-phpmyadmin-on-ubuntu-20-04\\\/\"},\"author\":{\"name\":\"Jeff Wilson\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/person\\\/7ce77a842fa6a9a7f8efa186f2353713\"},\"headline\":\"How to Install phpMyAdmin on Ubuntu 20.04\",\"datePublished\":\"2020-06-09T16:49:31+00:00\",\"dateModified\":\"2022-06-03T08:32:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-phpmyadmin-on-ubuntu-20-04\\\/\"},\"wordCount\":839,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-phpmyadmin-on-ubuntu-20-04\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/how-to-install-phpmyadmin-on-ubuntu20.04.jpg\",\"keywords\":[\"php\",\"phpmyadmin\",\"Ubuntu 20.04\"],\"articleSection\":[\"Tutorials\",\"Ubuntu\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-phpmyadmin-on-ubuntu-20-04\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-phpmyadmin-on-ubuntu-20-04\\\/\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-phpmyadmin-on-ubuntu-20-04\\\/\",\"name\":\"How to Install phpMyAdmin on Ubuntu 20.04 | RoseHosting\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-phpmyadmin-on-ubuntu-20-04\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-phpmyadmin-on-ubuntu-20-04\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/how-to-install-phpmyadmin-on-ubuntu20.04.jpg\",\"datePublished\":\"2020-06-09T16:49:31+00:00\",\"dateModified\":\"2022-06-03T08:32:55+00:00\",\"description\":\"Learn how to install phpMyAdmin on Ubuntu 20.04. Installing phpMyAdmin on Ubuntu 20.04 is easy with this guide.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-phpmyadmin-on-ubuntu-20-04\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-phpmyadmin-on-ubuntu-20-04\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-phpmyadmin-on-ubuntu-20-04\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/how-to-install-phpmyadmin-on-ubuntu20.04.jpg\",\"contentUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/how-to-install-phpmyadmin-on-ubuntu20.04.jpg\",\"width\":742,\"height\":372},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-phpmyadmin-on-ubuntu-20-04\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install phpMyAdmin on Ubuntu 20.04\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/\",\"name\":\"RoseHosting.com\",\"description\":\"Premium Linux Tutorials Since 2001\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#organization\",\"name\":\"RoseHosting\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/android-chrome-192x192-1.png\",\"contentUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/android-chrome-192x192-1.png\",\"width\":192,\"height\":192,\"caption\":\"RoseHosting\"},\"image\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/RoseHosting\",\"https:\\\/\\\/x.com\\\/rosehosting\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/rosehosting\\\/\"],\"description\":\"RoseHosting is a leading Linux hosting provider, serving thousands of clients world-wide since 2001.\",\"email\":\"info@rosehosting.com\",\"telephone\":\"(314) 275-0414\",\"legalName\":\"Rose Web Services LLC\",\"foundingDate\":\"2001-04-02\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"11\",\"maxValue\":\"50\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/person\\\/7ce77a842fa6a9a7f8efa186f2353713\",\"name\":\"Jeff Wilson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g\",\"caption\":\"Jeff Wilson\"},\"description\":\"An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.\",\"sameAs\":[\"https:\\\/\\\/www.rosehosting.com\",\"https:\\\/\\\/www.facebook.com\\\/rosehosting.helpdesk\"],\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/author\\\/jwilson\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Install phpMyAdmin on Ubuntu 20.04 | RoseHosting","description":"Learn how to install phpMyAdmin on Ubuntu 20.04. Installing phpMyAdmin on Ubuntu 20.04 is easy with this guide.","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:\/\/www.rosehosting.com\/blog\/how-to-install-phpmyadmin-on-ubuntu-20-04\/","og_locale":"en_US","og_type":"article","og_title":"How to Install phpMyAdmin on Ubuntu 20.04","og_description":"How to Install phpMyAdmin on Ubuntu 20.04 | RoseHosting","og_url":"https:\/\/www.rosehosting.com\/blog\/how-to-install-phpmyadmin-on-ubuntu-20-04\/","og_site_name":"RoseHosting","article_publisher":"https:\/\/www.facebook.com\/RoseHosting","article_author":"https:\/\/www.facebook.com\/rosehosting.helpdesk","article_published_time":"2020-06-09T16:49:31+00:00","article_modified_time":"2022-06-03T08:32:55+00:00","og_image":[{"width":742,"height":372,"url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/how-to-install-phpmyadmin-on-ubuntu20.04.jpg","type":"image\/jpeg"}],"author":"Jeff Wilson","twitter_card":"summary_large_image","twitter_creator":"@rosehosting","twitter_site":"@rosehosting","twitter_misc":{"Written by":"Jeff Wilson","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-phpmyadmin-on-ubuntu-20-04\/#article","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-phpmyadmin-on-ubuntu-20-04\/"},"author":{"name":"Jeff Wilson","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713"},"headline":"How to Install phpMyAdmin on Ubuntu 20.04","datePublished":"2020-06-09T16:49:31+00:00","dateModified":"2022-06-03T08:32:55+00:00","mainEntityOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-phpmyadmin-on-ubuntu-20-04\/"},"wordCount":839,"commentCount":1,"publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-phpmyadmin-on-ubuntu-20-04\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/how-to-install-phpmyadmin-on-ubuntu20.04.jpg","keywords":["php","phpmyadmin","Ubuntu 20.04"],"articleSection":["Tutorials","Ubuntu"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.rosehosting.com\/blog\/how-to-install-phpmyadmin-on-ubuntu-20-04\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-phpmyadmin-on-ubuntu-20-04\/","url":"https:\/\/www.rosehosting.com\/blog\/how-to-install-phpmyadmin-on-ubuntu-20-04\/","name":"How to Install phpMyAdmin on Ubuntu 20.04 | RoseHosting","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-phpmyadmin-on-ubuntu-20-04\/#primaryimage"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-phpmyadmin-on-ubuntu-20-04\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/how-to-install-phpmyadmin-on-ubuntu20.04.jpg","datePublished":"2020-06-09T16:49:31+00:00","dateModified":"2022-06-03T08:32:55+00:00","description":"Learn how to install phpMyAdmin on Ubuntu 20.04. Installing phpMyAdmin on Ubuntu 20.04 is easy with this guide.","breadcrumb":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-phpmyadmin-on-ubuntu-20-04\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.rosehosting.com\/blog\/how-to-install-phpmyadmin-on-ubuntu-20-04\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-phpmyadmin-on-ubuntu-20-04\/#primaryimage","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/how-to-install-phpmyadmin-on-ubuntu20.04.jpg","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/06\/how-to-install-phpmyadmin-on-ubuntu20.04.jpg","width":742,"height":372},{"@type":"BreadcrumbList","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-phpmyadmin-on-ubuntu-20-04\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.rosehosting.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Install phpMyAdmin on Ubuntu 20.04"}]},{"@type":"WebSite","@id":"https:\/\/www.rosehosting.com\/blog\/#website","url":"https:\/\/www.rosehosting.com\/blog\/","name":"RoseHosting.com","description":"Premium Linux Tutorials Since 2001","publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.rosehosting.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.rosehosting.com\/blog\/#organization","name":"RoseHosting","url":"https:\/\/www.rosehosting.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png","width":192,"height":192,"caption":"RoseHosting"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/RoseHosting","https:\/\/x.com\/rosehosting","https:\/\/www.linkedin.com\/in\/rosehosting\/"],"description":"RoseHosting is a leading Linux hosting provider, serving thousands of clients world-wide since 2001.","email":"info@rosehosting.com","telephone":"(314) 275-0414","legalName":"Rose Web Services LLC","foundingDate":"2001-04-02","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"11","maxValue":"50"}},{"@type":"Person","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713","name":"Jeff Wilson","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g","caption":"Jeff Wilson"},"description":"An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.","sameAs":["https:\/\/www.rosehosting.com","https:\/\/www.facebook.com\/rosehosting.helpdesk"],"url":"https:\/\/www.rosehosting.com\/blog\/author\/jwilson\/"}]}},"_links":{"self":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/33656","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/comments?post=33656"}],"version-history":[{"count":11,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/33656\/revisions"}],"predecessor-version":[{"id":37876,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/33656\/revisions\/37876"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media\/33764"}],"wp:attachment":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media?parent=33656"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/categories?post=33656"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/tags?post=33656"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}