Skip to content

Instantly share code, notes, and snippets.

@wildanm
Created December 13, 2020 03:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wildanm/7330631eb7d2b835329c71301b812486 to your computer and use it in GitHub Desktop.
Save wildanm/7330631eb7d2b835329c71301b812486 to your computer and use it in GitHub Desktop.
TAO Database yang Crash Ketika Fitur Proctoring Diaktifkan dengan 151 Peserta
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 979
Server version: 10.3.25-MariaDB-0ubuntu0.20.04.1 Ubuntu 20.04
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]> SELECT TABLE_NAME, ENGINE FROM information_schema.TABLES WHERE TABLE_SCHEMA = 'taolbi';
+------------------------+--------+
| TABLE_NAME | ENGINE |
+------------------------+--------+
| event_log | MyISAM |
| variables_storage | MyISAM |
| sequence_uri_provider | MyISAM |
| delivery_executions | InnoDB |
| kv_store | MyISAM |
| results_storage | MyISAM |
| delivery_log | InnoDB |
| tq_task_log | InnoDB |
| user_last_activity_log | InnoDB |
| notifications | MyISAM |
| models | MyISAM |
| statements | MyISAM |
| kv_delivery_monitoring | InnoDB |
| delivery_monitoring | InnoDB |
+------------------------+--------+
14 rows in set (0.001 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment