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
Previous revision
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]
linux_wiki:network_services_overview_database_services [2019/05/25 23:50] (current)
Line 86: Line 86:
 \\ \\
 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> 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
   * -u root  -> Database username   * -u root  -> Database username
  • linux_wiki/network_services_overview_database_services.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)