Allow access from Hoststar branch office

Aus HS Syswiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
 
(Eine dazwischenliegende Version von einem Benutzer wird nicht angezeigt)
Zeile 1: Zeile 1:
 
[[Category:ServerAdmin]]
 
[[Category:ServerAdmin]]
{{note|1=notiz}}
+
{{note|ServerAdmin content. Please ignore and move.|error}}
  
 
<syntaxhighlight lang="bash" style="font-size:9pt;">
 
<syntaxhighlight lang="bash" style="font-size:9pt;">

Aktuelle Version vom 24. Juni 2014, 12:33 Uhr

ServerAdmin content. Please ignore and move.
CREATE USER 'root'@'ptr-mn-fbr.loginserver.ch' IDENTIFIED BY 'FILL-PASSWORD';
CREATE USER 'root'@'84.253.15.193' IDENTIFIED BY 'FILL-PASSWORD';
 
GRANT ALL PRIVILEGES ON * . * TO 'root'@'ptr-mn-fbr.loginserver.ch';
GRANT ALL PRIVILEGES ON * . * TO 'root'@'84.253.15.193';
 
FLUSH PRIVILEGES;
 
# allow access in IP tables
-A INPUT -s 84.253.15.193 -p tcp --dport 3306 -j ACCEPT
Meine Werkzeuge
Namensräume

Varianten
Aktionen
Navigation
Werkzeuge