S
S
Sergey Pugovkin2016-04-09 13:26:11
MySQL
Sergey Pugovkin, 2016-04-09 13:26:11

How to find out which database is on the server (Debian, root is): MySQL or MariaDB?

How to find out which database is on the server (Debian, root is): MySQL or MariaDB? Googling does not help, stubbornly produces articles why MariaDB is better.
Sorry in advance for the stupid question, I'm in the administration system not so long ago.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
Rikcon, 2016-04-09
@Driver86

log in through the console to mysql (mysql -u your user is -p (if there is a password) and as far as I remember, Maria admits that she is Maria)

N
Night, 2016-04-09
@maxtm

select version() -- no root needed

E
Ergil Osin, 2016-04-09
@Ernillew

mysql --defaults-file=/etc/mysql/debian.cnf
select version();

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question