Warning
The SQL feature is in an early beta stage and not intended for use in an
productive environment!
I recommend you to do a full backup of your connections and settings before
switching to SQL Server.
Steps to configure your SQL Server
- Create a new Database called "mRemoteNC" on your SQL Server.
- Run the SQL Script below on the newly created Database.
- Give the users that you want to grant access to the mRemote Connections Database
Read/Write permissions on the Database.
Steps to configure mRemoteNC for SQL
- Start mRemoteNC if it's not already running.
- Go to Options - Connections.
- Check the box that says "Use SQL Server to load & save connections".
- Fill in your SQL Server hostname or ip address.
- If you do not use your Windows logon info to authenticate against the SQL Server
fill in the correct Username and Password.
- Click OK to apply the changes. The main window title should now change to
"mRemoteNC | SQL Server".
- Now click on File - Save to update the tables on your SQL Server with the data
from the loaded connections xml file. (Do not click File - New, this doesn't
work yet)
- You should now be able to do everything you were able to do with the XML storage
plus see the changes live on another mRemoteNC instance that is connected to the
same Database.
SQL Table creation Script
Click here to view the SQL script