Vertaling van "MySQL Client" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
For example, you can issue them from the mysql client program.
To insert a virtual mailbox alias using the mysql client
Para insertar un alias de buzón virtual utilizando el cliente mysql
Also, if you want to use the MySQL Client Library with mysqli, you need to make sure PHP can access the client library file.
Además, para utilizar la biblioteca cliente de MySQL con mysgli, debe asegurarse de que PHP puede acceder al fichero de la biblioteca pues el directorio de sistema esta por defecto en el PATH del sistema.
The mysqli extension supports persistent connections when using either MySQL Native Driver or MySQL Client Library.
La extensión mysgli soporta conexiones persistentes utilizando ya sea el driver nativo de MySQL o la librería cliente de MySQL.
Also, when your PHP application was running, the MySQL database extensions would call down to the MySQL Client library file at run time, so the file needed to be installed on your system.
También, cuando una aplicación de PHP era ejecutada, las extensiones de bases de datos de MySQL llamarían al fichero de la Biblioteca Cliente de MySQL en tiempo de ejecución, por lo que el fichero era necesario instalarlo en el sistema.
The mysqlnd library and the MySQL Client Library (libmysqlclient) implement the same logic for determining defaults.
La biblioteca mysglnd y la Biblioteca Cliente de MySQL (libmysglclient) implementan la misma lógica para determinados valores predeterminados.
The extensions were compiled against the MySQL Client Library in order to use its client-server protocol.
Las extensiones eran compiladas con la Biblioteca Cliente de MySQL con el fin de utilizar su protocolo cliente-servidor.
Once in the internal MySQL Client Library buffers and once in the variables returned by the extensions.
Una en los buffers internos de la Biblioteca Cliente de MySQL y otra en las variables devueltas por las extensiones.
In the past, this was done by the extension using the services provided by the MySQL Client Library.
En el pasado, esto lo realizaba la extensión utilizando los servicios prestados por la Biblioteca Cliente de MySQL.
Note that mysqlnd (unlike the MySQL Client Library) respects the PHP memory limit because it uses PHP internal memory management functions to allocate memory.
Observe que mysglnd (a diferencia de la Biblioteca Cliente de MySQL) respeta el límite de memoria de PHP debido a que utiliza las funciones de gestión de memoria internas de PHP para asignar memoria.
The MySQL Client Library sets a default timeout of 365 24 3600 seconds (1 year) and waits for other timeouts to occur, such as TCP/IP timeouts.
La Biblioteca Cliente de MySQL establece un tiempo de espera predeterminado de 365 24 3600 segundos (1 año) y espera a que sucedan otros tiempos de espera, como los tiempos de espera de TCP/IP.
It serves as a drop-in replacement for the MySQL Client Library (libmysqlclient).
Sirve como un sustituto a corto plazo de la Biblioteca Cliente de MySQL (libmysglclient).
For mysqlnd, the PHP streams documentation (Streams) should be consulted on such details as timeout settings, not the documentation for the MySQL Client Library.
Para mysglnd, se debe consultar la documentación de flujos de PHP (Flujos) para detalles como la configuración del tiempo de espera, y no la documentación para la Biblioteca Cliente de MySQL.