Home
December 2009   01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Responding to a "My MySQL wishlist".

Posted on 2007.11.15 at 06:09
Current Location: Home, Capitol Hill, Seattle WA
Tags: ,
I just saw [info]dveeden's post in PlanetMySQL.

He writes: 3. Database locator. So you've got hundreds of servers … and a multitude of databases. How to connect to the right server to reach the database you needed? Something like oracle TNS would be helpful here. What about implementing TNS for MySQL or just using DNS? How do you solve this?

[info]krow has written a plugin that announces a MySQL server via Apple's BonJour zeroconf protocol. Extending it to announce databases in the server might be doable …

Also, I'm (slowly) working on a SNMP AgentX plugin for MySQL server. With that, one can autodiscover MySQL servers and databases via Nagios, OpenView, etc.

4. Saving extra metadata about the database. A common way to store stuff like customerid, data classification, service classification (development, production, etc) would be helpful. Many people are already storing this info but there is no way MySQL Administrator, phpMyAdmin or other tools can use it.

That's a great idea! I'm adding it right now to the desired feature set for my AgentX project, and I'm going to bend [info]krow's ear about it.

Comments:


Brian "Krow" Aker
[info]krow at 2007-11-15 16:28 (UTC) (Link)
I have no idea when I will get back to that, aka the zeroconf work. Depends a lot on available time... I do believe it currently works without issue though.
awfief
[info]awfief at 2007-11-15 18:28 (UTC) (Link)
your SNMP agentx plugin makes me quiver.
Previous Entry  Next Entry