altfere.blogg.se

Restart mysqld via filezilla scp
Restart mysqld via filezilla scp







If you write wait instead, the server will remain down, but can be restarted at a later time by writing restart to the file.

restart mysqld via filezilla scp

If you write restart into this file, the server will be immediately restarted. The easiest way to do this is using the exec echo construct like in the following example. It is possible to let the system know you expect a server to terminate, and to either wait or have it restarted immediately:īefore you initiate the action that will stop the server, the test case should write either restart or wait to the file $MYSQLTEST_VARDIR/tmp/mysqld.1.expect. However, there may be cases where you actually want to stop and possibly restart a server intentionally.

restart mysqld via filezilla scp

If a server dies during execution of a test case, this will be interpreted as a failure.









Restart mysqld via filezilla scp