Github user andreaturli commented on a diff in the pull request:

    https://github.com/apache/brooklyn-library/pull/57#discussion_r73698170
  
    --- Diff: 
software/database/src/main/java/org/apache/brooklyn/entity/database/mysql/MySqlNode.java
 ---
    @@ -89,6 +92,12 @@
     
         AttributeSensor<Double> QUERIES_PER_SECOND_FROM_MYSQL = 
Sensors.newDoubleSensor("mysql.queries.perSec.fromMysql");
     
    +    /** This comes from mysql.cnf
    +     * See http://dev.mysql.com/doc/refman/5.6/en/mysql-install-db.html 
and http://dev.mysql.com/doc/refman/5.7/en/mysql-install-db.html
    +     * for more details.
    +     * */
    +    String DEFAULT_USERNAME = "root";
    --- End diff --
    
    I followed the same pattern seen at Postgresql but yeah not really sensible


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to