This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Flexera Community
- :
- Software Vulnerability Management
- :
- Software Vulnerability Manager Knowledge Base
- :
- Coffee Break Series #1 - Checking the Vulnerability Database is up to date
Subscribe
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Coffee Break Series #1 - Checking the Vulnerability Database is up to date
Coffee Break Series #1 - Checking the Vulnerability Database is up to date
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;
Labels (9)
0
582
No ratings