Innov-AI
    Documentation | MentDB Weak Server
Create a MentDB Server connection

  • To create a MentDB Server connection:
  • Right click on 'MentDB' and select 'Create mentdb connection'
  • cm set "demo_cm_mentdb" {execute "mentdb.remote.config.get"
    	"[hostname]" "localhost"
    	"[port]" "9998"
    	"[key]" "pwd"
    	"[user]" "admin"
    	"[password]" "pwd"
    	"[connectTimeout]" "10000"
    	"[readTimeout]" "30000"
    	"[subTunnels]" (mql {
    
    tunnel execute_hot "tunnelId1" {cm get "demo_cm_mentdb";} (mql {
    	tunnel execute_hot "tunnelId2" {cm get "demo_cm_mentdb";} (mql {
    	
    		[MQL_TO_REPLACE]
    		
    	});
    });
    
    })
    ;};
  • Update the configuration name 'demo_cm_mentdb' used by MQL source code
  • If your MentDB Server is in direct access, then remove tunnels:
  • cm set "demo_cm_mentdb" {execute "mentdb.remote.config.get"
    	"[hostname]" "localhost"
    	"[port]" "9998"
    	"[key]" "pwd"
    	"[user]" "admin"
    	"[password]" "pwd"
    	"[connectTimeout]" "10000"
    	"[readTimeout]" "30000"
    	"[subTunnels]" (mql {
    
    [MQL_TO_REPLACE]
    
    })
    ;};
  • Update the configuration connection and save
  • Execute buttons
  • Refresh the tree
Services     Supporters     Contact     About     Legal notice © 2024