cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Video walk-through for SVM on-premises customers who need to check their Vulnerability Manager Tracking database has synchronized with Flexera.

Commands mentioned in the video:-

Connecting to the Database console

mysql -u root -p 

Listing the Databases

show databases;

 Selecting the "vuln_track" database

use vuln_track

The query

select max(vuln_create_date) from vuln;
 
Was this article helpful? Yes No
No ratings
Version history
Last update:
‎Nov 06, 2020 07:24 AM
Updated by: