CVEBrowser - a search engine for the Mitre CVE dictionary. | ||
---|---|---|
<<< Previous | How to uninstall the application | Next >>> |
Once the RPM packages are removed, you will have to delete the cvebrowser database by hand:
mysql> use mysql Database changed mysql> delete from user where user = 'cvebrowser'; Query OK, 0 rows affected (0.03 sec) mysql> delete from db where user ='cvebrowser'; Query OK, 0 rows affected (0.03 sec) mysql> DROP DATABASE IF EXISTS cvebrowser; Query OK, 0 rows affected (0.03 sec) mysql> FLUSH PRIVILEGES; Query OK, 0 rows affected (0.03 sec) |
Please remember to use the names you defined when created the databases. |
<<< Previous | Home | Next >>> |
How to uninstall the application | Up | About the author |