1. Question: How to set the administrator password?

    A
    SET ADMINISTRATOR FOR root@localhost=PASSWORD('secret');

    B
    SET ROOT PASSWORD FOR root@localhost=PASSWORD('secret');

    C
    SET PASSWORD FOR root@localhost=PASSWORD('secret');

    D
    SET PASSWORD FOR Admininstrator@localhost=PASSWORD('secret');

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

    A
    root

    B
    pma

    Note: Not available
    1. Report
  3. 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
  4. Question: Default user in MySQL server is root.

    A
    True

    B
    False

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