Time-out session in Mysql

This article describes about connection string related to time-out session in Mysql.
  • 1851

Introduction

Command for timeout session

This command is used foe specifying the time in seconds after which a session should time-out.

Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword;default command timeout=20;

Further Readings
 
You may also want to read these related articles.

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here



Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.