Examples with "MySQL acepta" and their translation in Engels
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.
MySQL acepta nombres que pueden consistir en un solo identificador o múltiples identificadores.
MySQL allows names that consist of a single identifier or multiple identifiers.
Sin embargo, si se permite el logueo binario, esta característica afecta si MySQL acepta definición de rutinas.
If binary logging is enabled, the DETERMINISTIC characteristic affects which routine definitions MySQL accepts.
En otras palabras, mysql acepta un formato libre para las entradas: recolecta lineas pero no las ejecuta hasta que encuentra el punto y coma.
In other words, mysql accepts free-format input: it collects input lines but does not execute them until it sees the semicolon.
Andere resultaten
A continuación se muestra la lista de comandos que el MySQL Instance Manager acepta actualmente, con ejemplos.
The following list describes the commands that Instance Manager accepts, with examples.
cuyo uso todavía se acepta en MySQL 5.0 por compatibilidad con versiones anteriores, pero ahora está obsoleto.
This usage is still accepted in MySQL 5.0 for backward compatibility, but is deprecated.
Para ello, los comandos que se desea ejecutar deben colocarse en un archivo, y posteriormente indicarle a mysql que acepte como entrada el contenido del mismo.
To do this, put the commands you want to run in a file, then tell mysql to read its input from the file: shell> mysql < batch-file
NOTA: ERA Server almacena grandes blobs de datos en la base de datos, por lo que para que ERA se ejecute correctamente, es necesario configurar MySQL de forma que acepte paquetes de gran tamaño.
NOTE: ERA Server stores large data blobs in the database, therefore it is necessary to configure MySQL to accept large packets for ERA to run properly.
En MySQL 5.0, esta opción acepta diversas rutas que se usan con una política round-robin.
This option accepts several paths that are used in round-robin fashion.
Si ha seleccionado MySql como fuente de datos, este paso requiere que defina el puerto de comunicación TCP/IP utilizado para que el servidor acepte conexiones entrantes a la base de datos.
If you have chosen MySql as data source, this step requires you to define the TCP/IP communication port used by the server to accept incoming connections to the database.
Las pruebas realizadas con MySQL 5.1.49 muestra que la API no acepta esta sintaxis para la consulta USE.
The tests I have made with MySQL 5.1.49 shows that the API does not accept this syntax for the USE command.
Para los textos del contrato tengo una aplicación donde mediante el editor html guardo los textos, el problema es que no puedo llamar datos de otra tabla mysql desde aquí, ya que no acepta código php, alguna idea de como hacer esto?
For contract texts I have an application where using the html editor I save the texts, the problem is that I can not call data from another mysql table from here, since it does not accept php code, any idea how to do this?