Comments - Crash of MariaDB 10.1.21 on IBM i (ZendDBI 10) when do DB2 Data engine tables import

3 years, 4 months ago Oli Sennhauser

If this is really a crash of the MariaDB database server you should see a stack trace in your MariaDB error log. A stack trace means: You hit a bug in your database software. With this stack trace you should open a bug report at your MariaDB support account and hoping that it will be fixed soon. If you cannot find an error log (show global variables like '%error%';) you should at least see with the uptime (status; or show global status like 'uptime';) of your database server how long the server was really running and if it was really a crash.

At least this works on UNIX/Linux systems.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.