You can restart services installed with MacPorts using `port reload <portname>`.
$ port help load ... If you want to restart a daemon, you can use port reload, which is a convenience wrapper around port unload followed by a short delay and port load. ...
Example
Apache
$ sudo port reload apache2
MySQL
$ sudo port reload mysql56-server