Je was op zoek naar: mysql_connect (Spaans - Engels)

Spaans

Vertalen

mysql_connect

Vertalen

Engels

Vertalen
Vertalen

Vertaal onmiddellijk teksten, documenten en gesprekken met Lara

Nu vertalen

Menselijke bijdragen

Van professionele vertalers, bedrijven, webpagina's en gratis beschikbare vertaalbronnen.

Voeg een vertaling toe

Spaans

Engels

Info

Spaans

ver también mysql_connect().

Engels

this function has been deprecated since php 4.0.6.

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Spaans

ver también: mysql_connect(), y mysql_pconnect().

Engels

see also: mysql_connect(), and mysql_pconnect().

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Spaans

mysql_connect() establece una conexión a un servidor mysql.

Engels

mysql_connect() establishes a connection to a mysql server.

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Spaans

mysql_pconnect() actua como mysql_connect() con dos diferencias fundamentales.

Engels

first, when connecting, the function would first try to find a (persistent) link that's already open with the same host, username and password.

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Spaans

ver también: mysql_connect(), mysql_pconnect(), and mysql_query().

Engels

see also: mysql_connect(), mysql_pconnect(), and mysql_query().

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Spaans

si no hay ningun enlace abierto, la función intentara establecer un enlace como si se llamara a mysql_connect().

Engels

if no link is open, the function will try to establish a link as if mysql_connect() was called without arguments, and use it.

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Spaans

si no hay ningun enlace abierto, la función intenta estalecer un enlace como si se llamara función mysql_connect() sin argumentos, y lo utiliza.

Engels

it defaults to mysql_store_result, so the result is buffered.

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Spaans

en el caso de que se haga una llamada a mysql_connect() con los mismos argumentos, no se establecerá un nuevo enlace, sino que se devolverá el enlace ya abierto.

Engels

the new_link parameter modifies this behavior and makes mysql_connect() always open a new link, even if mysql_connect() was called before with the same parameters.

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Spaans

si se hace una segunda llamada a mysql_connect() con los mismos argumentos, no se abrirá nuevo enlace, en lugar de eso, se regresa el identificador de enlace ya abierto.

Engels

if a second call is made to mysql_connect() with the same arguments, no new link will be established, but instead, the link identifier of the already opened link will be returned.

Laatste Update: 2018-02-13
Gebruiksfrequentie: 1
Kwaliteit:

Spaans

si el identificador de enlace no ha sido especificado, la función intenta encontrar un enlace abierto al servidor mysql y si no lo encuentra, intetará crear uno como si fuera llamado mysql_connect() sin argumentos

Engels

users are strongly encouraged to use the database.table syntax in their sql queries instead of this function.

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Spaans

ver también: mysql_affected_rows(), mysql_db_query(), mysql_free_result(), mysql_result(), mysql_select_db(), and mysql_connect().

Engels

see also: mysql_num_rows(), mysql_affected_rows(), mysql_unbuffered_query(), mysql_free_result(), mysql_fetch_array(), mysql_fetch_row(), mysql_fetch_assoc(), mysql_result(), mysql_select_db(), and mysql_connect().

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Spaans

?php $link = mysql_connect ("kraemer", "marliesle", "secret") {or die ("could not connect");} print ("connected successfully"); mysql_close ($link);?

Engels

?php $link = mysql_connect( "localhost", "mysql_user", "mysql_password") or die("could not connect: ". mysql_error()); print ("connected successfully"); mysql_close($link);?

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Waarschuwing: Bevat onzichtbare HTML-opmaak

Krijg een betere vertaling met
9,144,544,385 menselijke bijdragen

Gebruikers vragen nu voor assistentie



Wij gebruiken cookies om u de best mogelijke ervaring op onze website te bieden. Door de website verder te gebruiken, geeft u toestemming voor het gebruik van cookies. Klik hier voor meer informatie. OK