Please tell me how to solve the problem:
I wrote a query to the database in php mysql_query(...)
, I saw in the pop-up prompt the option "connect the database" (or something like that). Out of curiosity, I decided to use it - it started connecting, and obviously not to the MySQL server, I canceled the connection, but it didn’t calm down - now every time I change something in the query line it starts the connection, interrupting my work and creating inconvenience.
How to calm this connection once and for all?