Question
I'm getting "MYSQL server has gone away." message when using Telex Database Reviewer program, why?
Answer
Here's some information on that particular error message. http://dev.mysql.com/doc/refman/5.0/en/gone-away.html We believe that the server has closed the connection to the Network Recorder due to eight hours of inactivity. Let's try increasing that variable to its maximum value. 1. In notepad, open my.ini located at E:\MySQL Server 5.0 or at C:\Program Files\MySQL\MySQL Server 5.0 2. Add a line somewhere under the [mysqld] header with the following text: wait_timeout=2147483 3. Restart the mysql service using Computer Management's Service list. 4. If you wish to verify that the value was set properly, open a command prompt and navigate to E:\MySQL Server 5.0/bin. Run the following command: mysqladmin.exe variables You should see a long list of variables, including wait_timeout. It should have the newly set value.
© Copyright Bosch Security Systems
All rights reserved. Text, images, graphics, sound, animations and videos as well as the arrangement of the same in Bosch offline knowledgebase (help file) are protected by copyright and other intellectual property rights. The content of these offline knowledgebase may not be copied, disseminated, altered or made accessible to third parties for commercial purposes. Some Bosch web sites may also contain text, images, graphics, sound, animations and videos subject to third party copyrights.
Warranty Note
This information is provided by Bosch Security Systems ''AS IS'' and without warranty of any kind, expressed or implied, including (but not limited to) any implied warranties of merchantability, fitness for any particular purpose or non-infringement. While the information provided in believed to be accurate, it may include errors or inaccuracies. Bosch Security Systems will not be liable for any damages of any kind arising from use of this tool, including, but not limited to, direct, indirect, incidental, punitive and consequential damages.
View full article