[SOLVED] - Removing Log from Menu - database is gone but Log still exists

1 post / 0 new
AD0IU
AD0IU's picture
[SOLVED] - Removing Log from Menu - database is gone but Log still exists

Greetings:

I broke something.
I tried to delete cqrlog002 but ran into a snag. The log is gone, but the entry persists in the menu presented when CQRLOG starts. If I chose that entry, the program fails and I have to abort, or if that doesn't work, kill the process via the command line.

Current databases are:
MariaDB [(none)]> show databases;
+--------------------+
| Database |
+--------------------+
| cqrlog001 |
| cqrlog003 |
| cqrlog004 |
| cqrlog005 |
| cqrlog_common |
| information_schema |
+--------------------+
6 rows in set (0.001 sec)

Is there a way I can remove cqrlog002 (now named "Defunct") from the list of Log choices presented?

Thank you,
Rob

UPDATE:
Found the table in cqrlog_common (log_list) and removed the offending row.
MariaDB [cqrlog_common]> show tables;
+-------------------------+
| Tables_in_cqrlog_common |
+-------------------------+
| bands |
| db_version |
| dxcc_ref |
| dxclusters |
| iota_list |
| log_list |
| qslmgr |
+-------------------------+
7 rows in set (0.002 sec)