NEW
Font size
WorksheetsMy SQL
Total questions: 10
Worksheet time: 5mins
Which of the following is the official website to download MySQL?
www.mysql.com
www.mysql.org
www.oracle.com
www.database.com
Which MySQL edition is free and open-source?
MySQL Enterprise Edition
MySQL Community Edition
MySQL Standard Edition
MySQL Developer Edition
What is the default port number for MySQL Server?
1433
5432
3306
1521
Which tool is commonly used to install MySQL on Windows?
MySQL Workbench
MySQL Installer
phpMyAdmin
MySQL Command Line Client
Which command is used to check if MySQL service is running on Windows?
mysql status
net start mysql
sc query mysql
service mysql status
During MySQL installation, what authentication method is recommended for better security?
Native Password Authentication
Legacy Authentication
SHA256 Password Authentication
No Password Authentication
Which MySQL storage engine is the default in MySQL 8.0?
MyISAM
InnoDB
MEMORY
CSV
What command is used to start MySQL service on Linux?
service mysql start
mysql --start
start mysql
mysql run
In MySQL installation, what is the purpose of the my.cnf (or my.ini) file?
Storing user passwords
Configuration settings for MySQL
Storing database querie
Managing database backups
Which command is used to log in to MySQL after installation?
mysql -u root -p
mysql start
mysql connect root
mysqladmin login
