0% found this document useful (0 votes)
62 views2 pages

MySQL-MariaDB Basic Interview Questions Template

The document discusses questions about the MySQL and MariaDB databases. It covers topics like versions used, installation methods, storage engines, backups, permissions, replication, clusters, and load balancing.

Uploaded by

haryati rasyid
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
62 views2 pages

MySQL-MariaDB Basic Interview Questions Template

The document discusses questions about the MySQL and MariaDB databases. It covers topics like versions used, installation methods, storage engines, backups, permissions, replication, clusters, and load balancing.

Uploaded by

haryati rasyid
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Q1 which all mysql or MariaDB version you used so far.

Currently, I use for mysql 5.7 and 8.0 version, then for mariadb use 10.2 version.

Q2 What kind of installation you did so far?


I install mysql/mariadb

Q3 What are storage engine in MySQL/MariaDB


Innodb and myisam

Q4 Method for databases backup


Fullbackup

Q5 Is it possible to take single table backup in MySQL/MariaDB


Yes it’s

Q6 How to check user permission?


Show grants

Q7 Which table store database user and its privileges data?


Mysql.user

Q8 What are the different logs available in MySQL or MariaDB


Mysqld_log, slow log, and error log

Q9 What is Default MySQL port


3306

Q10 What is your experience in MySQL/MariaDB replication


Master slave replications

Q11 What is your experience in cluster or HA solutions


Not yet

Q12 In Replication is it ok if we keep same server id for master & slave?


No

Q13 what is the use of reset slave command?


Reset slave

Q14 How to check what is currently running on DB server?


Show slave status

Q15 Is it possible to log queries which are taking more time?


I don’t know

Q16 What are different loadbalancer which we can use with MySQL/MariaDB?
I don’t use loadbalancer

You might also like