wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

My SQL

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which of the following is the official website to download MySQL?

a)

www.mysql.com

b)

www.mysql.org

c)

www.oracle.com

d)

www.database.com

2.

Which MySQL edition is free and open-source?

a)

MySQL Enterprise Edition

b)

MySQL Community Edition

c)

MySQL Standard Edition

d)

MySQL Developer Edition

3.

What is the default port number for MySQL Server?

a)

1433

b)

5432

c)

3306

d)

1521

4.

Which tool is commonly used to install MySQL on Windows?

a)

MySQL Workbench

b)

MySQL Installer

c)

phpMyAdmin

d)

MySQL Command Line Client

5.

Which command is used to check if MySQL service is running on Windows?

a)

mysql status

b)

net start mysql

c)

sc query mysql

d)

service mysql status

6.

During MySQL installation, what authentication method is recommended for better security?

a)

Native Password Authentication

b)

Legacy Authentication

c)

SHA256 Password Authentication

d)

No Password Authentication

7.

Which MySQL storage engine is the default in MySQL 8.0?

a)

MyISAM

b)

InnoDB

c)

MEMORY

d)

CSV

8.

What command is used to start MySQL service on Linux?

a)

service mysql start

b)

mysql --start

c)

start mysql

d)

mysql run

9.

In MySQL installation, what is the purpose of the my.cnf (or my.ini) file?

a)

Storing user passwords

b)

Configuration settings for MySQL

c)

Storing database querie

d)

Managing database backups

10.

Which command is used to log in to MySQL after installation?

a)

mysql -u root -p

b)

mysql start

c)

mysql connect root

d)

mysqladmin login