Home » MYSQL » MySQL Programs » Question
  1. Which program emulates the client load for a MySQL server?
    1. mysqlimport
    2. mysqlslap
    3. mysqladmin
    4. mysqldump
    5. None of these
Correct Option: B

mysqlslap is a client program designed to emulate client load for a MySQL server. It reports the timing of each stage. It works as if multiple clients are accessing the server.



Your comments will be displayed only after manual approval.