Announcement

Collapse
No announcement yet.

Mysql governor "all" mode with remote mysql server

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

  • 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?

  • #2
    Oh looks like is working:

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

    Can you just confirm?

    Comment


    • #3
      works for me too

      Comment

      Working...
      X