linux_wiki:network_services_overview_database_services

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
linux_wiki:network_services_overview_database_services [2018/05/12 16:33]
billdozor [Use SELinux port labeling to allow services to use non-standard ports]
linux_wiki:network_services_overview_database_services [2018/05/12 16:34]
billdozor [Use SELinux port labeling to allow services to use non-standard ports]
Line 85: Line 85:
  
 \\ \\
-Remote clients would need to connect like this example<code bash>mysql -h 192.168.1.151 --port=5502 -u root -p</code>+Remote clients would need to connect like this example (specifying a port)<code bash>mysql -h 192.168.1.151 --port=5502 -u root -p</code>
   * -h 192.168.1.151  -> remote hostname to connect to (can be an IP)   * -h 192.168.1.151  -> remote hostname to connect to (can be an IP)
   * --port=5502  -> Use this remote port   * --port=5502  -> Use this remote port
  • linux_wiki/network_services_overview_database_services.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)