
- #Razorsql money type how to
- #Razorsql money type driver
- #Razorsql money type verification
- #Razorsql money type password
Either double-click the JAR file or execute the jar file from the command-line.įill in the connection properties and copy the connection string to the clipboard.Ī typical JDBC URL is the following: jdbc:singlestore:User=myUser Password=myPassword Database=NorthWind Server=myServer Port=3306 Īfter establishing a connection, the wizard will close and the connection will be available in the connections panel.
SSHUser: Set this to the username that you use to authenticate with the SSH server.įor assistance in constructing the JDBC URL, use the connection string designer built into the SingleStore JDBC Driver. #Razorsql money type verification
SSHServerFingerPrint: The SSH Server fingerprint used for verification of the host you are connecting to. SSHServer: The SSH authentication server you are trying to authenticate against. SSHPort: The port used for SSH operations. #Razorsql money type password
SSHPassword: The password that you use to authenticate with the SSH server. SSHClientCertType: The certificate type of the client store. Used to locate the certificate in the store. SSHClientCertSubject: The subject of the TLS/SSL client certificate. SSHClientCertPassword: If a client certificate store is password-protected, set this value to the store's password. SSHClientCert: Set this to the name of the certificate store for the client certificate. To access SingleStore data via SSH, configure the following connection properties: Using SSH, you can securely login to a remote machine. SSLServerCert: The certificate to be accepted from the server. SSLClientCertType: The certificate type of the client store. SSLClientCertSubject: The subject of the TLS/SSL client certificate. SSLClientCertPassword: If a client certificate store is password-protected, set this value to the store's password. Used in the case of 2-way SSL, where truststore and keystore are kept on both the client and server machines. SSLClientCert: Set this to the name of the certificate store for the client certificate. Configure the following connection properties to connect to data: You can leverage SSL authentication to connect to SingleStore data via a secure session. Password: The password which will be used to authenticate with the SingleStore server.Īs an alternative to providing the standard username and password, you can set IntegratedSecurity to True to authenticate trusted users to the server via Windows Authentication.
User: The user which will be used to authenticate with the SingleStore server.To authenticate using standard authentication, set the following: If this is not set, tables from all databases will be returned. Database (Optional): The default database to connect to when connecting to the SingleStore Server.Port: The port of the server hosting the SingleStore database.Server: The host name or IP of the server hosting the SingleStore database.The following connection properties are required in order to connect to data. The JDBC URL begins with jdbc:singlestore: and is followed by a semicolon-separated list of connection properties. (This property can also be set in the JDBC URL.)
#Razorsql money type driver
Driver Class: Set the driver class to.Driver Location: Set this property to the path to the lib subfolder in the installation directory.In the Connection Wizard that appears, set the following properties:.Open the RazorSQL application and, in the Connections menu, select Add Connection Profile -> Other -> JDBC.
#Razorsql money type how to
This article shows how to connect to SingleStore using wizards in RazorSQL.Ĭreate a JDBC Data Source for SingleStore Data The CData JDBC Driver for SingleStore enables standards-based access from third-party tools, from wizards in IDEs to data management and analysis tools.