equal
deleted
inserted
replaced
54 MariaDB [mysql]> SHOW CREATE DATABASE mysql; |
54 MariaDB [mysql]> SHOW CREATE DATABASE mysql; |
55 MariaDB [mysql]> SHOW CREATE TABLE user; |
55 MariaDB [mysql]> SHOW CREATE TABLE user; |
56 |
56 |
57 MariaDB [mysql]> SHOW GRANTS; |
57 MariaDB [mysql]> SHOW GRANTS; |
58 |
58 |
|
59 Debugging. |
|
60 ========== |
|
61 |
|
62 After error or warning run:: |
|
63 |
59 MariaDB [mysql]> SHOW WARNINGS; |
64 MariaDB [mysql]> SHOW WARNINGS; |
60 MariaDB [mysql]> SHOW ERRORS; |
65 MariaDB [mysql]> SHOW ERRORS; |
|
66 MariaDB [mysql]> show engine innodb status; |
61 |
67 |