Release MySQL Database Review Guide. Toggle Debug mode at runtime for easier troubleshooting. SQL editor support more types of EXPLAIN queries on the basis of EXPLAIN SELECT, such as EXPLAIN INSERT.
Only OWNER and DBA can toggle Debug modeWhen the Debug mode is enabled, you can see the internal error messages on the web console, and more details are included in the logs. Previously, users can use
--debug
on Bytebase startup to do this. Now you can toggle this setting at runtime. Debug mode is a global setting and will affect all users, thus only OWNER and DBA can toggle it. It’s expected to be temporarily turned on for troubleshooting issues.