Designating proxy servers, Mysql manager – Apple Mac OS X Server (Administrator’s Guide) User Manual
Page 565

Tools for Advanced Users
565
m To turn AppleTalk on, type “networksetup -setappletalk <network service> on”.
m To turn passive FTP on, type “networksetup -setpassiveftp <network service> on”.
m To set the order in which network services are contacted on a particular port, type
“networksetup -ordernetworkservices <service1> <service2> [...]”.
Designating Proxy Servers
You can use networksetup to designate servers to be used as proxies for some services:
m To set up proxy servers, use these networksetup commands:
-setftpproxy <network service> <domain> <port number>
-setwebproxy <network service> <domain> <port number>
-setsecurewebproxy <network service> <domain> <port number>
-setstreamingproxy <network service> <domain> <port number>
-setgopherproxy <network service> <domain> <port number>
-setsocksfirewallproxy <network service> <domain> <port number>
m To enable or disable the proxy settings, use these networksetup commands:
-setftpproxystate <network service> <on or off>
-setwebproxystate <network service> <on or off>
-setsecurewebproxystate <network service> <on or off>
-setstreamingproxystate <network service> <on or off>
-setgopherproxystate <network service> <on or off>
-setsocksfirewallproxystate <network service> <on or off>
m To designate bypass domains that you want to use for a network service, type
“networksetup -setproxybypassdomains <network service> <domain1><domain2>
[...]”. To clear all bypass domain entries for the network service, type “empty” in place of a
domain name.
MySQL Manager
You use MySQL Manager to manage the version of MySQL that is installed with Mac OS X
Server. MySQL provides a relational database management system for hosting information
you want to make available and manage using a Web site.
It lets you
m initialize the MySQL database
m start the MySQL process and make sure it starts automatically when the server restarts
m shut down the MySQL process and keep it from starting when the server restarts
You’ll find MySQL Manager in /Applications/Utilities/MySQL Manager.app.