PMA\libraries\VersionInformation::getMySQLVersion PHP Method

getMySQLVersion() protected method

Returns the MySQL version
protected getMySQLVersion ( ) : string
return string MySQL version
    protected function getMySQLVersion()
    {
        return PMA_MYSQL_STR_VERSION;
    }