uce/doc/pages/mysql_connect.txt
2022-01-21 09:10:38 +00:00

15 lines
306 B
Plaintext

:sig
MySQL* mysql_connect(String host = "localhost", String username = "root", String password = "")
:params
host : host name of the MySQL server
username : user name
password : password
return value : pointer to the MySQL connection struct
:desc
Establishes a connection to a MySQL server.
:see
>mysql