Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. bakardi

    mysql administration need help !!

    hi! i am working as a developer in an orgnization, and i have been assigned an extra duty to maintain the MySql database used for production purpose. As a database administrator what are the important things that i must keep track of to ensure that the database is healthy always! for i think...
  2. bakardi

    mysql administration need help

    hi! i am working as a developer in an orgnization, and i have been assigned an extra duty to maintain the MySql database used for production purpose. As a database administrator what are the important things that i must keep track of to ensure that the database is healthy always! for i think...
  3. bakardi

    mysql transactions ?

    does mysql support ACID properties of transaction. i am working on version 3.23.52. How can i get informations regarding trasactions that take place in mysql server.
  4. bakardi

    query execution speed

    is there any way to calculate the execution speed of the query executed in mysql. where are the informations regarding the sql queries stored in mysql. in oracle we have system views v$sql etc. to provide such inforomations. is there any such similar way in MySql ?
  5. bakardi

    starting an agent along with the mysql server

    one more main important reason to use the monitor and MySql server as one is that mysql does not support triggers, hence certain events cannot be monitored such as: dropped tables - names number of times a table is visited most quired table with name and count server - number of restarts server...
  6. bakardi

    starting an agent along with the mysql server

    ya ! i hope this could me more an integrated part of MySql server. advantages can be : all the critical events are tracked down ensuring timely notification! what do u think would be the correct way to implement the moinitor considering only mysql.
  7. bakardi

    starting an agent along with the mysql server

    to put it simple , the database monitor should be implemented within the mysql server without having to restart it.
  8. bakardi

    starting an agent along with the mysql server

    is it possible to start an agent or say an application along with the mysql server. The libmysqld - embedded mysql server library makes it possible to run the MySql server inside a client application,.But in my case , where i am designing a database monitor, the client application (an agent)...
  9. bakardi

    mysql management

    hi ! i shall make it a bit clear! i am designing a database monitor for mysql database using agent architecture! ie another application that takes these informations to be monitored from the mysql and produces necessary notifications . i will be creating the agent using c API's . Now which...
  10. bakardi

    Mysql management

    thanx william, but is there anything particular that can be obtained right at the moment when the database is started.
  11. bakardi

    Mysql management

    ya i have to create the agent using c.
  12. bakardi

    mysql management

    hi ! apart from my previos post, i would also like to know the list of metrics that could be collected when the database server is started. ie. the informations obtained when the database just starts.
  13. bakardi

    Mysql management

    hi i am designing a software that would keep track of Mysql database health and notify any critical events ... i have two options at the very high level! - whether to start the agent <information provider> when the Mysql database is started or to keep the agent independent of Mysql.ie...

Part and Inventory Search

Back
Top