Some days, nothing goes right.

mysql> drop table node_details; ERROR 1051 (42S02): Unknown table ‘node_details’ mysql> create table node_details ( id integer ); ERROR 1050 (42S01): Table ‘node_details’ already exists mysql> drop database local_nodes; ERROR 1051 (42S02): Unknown table ‘node_details’

This exercise in un-collapsed waveforms brought to you by this not-a-bug bug.