Attempts to establish a connection to a MySQL database engine. Returns a connection handle if the connection was successful or 0.
connection_handler = mysql_real_connect( mysql_handler, "localhost", "username", "password", "database", 3306);