diff --git a/libraries/CommonFunctions.class.php b/libraries/CommonFunctions.class.php index b864ca2f34..172d5c6443 100644 --- a/libraries/CommonFunctions.class.php +++ b/libraries/CommonFunctions.class.php @@ -540,6 +540,8 @@ class PMA_CommonFunctions $mysql = '5.5'; } else if (PMA_MYSQL_INT_VERSION >= 50100) { $mysql = '5.1'; + } else { + $mysql = '5.0'; } } $url = $cfg['MySQLManualBase']