• Recent
    • Tags
    • Popular
    • Register
    • Login

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website

    How long when use derby database for store data that the mango connect equipment?

    User help
    2
    6
    1.5k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • E
      edmond
      last edited by

      If I choose the derby database ,how long how long when use derby database for store data that the mango connect equipment? if I choose mysql or postpresql, how to setting in mango in windows version.

      1 Reply Last reply Reply Quote 0
      • JoelHaggarJ
        JoelHaggar
        last edited by

        Hi Edmond,

        I don't really understand your question but I think I know what you are getting at and there is no set rule about how large to let a derby database get. It should be noted that the default database being used in Mango 2.4.2 is H2 which is much better than derby. I would say if your database is going to larger than a few GB then I would recommend going to MySQL. In general for most production implementations of Mango I would recomend using MySQL over derby.

        Hope that helps.
        Joel.

        1 Reply Last reply Reply Quote 0
        • E
          edmond
          last edited by

          Hi Joel:

          if I choose mysql or postpresql, how to setting mango in windows version. have any step by step?

          1 Reply Last reply Reply Quote 0
          • JoelHaggarJ
            JoelHaggar
            last edited by

            PostgresSQL is not an option for Mango. To configure mango for MySQL you do that in the /classes/env.properties file.

            You need to create a blank database and user with full permissions to the database.

            1 Reply Last reply Reply Quote 0
            • E
              edmond
              last edited by

              Yes .Thank JoelHaggars.

              You are right. When I use bleow command .the covert db is ok.

              grant all privileges on db.* To 'username'@'localhost' identified by 'password';

              1 Reply Last reply Reply Quote 0
              • First post
                Last post