Examples with "MySQL prompt" and their translation 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.
This will log you in and connect your command line application to the MySQL prompt.
Al hacerlo, se abrirá tu sesión y tu aplicación de línea de comandos se conectará a la de MySQL.
While many users need the functionality of a database management system like MySQL, they may not feel comfortable interacting with the system solely from the MySQL prompt.
Aunque muchos usuarios necesitan la funcionalidad de un sistema de gestión de bases de datos como MySQL, pueden no sentirse cómodos de interactuar con el sistema únicamente desde la consola de MySQL.
Andere resultaten
MySQL prompts you to enter a password when you press Enter
If you use the -p or - password option with no password value, MySQL prompts you for the password.
Doing so will prompt MySQL to begin installing onto your computer.
Doing so prompts the MySQL setup window to open.
Al hacerlo, se abrirá la ventana de instalación de MySQL.
You will get the mysql > prompt to enter the SQL commands.
Estarás en el prompt de mysql > para introducir los comandos SQL.
It should be rewarded with a mysql> prompt.
The mysql> prompt tells you that mysql is ready for you to enter commands.
El prompt anuncia que mysql está listo para procesar comandos.
The mysql command will prompt you for the root password; enter it when prompted.
El comando mysql solicitará la contraseña para el usuario root; hay que ingresarla.
When you connect to MySQL, the prompt changes to
Cuando te conectas a MySQL, el mensaje cambia a
The second instructs mysql to prompt for the password value and to use test as the default database.
El segundo le dice a mysql que solicite la contraseña y que utilice test como base de datos por defecto.
You can open your database by typing USE database at the MySQL command prompt.
Puedes abrir tu base de datos escribiendo USE database en la línea de comandos de MySQL.