Home:ALL Converter>How to restart mysql server using a parameter

How to restart mysql server using a parameter

Ask Time:2014-06-24T03:40:30         Author:David542

Json Formatter

I want to enter the following parameter into mysql:

--net_read_timeout=100

How would I stop and restart the mysql server with this parameter? Normally I just do:

$ sudo service mysql stop
$ sudo service mysql start

When would I enter to change this parameter?

Author:David542,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/24374006/how-to-restart-mysql-server-using-a-parameter
yy