I have a cck node with text fields:

  • dbname
  • dbuser
  • dbpass

I would like to use this values to create/update/delete external mysql database.
Which modules could provide this functionality?

The create/update/delete db buttons can be positioned on node/view page, in a block or on a custom view page.
After clicking the create/update/delete db button user should be taken to a confirmation page and after confirming the database should be created/updated/dropped.

Any help would be appreciated.