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==