1. Question: Which of the following option is used to connect remote mysql database with other options?

    A
    -h

    B
    -G

    C
    -b

    D
    -E

    Note: Not available
    1. Report
  2. Question: Which option specify to log all commands and the resulting output to the file specified by name?

    A
    -t

    B
    -X

    C
    -H

    D
    -f

    Note: Not available
    1. Report
  3. Question: Which option enables compression for the protocol used for client/server communication?

    A
    -C

    B
    -s

    C
    -v

    D
    -V

    Note: Not available
    1. Report
  4. Question: Which mysql client option disabled annoying beeping error sound?

    A
    -b

    B
    -P

    C
    -S

    D
    -s

    Note: Not available
    1. Report
  5. Question: Which mysql client option resultes to be output in XML format?

    A
    -X

    B
    -x

    C
    -M

    D
    --xml

    Note: Not available
    1. Report
  6. Question: Which mysql client option outputs all results in HTML format?

    A
    -H

    B
    -h

    C
    --html

    D
    -y

    Note: Not available
    1. Report
  7. Question: Which mysql client option causes mysql to ignore all DELETE and UPDATE queires in which the WHERE clause is omitted?

    A
    -U

    B
    -C

    C
    -e

    D
    -f

    Note: Not available
    1. Report
  8. Question: Which of the following is not mysqladmin commands?

    A
    version

    B
    reload

    C
    status

    D
    variable

    Note: Not available
    1. Report
  9. Question: What is the correct syntax to use mysqladmin to create a database named test2?

    A
    shell>mysqladmin -u root -p create test2

    B
    shell>mysqladmin  create test2 -u root -p

    C
    shell>mysqladmin -u root -p create database test2

    D
    mysql>mysqladmin -u root -p create database test2

    Note: Not available
    1. Report
  10. Question: Which is not mysql server client?

    A
    mysql

    B
    mysqldump

    C
    mysqlshow

    D
    mysqlhotcopy

    E
    mysqlimport

    F
    myisamchk

    G
    mysqlcheck

    H
    all

    I
    mysqlexport

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