Changes

From SME Server
Jump to navigationJump to search
485 bytes added ,  13:03, 21 April 2013
no edit summary
Line 43: Line 43:  
mysql> QUIT;
 
mysql> QUIT;
 
Bye
 
Bye
 +
 +
* To limit access to foo.
 +
config setprop foo PublicAccess OPTION
 +
 +
OPTION is either of the following.
 +
 +
        none            => No access
 +
        local            => Local network  (no password required)
 +
        local-pw        => Local network  (password required)
 +
        global          => Entire Internet(no password required)
 +
        global-pw        => Entire Internet(password required)
 +
        global-pw-remote => Entire Internet(password required outside local network)
    
==automysqlbackup==
 
==automysqlbackup==

Navigation menu