|
CASE STUDY
Case Study 1
Mysql Data Manager and Mysql server are installed on the same host. Mysql Data Manager connects to Mysql server locally (through localhost). Thus you have local access to remote databases.

Case Study 2
Mysql Data Manager is installed on a remote host and connects to Mysql server located on another remote host via the Internet

Case Study 3
Mysql Data Manager is installed on local computer and connects to Mysql Server remotely via the Internet. Thus you run Mysql Data Manager locally (on localhost) and connect to Mysql remotely (remotehost.com). In this case an http server must be running on the localhost

Case Study 4
Mysql Data Manager and Mysql Server are both installed on the localhost. In this case an http server must be running on the localhost. You do not need Internet connection to manage your database

Case Study 5
Mysql Data Manager is installed on a remote host. It can even connect to mysql server running on your local computer. Your IP must be globally accessible to provide such a connection

|