1. Question: To uninstall MySQL from linux we made the following shell commond: %>rpm -u MySQL-VERSION

    A
    True

    B
    False

    Note: Not available
    1. Report
  2. Question: RPM stands for ______.

    A
    RPM Package Manager

    Note: Not available
    1. Report
  3. Question: MySQL default connection port number is ______.

    A
    3306

    Note: Not available
    1. Report
  4. Question: Default MySQL users are A) _____ and B) _____

    A
    root

    B
    pma

    Note: Not available
    1. Report
  5. Question: To access localhost mysql server with default administrative user and password we provide ______ command from shell/command prompt. NB: use  -h, -u -p -D options in order to access test database.

    A
    mysql  -h localhost -u root -p -D test

    Note: Not available
    1. Report
  6. Question: To reset administrative password we use the following command: mysql>RESET PASSWORD FOR root@localhost=PASSWORD('secret');

    A
    True

    B
    False

    Note: Not available
    1. Report
  7. Question: We can start and stop MySQL server on windows OS with a windows service console named ______.

    A
    services.msc

    Note: Not available
    1. Report
  8. Question: To stop MySQL server with mysqladmin client we provide the following command from shell/command prompt: %>mysqladmin -u root -p stop

    A
    True

    B
    False

    Note: Not available
    1. Report
  9. Question: To disable logging at any time, we use ______ option in MySQL.

    A
    notee,\t

    Note: Not available
    1. Report
  10. Question: To getting server statistics in MySQL we use ______ option.

    A
    status,\s

    Note: Not available
    1. Report
Copyright © 2025. Powered by Intellect Software Ltd