Verify MariaDB is installed

0 votes
I've installed the latest version of MariaDB on Ubuntu. I want to verify if it's installed correctly. How do I do that?
Mar 18, 2019 in Database by Ravi
986 views

1 answer to this question.

0 votes

Once you're done installing, execute the following command:

mysql -u root -p

You'll be prompted for a password, insert the password and you should see a similar output

Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is XXXX
Server version: 5.5.X
Copyright (c) 2000, 2014, Oracle, Monty Program Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]> 
answered Mar 18, 2019 by Kiran

Related Questions In Database

0 votes
1 answer

Interface for MariaDB after installed in Window

If you are talking about a Graphical ...READ MORE

answered Mar 16, 2020 in Database by Sirajul
• 59,230 points
705 views
0 votes
1 answer

What is MSLAB and LZO?

MSLAB stands for Memstore-Local Allocation Buffer. Lempel-Ziv-Oberhumer (LZO) ...READ MORE

answered Jul 10, 2018 in Database by Data_Nerd
• 2,390 points
1,055 views
0 votes
1 answer

Why is MongoDB preferred?

MongoDB is considered to be best NoSQL ...READ MORE

answered Jul 24, 2018 in Database by shams
• 3,670 points

edited Jun 1, 2023 by Srinath 553 views
0 votes
1 answer

What is Functional dependency?

A relation is said to be in ...READ MORE

answered Aug 10, 2018 in Database by DataKing99
• 8,240 points
623 views
0 votes
1 answer
0 votes
1 answer

Install MariaDB on Ubuntu

Hey Ravi, execute the following instructions to ...READ MORE

answered Mar 18, 2019 in Database by Kiran
555 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

What is MariaDB?

MariaDB is a database management system (DBMS), ...READ MORE

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

Is MariaDB better than MySQL?

Yes ofcourse MariaDB is better than MySQL. ...READ MORE

answered Mar 18, 2019 in Database by Keshav
399 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