Skip to main content

SQLite3 Server Variables

info

Note: Changes made to the configuration on this page must be explicitly loaded to the runtime to take effect. Please refer to the Admin Commands documentation for details on the LOAD and SAVE commands.

List of SQLite3 Server Variables

NOTE: You can click on the variable name to jump to its definition

Variable NameDefault Value
sqliteserver-mysql_ifaces0.0.0.0:6030
sqliteserver-read_onlyfalse

sqliteserver-mysql_ifaces

Network interfaces to listen on for the SQLite3 Server.

System VariableNamesqliteserver-mysql_ifaces
DynamicYes
Permitted ValuesTypeString
Default0.0.0.0:6030

Description: Comma-separated list of IP addresses and ports that the ProxySQL built-in SQLite3 Server should listen on. See the SQLite3 Server feature page for more details.

sqliteserver-read_only

Controls if the SQLite3 Server is in read-only mode.

System VariableNamesqliteserver-read_only
DynamicYes
Permitted ValuesTypeBoolean
Defaultfalse

Description: When set to true, the SQLite3 Server will only permit read operations (SELECT). Write operations (INSERT, UPDATE, DELETE, CREATE, DROP) will be blocked.


Apply your changes: Remember to use the appropriate LOAD and SAVE commands to activate and persist your configuration. See the complete Admin Commands reference.