Oracle
1Z0-873 · Question #111
When running the MySQL server under Windows, the --console option is used to display server errors in the console window.
The correct answer is A. True. If the server does not start properly, check the error log in the data directory to see why. Alternatively, to display diagnostic output in the console window instead, invoke the server with the --console
Installation and Configuration
Question
When running the MySQL server under Windows, the --console option is used to display server errors in the console window.
Options
- ATrue
- BFalse
How the community answered
(30 responses)- A70% (21)
- B30% (9)
Explanation
If the server does not start properly, check the error log in the data directory to see why. Alternatively, to display diagnostic output in the console window instead, invoke the server with the --console
Topics
#mysqld options#Windows console#error output#server startup
Community Discussion
No community discussion yet for this question.