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

mysql_real_connect

Declaration

Source position: mysql4.pp line 74

function mysql_real_connect(

  mysql: PMYSQL;

  host: Pchar;

  user: Pchar;

  passwd: Pchar;

  db: Pchar;

  port: dword;

  unix_socket: Pchar;

  clientflag: dword

):PMYSQL;