PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By

d3d

Solved

Database Connections

Solved
d3ddev

Apr 13th, 2022 07:26 AM

My Database has active Connections and Traffic, How does that happen when i'm the only user and currently not using the DB?

The default setting for the DB is 150 Connections.

Screenshot from MySQL Workbench 5a8aguD.png

bobbyiliev

Apr 13th, 2022 10:51 AM

Best Answer

Hi there,

It is most likely the connections generated by the MySQL Workbench itself to generate this dashboard for you.

What you could do is run the SHOW PROCESSLIST; query which would show you more information about the current MySQL connections and processes.