Solution to navicat automatically disconnecting from the database after a period of time

Solution to navicat automatically disconnecting from the database after a period of time

This is because the database server is set to automatically disconnect the connection after a period of inactivity to avoid too many connections.

Solution:

1. Select a database and right-click to open the connection properties

Select Advanced and set Keepalive Interval (240) -- automatically send heartbeat data every 4 minutes, so that the connection can be maintained.

Supplement: Things to note when Navicat gets stuck when importing SQL script files

Pay attention!

Do not set the max_allowed_packet = 64M parameter in the mysql.ini file too large.

The above is my personal experience. I hope it can give you a reference. I also hope that you will support 123WORDPRESS.COM. If there are any mistakes or incomplete considerations, please feel free to correct me.

You may also be interested in:
  • How to remotely connect to MySQL database with Navicat Premium
  • How to use Navicat to create a database and connect with JDBC
  • How to remotely connect to the cloud server database using Navicat
  • When Navicat Premium connects to the database, the error message appears: 2003 Can't connect to MySQL server on''localhost''(10061)
  • Detailed explanation of the 10061 unknown error when using Navicat to connect to a remote Linux MySQL database
  • Solution to the problem "MySql database does not support remote connection" when connecting to NaviCat
  • How to connect Intellij IDEA to Navicat database

<<:  Style trigger effect of web page input box

>>:  About the difference between js typeof and instanceof in judging data types and their development and use

Recommend

Detailed explanation of how to access MySQL database remotely through Workbench

Preface Workbench is installed on one computer, a...

Examples of correct use of maps in WeChat mini programs

Table of contents Preface 1. Preparation 2. Actua...

About Generics of C++ TpeScript Series

Table of contents 1. Template 2. Generics 3. Gene...

Example code of CSS layout at both ends (using parent's negative margin)

Recently, during the development process, I encou...

Implementation of importing and exporting vue-element-admin projects

vue-element-admin import component encapsulation ...

Detailed explanation of MySQL file storage

What is a file system We know that storage engine...

Detailed explanation of memory management of MySQL InnoDB storage engine

Table of contents Storage Engine Memory Managemen...

How to create a table by month in MySQL stored procedure

Without going into details, let's go straight...

Experience in designing a layered interface in web design

Many netizens often ask why their websites always ...

React useMemo and useCallback usage scenarios

Table of contents useMemo useCallback useMemo We ...

Install multiple versions of PHP for Nginx on Linux

When we install and configure the server LNPM env...

How to change apt-get source in Ubuntu 18.04

When using apt-get to install, it will be very sl...