zoukankan      html  css  js  c++  java
  • SiteScope监控Mysql注意要点

    Monitoring mySQL Databases
    Monitoring a MySQL database requires the use of a JDBC driver. To enable SiteScope to monitor a MySQL database:

    Download the JDBC driver from http://www.mysql.com/downloads/api-jdbc.html
    Uncompress the distribution file
    Among all the other files, you should find a file with a .jar extension.
    Copy the .jar file into the <SiteScope install path>/SiteScope/java/lib/ext directory

    Stop and restart SiteScope
    Now, use your browser to add a Database Query Monitor within SiteScope.
    The Database Connection URL format for the MySQL JDBC driver is:

    jdbc:mysql://<database hostname>[:<tcp port>]/<database>

    For example to connect to the MySQL database "aBigDatabase" on a machine using the standard MySQL port number 3306 you would use:
    jdbc:mysql://206.168.191.19/aBigDatabase

    If you are using a different port to connect to the database then you should include that port number as part of the IP address.

    The specification for the MySQL JDBC driver is: org.gjt.mm.mysql.Driver

    Enter this string into the Database Driver text box under the Advanced Options section of the Add Database Query Monitor form.

  • 相关阅读:
    CSP模拟11
    P3870 [TJOI2009]开关
    P2357 守墓人(分块)
    那一天她离我而去 (最短路)
    礼物(概率dp)
    收集邮票(概率dp)
    齿轮
    water
    【纪中受难记】——C3D4:万里无云
    zz maven eclipse svn 上传下载
  • 原文地址:https://www.cnblogs.com/preftest/p/1915310.html
Copyright © 2011-2022 走看看