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 14:25]
billdozor [Install the packages needed to provide the service]
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 83: Line 83:
 systemctl restart mariadb systemctl restart mariadb
 </code> </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)
 +  * --port=5502  -> Use this remote port
 +  * -u root  -> Database username
 +  * -p  -> Prompt for password
  
 ---- ----
  • linux_wiki/network_services_overview_database_services.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)