15 lines
306 B
Plaintext
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
|