host
: The connection string of the MongoDB server that includes user (admin
), password (admin_pass
), host and port (demo.mongodb.net
), and database (public
).database
: If the connection string does not include the /database
path, provide it in this parameter.username
: The username associated with the database.password
: The password to authenticate your access.host
: The host of the MongoDB server.port
: The port through which TCP/IP connection is to be made.database
: The database name to be connected.mongodb_datasource
as the datasource name, which is defined in the CREATE DATABASE
command.SELECT
and UPDATE
queries.Database Connection Error
Unknown statement
SELECT
or UPDATE
query.SQL statement cannot be parsed by mindsdb_sql