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.