MySQL AB MySQL Database Server Reports
Attributes
The following attributes are available for MySQL Database Server
Default Attributes
- type = MySQL Database Server
- product_version
- version
Optional Attributes
There are currently no optional attributes for this product
Additional Attributes
- db_path
- socket_file
Reports
Currently there are no additional reports available for this product, why not be the first to contribute?
MySQL Database Server CVE Reports
CVE-2007-6313
SEARCH SoftwareInstance WHERE type = "MySQL Database Server" AND version LIKE '(5.1.([0-9]|1[0-9]|2[0-2])|6.0.[0-3])' SHOW type, name, count, version, product_version, release, #RunningSoftware:HostedSoftware:Host:Host.name AS "Hostname"
MySQL Database Server Product Lifecycle Reports
MySQL Database Server instances that have reached End Of Support date
SEARCH SoftwareInstance WHERE type = "MySQL Database Server"
AND version <= "4.[1]?"
AND currentTime() > parseTime("2006-12-31")
OR type = "MySQL Database Server"
AND version LIKE "5.[0]?"
AND currentTime() > parseTime("2008-12-31")
SHOW type, name, count, version,
product_version, release, #RunningSoftware:HostedSoftware:Host:Host.name AS "Hostname"
MySQL Database Server instances that have reached End Of Extended Support date
SEARCH SoftwareInstance WHERE type = "MySQL Database Server"
AND version LIKE "3.23[0-99]?"
AND currentTime() > parseTime("2006-12-31")
OR type = "MySQL Database Server"
AND version LIKE "4.[0]?"
AND currentTime() > parseTime("2008-12-31")
OR type = "MySQL Database Server"
AND version LIKE "4.[1]?"
AND currentTime() > parseTime("2009-12-31")
SHOW type, name, count, version,
product_version, release, #RunningSoftware:HostedSoftware:Host:Host.name AS "Hostname"