Hello!
Could somebody explain how this works? :
I have 2 storage nodes and a few SQL nodes. I create a database "bleh"
on 2 sql nodes. Then I fill it up with some data, using the ndb engine
on the tables. If I drop the database on 1 sql node, all the data is
removed from the cluster, right? So sql node 2 only has an empty
database "bleh" left. How do I remove a certain db only from 1 sql node?
Alter table all the tables to MyISAM, and then drop the database? Or is
there another way?
Thanks in advance!
Kind regards,