Install MariaDB on Ubuntu

0 votes
How do I install the latest version of MariaDB on Ubuntu?
Mar 18, 2019 in Database by Ravi
556 views

1 answer to this question.

0 votes

Hey Ravi, execute the following instructions to install MariaDB on Ubuntu:

Add repositories

apt-get install software-properties-common 
apt-key adv --recv-keys -keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db 
add-apt-repository 'deb http://mirror.jmu.edu/pub/mariadb/repo/10.1/ubuntu trusty main'

Update repositories and then install:

apt-get update
apt-get install mariadb-server

Finish the installation by running 

/usr/bin/mysql_secure_installation
answered Mar 18, 2019 by Kiran

Related Questions In Database

0 votes
0 answers

How to install Oracle DB on ubuntu?

Can anyone help me with the step ...READ MORE

Feb 28, 2019 in Database by Sukanya Rajput
578 views
0 votes
1 answer

Install MS SQL on Ubuntu

Hey @Kavita, follow these steps to install ...READ MORE

answered Mar 1, 2019 in Database by Kali
433 views
0 votes
1 answer

How do i install MongoDB on ubuntu?

Hey @Aryaa, follow these steps: Import Public Key sudo ...READ MORE

answered Mar 15, 2019 in Database by Avinash
583 views
0 votes
1 answer

Install DB2 on Ubuntu

Hey @Dipti, follow these steps to install ...READ MORE

answered Mar 20, 2019 in Database by Kanika
1,634 views
0 votes
1 answer
0 votes
1 answer

Verify MariaDB is installed

Once you're done installing, execute the following ...READ MORE

answered Mar 18, 2019 in Database by Kiran
986 views
0 votes
2 answers

Install postgreSQL on Ubuntu

Follow the below commands to install PostgreSQL (PSQL) ...READ MORE

answered Nov 12, 2020 in Database by Prachi
• 140 points
905 views
0 votes
1 answer

Access progrs prompt without switching accounts

Use the following to get the postgres prompt ...READ MORE

answered Mar 22, 2019 in Database by Mahi
640 views
0 votes
1 answer

Pre-requisites while installing MariaDB on Ubuntu?

The only thing you need to make ...READ MORE

answered Mar 18, 2019 in Database by Janice
455 views
0 votes
1 answer

Install MS-SQL Server on Windows

Follow these steps  if you wish to ...READ MORE

answered Mar 18, 2019 in Database by Kiran
578 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP