February 2018
Intermediate to advanced
510 pages
16h 10m
English
As a standard release practice, every MySQL version is verified on different platforms before its release. It is assumed that MySQL may have a few hard to find bugs. As we encounter an issue with MySQL, it is helpful if we try to find out the cause for the system crash. The first thing to identify is if the mysqld server process crashes or the issue is with the MySQL client program. It can be checked how long the MySQL server was up for by executing the mysqladmin version command. The following is an example output:
C:\Program Files\MySQL\MySQL Server 8.0\bin>mysqladmin version -u root -pEnter password: *****mysqladmin Ver 8.0.3-rc for Win64 on x86_64 (MySQL Community Server (GPL))Copyright (c) 2000, 2017, Oracle ...
Read now
Unlock full access