> For the complete documentation index, see [llms.txt](https://miftycoin.gitbook.io/miftycoin-broker-node-configuration/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://miftycoin.gitbook.io/miftycoin-broker-node-configuration/setup/start-and-reload-tomcat-and-mysql.md).

# Start and Reload Tomcat and MySQL

Start and reload Tomcat and MySQL with the following commands:

```
$ systemctl start mysqld
$ systemctl daemon-reload
$ systemctl start tomcat

```
