[Overview][Constants][Types][Procedures and functions][Variables] Reference for unit 'mysql41' (#mysql41_api)

mysql_real_connect

Declaration

Source position: mysql.inc line 1203

function mysql_real_connect(

  mysql: PMYSQL;

  host: Pchar;

  user: Pchar;

  passwd: Pchar;

  db: Pchar;

  port: dword;

  unix_socket: Pchar;

  clientflag: dword

):PMYSQL;