mRemoteNGDocumentation/registry/sqlServer_settings.rst
SQL Server Settings
.. warning::
Before proceeding with any changes to the Windows Registry, it is imperative that you carefully read and comprehend the
Modifying the Registry, Restricted Registry Settings and Disclaimer
on :doc:Registry Settings Infromation <registry_settings_information>.
Configure the options page to modify functionalities as described.
HKEY_LOCAL_MACHINESOFTWARE\mRemoteNG\SQLServer\OptionsSpecifies whether SQL Server is being used.
Value Name: UseSQLServer
Value Type: REG_SZ
Values:
truefalseSpecifies the type of SQL Server being used.
Value Name: SQLServerType
Value Type: REG_SZ
Values:
mssqlmysqlSpecifies the hostname/IP/FQDN of the SQL Server.
SQLHostREG_SZSpecifies the name/instance of the SQL database.
SQLDatabaseNameREG_SZSpecifies the username for accessing the SQL Server.
SQLUserREG_SZSpecifies the password for accessing the SQL Server.
SQLPasswordREG_SZ.. warning:: Plain-text passwords are not supported.
Specifies whether the SQL connection is read-only.
Value Name: SQLReadOnly
Value Type: REG_SZ
Values:
truefalse.. code::
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\mRemoteNG\SQLServer]
[HKEY_LOCAL_MACHINE\SOFTWARE\mRemoteNG\SQLServer\Options]
"UseSQLServer"="false"
"SQLDatabaseName"=""
"SQLReadOnly"="true"
"SQLUser_"=""
"SQLServerType_"="MSSQL"
"SQLHost_"=""