mariadb connect
From Onset Developer Wiki
Description
__EDIT_ME__
Syntax
mariadb_connect(host_str, user_str, passwd_str, db_str [, ssl_key_file, ssl_cert_file, ssl_ca_file, ssl_ca_path, ssl_cipher])
Parameters
- host_str
The MariaDB server to connect to. This can be an IP address or hostname. - user_str
The MariaDB user. - passwd_str
The password for the user. - db_str
MariaDB database to use. - ssl_key_file (optional)
Private key for SSL connections. - ssl_cert_file (optional)
__EDIT_ME__ - ssl_ca_file (optional)
__EDIT_ME__ - ssl_ca_path (optional)
__EDIT_ME__ - ssl_cipher (optional)
__EDIT_ME__
Return Value
- Returns an identifier/handle to the new database connection. false on error.
Example
__EDIT_ME__
See also
__EDIT_ME__