Your MYSQL server was successfully running for a days, and then suddenly stopped .You
are sure that no mysqld process is running.
Which two may provide diagnostic information to help determine why the MYSQL server
stopped?
A.
The general query log file
B.
The syslog on Linux/UNIX or the Event view on windows
C.
The slow query log file
D.
The MYSQL server error log file
E.
The binary log file
The correct answer is C and D.
http://dev.mysql.com/doc/refman/5.7/en/error-log.html
https://books.google.de/books?id=Zc4vVXkriTwC&pg=PT805&lpg=PT805&dq=mysql+diagnostic+information+log&source=bl&ots=VpQehvKwI8&sig=h1I7SOHVvILVtJh14b0WmGyQ2vY&hl=en&sa=X&ved=0ahUKEwicjqKO8LHLAhUGShQKHVT0AvMQ6AEIKzAD#v=onepage&q=mysql%20diagnostic%20information%20log&f=false
The correct answer is C and D.
BD
Why B?
Mysql stopped running, os logs will tell you why
Yes, B and D are correct answers.
http://dev.mysql.com/doc/refman/5.7/en/error-log.html
B D