Mysql governor "all" mode with remote mysql server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Guest

    #1

    Mysql governor "all" mode with remote mysql server

    Fr om what i know, "all - Always run queries inside users LVE" mode share user cpu limit .

    Let`s say we have user with 1 core lim it, those 1 core is shared for all user processes + mysql cpu usage.

    If that is true, does this works with remote mysql.
    How web-server know and restrict mysql usage or how/where we can configure remote mysql parameters?
  • novkovskistevo
    Junior Member
    • Jul 2017
    • 2

    #2
    Oh looks like is working:

    <connector host="..." login="..." password=".." prefix_separator="_"/>

    Can you just confirm?

    Comment

    • iseletsk
      Senior Member
      • Dec 2017
      • 1199

      #3
      works for me too

      Comment

      Working...